mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.0.2
This commit is contained in:
parent
89faed0a7b
commit
89dcd12204
5 changed files with 52 additions and 16 deletions
32
ChangeLog
32
ChangeLog
|
@ -1,9 +1,35 @@
|
||||||
=== release 1.0.1 ===
|
=== release 1.0.2 ===
|
||||||
|
|
||||||
2012-10-07 Tim-Philipp Müller <tim@centricular.net>
|
2012-10-25 Tim-Philipp Müller <tim@centricular.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.0.1
|
releasing 1.0.2
|
||||||
|
|
||||||
|
2012-10-24 16:01:36 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst-libs/ext/libav:
|
||||||
|
libav: Update to 0.8.4 release
|
||||||
|
|
||||||
|
2012-10-23 10:21:52 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
configure: fix os type configure option for android
|
||||||
|
|
||||||
|
2012-10-07 17:00:08 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Back to development (bug fixing)
|
||||||
|
|
||||||
|
=== release 1.0.1 ===
|
||||||
|
|
||||||
|
2012-10-07 16:12:38 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* gst-libav.doap:
|
||||||
|
Release 1.0.1
|
||||||
|
|
||||||
2012-10-06 15:00:42 +0100 Tim-Philipp Müller <tim@centricular.net>
|
2012-10-06 15:00:42 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||||
|
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -1,4 +1,8 @@
|
||||||
This is GStreamer Libav Plugins 1.0.1
|
This is GStreamer Libav Plugins 1.0.2
|
||||||
|
|
||||||
|
Changes since 1.0.1:
|
||||||
|
|
||||||
|
* Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
|
||||||
|
|
||||||
Changes since 1.0.0:
|
Changes since 1.0.0:
|
||||||
|
|
||||||
|
|
16
RELEASE
16
RELEASE
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Release notes for GStreamer libav Plugins 1.0.1
|
Release notes for GStreamer libav Plugins 1.0.2
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new release
|
The GStreamer team is proud to announce a new bug-fix release
|
||||||
in the 1.x stable series of the
|
in the 1.x stable series of the
|
||||||
core of the GStreamer streaming media framework.
|
core of the GStreamer streaming media framework.
|
||||||
|
|
||||||
|
@ -39,14 +39,10 @@ contains a set of less supported plugins that haven't passed the
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Parallel installability with 0.10.x series
|
* Parallel installability with 0.10.x series
|
||||||
* avviddec: handle 0-sized buffers without crashing
|
* Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
|
||||||
* avviddec: don't set invalid latency
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
There were no bugs fixed in this release
|
||||||
|
|
||||||
* 680464 : avdemux_*: not-negotiated error
|
|
||||||
* 680499 : avdemux_ape: will not play some ape files, not-negotiated error
|
|
||||||
* 685113 : avviddec: " ignored " audio decoders end up registered as video decoders
|
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -83,7 +79,7 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alban Browaeys
|
* Andoni Morales Alastruey
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer libav, 1.0.1.1,
|
AC_INIT(GStreamer libav, 1.0.2,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-libav)
|
gst-libav)
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ GST_API_VERSION=1.0
|
||||||
AC_SUBST(GST_API_VERSION)
|
AC_SUBST(GST_API_VERSION)
|
||||||
|
|
||||||
AG_GST_LIBTOOL_PREPARE
|
AG_GST_LIBTOOL_PREPARE
|
||||||
AS_LIBTOOL(GST, 1, 0, 1)
|
AS_LIBTOOL(GST, 2, 0, 2)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.0.0
|
GST_REQ=1.0.0
|
||||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.0.2</revision>
|
||||||
|
<branch>1.0</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2012-10-24</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.2.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.0.1</revision>
|
<revision>1.0.1</revision>
|
||||||
|
|
Loading…
Reference in a new issue