From ec8432a97619da03713c24f41399e2cea4893260 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 22 Mar 2012 15:53:13 +0100 Subject: Release 0.11.2 --- ChangeLog | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 15 ++++- RELEASE | 16 +++--- configure.ac | 4 +- gst-ffmpeg.doap | 13 ++++- 5 files changed, 203 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5c8829..50c4dc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,175 @@ +=== release 0.11.2 === + +2012-03-22 Wim Taymans + + * configure.ac: + releasing 0.11.2, "Sadistic Symphony" + +2012-03-22 15:31:40 +0100 Wim Taymans + + Merge branch 'master' into 0.11 + Conflicts: + gst-libs/ext/libav + +2012-03-21 12:54:44 +0100 Wim Taymans + + * tests/check/generic/libavcodec-locking.c: + test: fix unit test + +2012-03-19 11:06:40 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: ensure padding is big enough + +2012-03-19 10:29:34 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: check if input is already 0-padded + When the input buffer is already 0-padded we don't need to copy. This can happen + because in the ALLOCATION query we suggest this. + Only do temporary padding when we are using a parser. + +2012-03-15 22:11:54 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + update for bufferpool changes + +2012-03-15 20:39:10 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + update for allocation query changes + +2012-03-14 20:04:53 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: propose some padding in the allocation query + Hopefully upstream can add some padding and then we don't have to memcpy. + +2012-03-14 19:53:06 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + take padding into account + +2012-03-14 17:35:28 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: remove unused crop property + +2012-03-14 17:33:40 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: remove padding property + Users should not mess with this + +2012-03-14 12:58:38 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: make bufferpool setup recalculate direct rendering + We need to recalculate if we can use direct rendering after we have setup the + bufferpool. + +2012-03-14 11:53:42 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: add some PERFORMANCE logging + +2012-03-13 13:24:39 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegcodecmap.c: + ffcodec: add voc demuxer + +2012-03-13 13:24:23 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdemux.c: + ffdemux: activate pad before setting caps + +2012-03-12 13:50:46 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: implement accept-caps + Implement a potentially faster accept-caps function + +2012-03-11 19:07:31 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegenc.c: + * ext/libswscale/gstffmpegscale.c: + fix for caps api changes + +2012-03-08 13:04:57 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffmpegdec: enable alignment if videometa is allowed + Use the videobufferpool when downstream didn't suggest one. + Only enable video alignment in the bufferpool when downstream supports video + metadata. + +2012-03-06 15:27:22 +0100 Sebastian Dröge + + * ext/ffmpeg/gstffmpegmux.c: + ffmux: Use correct enum type for return value + +2012-03-02 17:27:30 +0100 Edward Hervey + + * ext/ffmpeg/gstffmpegdec.c: + ffmpegdec: Use auto-threads if available, and only slice-threading + Slice threading causes less latency (and corruption) + +2012-02-27 06:26:02 +0100 Alessandro Decina + + * ext/ffmpeg/gstffmpegcodecmap.c: + * ext/ffmpeg/gstffmpegdec.c: + * ext/ffmpeg/gstffmpegdemux.c: + * ext/ffmpeg/gstffmpegenc.c: + * ext/ffmpeg/gstffmpegprotocol.c: + * ext/libswscale/gstffmpegscale.c: + Fix compiler warnings + +2012-02-22 12:28:49 +0100 Wim Taymans + + * ext/libswscale/gstffmpegscale.c: + update for fixate_caps change + +2012-02-22 12:14:21 +0100 Edward Hervey + + * ext/ffmpeg/gstffmpegcodecmap.c: + codecmap: Add mapping for Indeo 4 video codec + +2012-02-22 11:53:35 +0100 Edward Hervey + + * gst-libs/ext/libav: + libav: Switch to tracking 0.8 release branch + +2012-02-22 02:08:06 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegutils.c: + update for new memory api + +2012-02-21 18:02:56 +0100 Wim Taymans + + * ext/ffmpeg/gstffmpegdec.c: + ffdec: disable multithreading + It causes refcounting problems. + +2011-12-11 06:25:23 +0100 Matej Knopp + + * ext/ffmpeg/gstffmpegdec.c: + only reopen decoder when new caps are different + +2012-02-17 11:07:33 +0100 Wim Taymans + + * configure.ac: + back to development + === release 0.11.1 === -2012-02-17 Wim Taymans +2012-02-17 11:07:09 +0100 Wim Taymans + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 0.11.1, "Serpentine Sibilance" + * gst-ffmpeg.doap: + RELEASE 0.11.1 2012-02-08 16:41:19 +0100 Wim Taymans diff --git a/NEWS b/NEWS index 47ad7dc..ccf31c3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ -This is GStreamer FFmpeg Plug-ins 0.11.1, "Serpentine Sibilance" +This is GStreamer FFmpeg Plug-ins 0.11.2 "Sadistic Symphony" + +New in 0.11.2: + + * Many cleanups + * Ported to new 0.11 core API changes + * Disable ffmpeg multithreading + * Add support for the VOC format + * Improve memory allocation + * Optimize for 0-padded input buffers + +Bugs fixed in this release + + * 664687 : CPU count detection fails on OS X New in 0.11.1: diff --git a/RELEASE b/RELEASE index e9e6a5b..896d8dd 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer FFmpeg Plug-ins 0.11.1 "Serpentine Sibilance" +Release notes for GStreamer FFmpeg Plug-ins 0.11.2 "Sadistic Symphony" The GStreamer team is proud to announce a new release @@ -35,14 +35,16 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Parallel installability with 0.10.x series - * Threadsafe design and API * Many cleanups * Ported to new 0.11 core API changes + * Disable ffmpeg multithreading + * Add support for the VOC format + * Improve memory allocation + * Optimize for 0-padded input buffers Bugs fixed in this release - * 667539 : [0.11] ffdec doesn't reorder channels if necessary + * 664687 : CPU count detection fails on OS X Download @@ -71,13 +73,9 @@ Applications Contributors to this release + * Alessandro Decina * Edward Hervey - * Mark Nauwelaerts * Matej Knopp * Sebastian Dröge - * Stefan Sauer - * Thomas Vander Stichele - * Tim-Philipp Müller - * Vincent Penquerc'h * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 587668f..0d28c25 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) 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.1.1, +AC_INIT(GStreamer Libav, 0.11.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-ffmpeg) @@ -47,7 +47,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.11.2 +GST_REQ=0.11.3 ORC_REQ=0.4.6 dnl *** autotools stuff **** diff --git a/gst-ffmpeg.doap b/gst-ffmpeg.doap index 397c1ec..0952ad6 100644 --- a/gst-ffmpeg.doap +++ b/gst-ffmpeg.doap @@ -32,12 +32,23 @@ colorspace conversion elements. + + + 0.11.2 + 0.11 + Sadistic Symphony + 2012-03-22 + + + + + 0.11.1 0.11 Serpentine Sibilance - 2012-02-16created> + 2012-02-16 -- cgit v1.2.3