diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-05-13 16:54:19 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-05-13 16:54:19 +0200 |
commit | b0d7e7e68458747ca36e33371b446d3ba3df7c57 (patch) | |
tree | c060b81a82488e50fe227b4b9016af8eafb68aae | |
parent | 991293dba259710561944cb7098d3c3058cf4214 (diff) |
Release 0.11.91RELEASE-0.11.91
-rw-r--r-- | ChangeLog | 90 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | RELEASE | 8 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-libav.doap | 10 |
6 files changed, 107 insertions, 9 deletions
@@ -1,9 +1,95 @@ +=== release 0.11.91 === + +2012-05-13 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * configure.ac: + releasing 0.11.91, "Help master\! A boy is stealing me\!" + +2012-05-13 15:57:59 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * common: + Automatic update of common submodule + From dc70203 to 3429ba6 + +2012-04-22 11:52:18 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * ext/ffmpeg/gstffmpegdemux.c: + ffmpegdemux: skip ffmpeg matroska,webm typefinder again + Causes warnings, and shouldn't be needed. + +2012-04-20 16:23:41 +0200 Wim Taymans <wim.taymans@collabora.co.uk> + + Merge remote-tracking branch 'origin/0.10' + +2012-04-20 16:16:25 +0200 Wim Taymans <wim.taymans@collabora.co.uk> + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: don't flush buffers on DISCONT + Don't flush the buffers that ffmpeg has on DISCONT but instead let it recover. + This gives a much better image in the case of packet loss. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635020 + +2012-04-19 15:37:06 +0200 Wim Taymans <wim.taymans@collabora.co.uk> + + Merge remote-tracking branch 'origin/0.10' + +2012-04-19 15:35:48 +0200 Wim Taymans <wim.taymans@collabora.co.uk> + + * ext/libpostproc/gstpostproc.c: + postproc: fix compilation when ORC is missing + Fix 'set but not used' compiler error when ORC is missing. + +2012-04-19 14:49:18 +0200 Wim Taymans <wim.taymans@collabora.co.uk> + + Merge remote-tracking branch 'origin/0.10' + Conflicts: + ext/libswscale/gstffmpegscale.c + +2012-04-19 14:45:42 +0200 Wim Taymans <wim.taymans@collabora.co.uk> + + * ext/libswscale/gstffmpegscale.c: + ffscale: fix compilation when ORC is missing + Fix set but not used compiler error when ORC is missing. + +2012-04-17 15:36:12 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> + + * ext/ffmpeg/gstffmpegmux.c: + collectpads2: rename to collectpads + +2012-04-16 09:11:01 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * common: + Automatic update of common submodule + From 6db25be to dc70203 + +2012-04-13 13:53:37 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * autogen.sh: + * configure.ac: + configure: Modernize autotools setup a bit + Also we now only create tar.bz2 and tar.xz tarballs. + +2012-04-13 13:38:52 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * common: + Automatic update of common submodule + From 464fe15 to 6db25be + +2012-04-13 09:32:11 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * configure.ac: + Back to development + === release 0.11.90 === -2012-04-13 Sebastian Dröge <sebastian.droege@collabora.co.uk> +2012-04-13 09:29:45 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 0.11.90, "Nameless here for evermore" + * gst-libav.doap: + Release 0.11.90 2012-04-12 19:56:12 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> @@ -1,4 +1,8 @@ -This is GStreamer libav Plug-ins 0.11.90 "Nameless here for evermore" +This is GStreamer libav Plug-ins 0.11.91 "Help master! A boy is stealing me!" + +New in 0.11.91: + + * Lots of bugfixes and other improvements New in 0.11.90: @@ -1,8 +1,7 @@ -Release notes for GStreamer libav Plug-ins 0.11.90 "Nameless here for evermore" +Release notes for GStreamer libav Plug-ins 0.11.91 "Help master! A boy is stealing me!" - The GStreamer team is proud to announce a new release in the 0.11.x unstable series of the GStreamer libav Plug-ins. @@ -37,9 +36,7 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Lots of bugfixes, cleanup and other improvements - * Renamed from gst-ffmpeg to libav, also all element factory names now start with an 'av' prefix instead of 'ff' - * Handle difference between DTS/PTS properly + * Lots of bugfixes and other improvements There were no bugs fixed in this release @@ -70,6 +67,7 @@ Applications Contributors to this release + * Mark Nauwelaerts * Sebastian Dröge * Tim-Philipp Müller * Wim Taymans diff --git a/common b/common -Subproject 3429ba64cfe418492a9192496d7d23004c0d087 +Subproject dc702037b0490052dfc1fa5a3e5890bd55cf7b3 diff --git a/configure.ac b/configure.ac index 5b651c6..591d79d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 0.11.90.1, +AC_INIT(GStreamer libav, 0.11.91, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) diff --git a/gst-libav.doap b/gst-libav.doap index a7e7a8e..50242a2 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>0.11.91</revision> + <branch>0.11</branch> + <name>Help master! A boy is stealing me!</name> + <created>2012-05-13</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-0.11.91.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>0.11.90</revision> <branch>0.11</branch> <name>Nameless here for evermore</name> |