From 9009d82d9ffed115b12124838a2e681aa275a175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 10 May 2011 10:26:50 +0100 Subject: [PATCH] Release 0.10.18 Highlights: - x264enc: allow changing bitrate and quantizers dynamically at runtime - x264enc: proxy downstream caps restrictions upstream via get_caps() - lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps() - mad: allow build without libid3tag (which isn't really needed anyway) - many other fixes and improvements --- ChangeLog | 476 +++++++++++++++++- NEWS | 33 +- RELEASE | 78 ++- configure.ac | 2 +- .../gst-plugins-ugly-plugins.hierarchy | 1 - docs/plugins/inspect/plugin-a52dec.xml | 4 +- docs/plugins/inspect/plugin-amrnb.xml | 4 +- docs/plugins/inspect/plugin-amrwbdec.xml | 4 +- docs/plugins/inspect/plugin-asf.xml | 4 +- docs/plugins/inspect/plugin-cdio.xml | 4 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 4 +- docs/plugins/inspect/plugin-dvdread.xml | 4 +- docs/plugins/inspect/plugin-dvdsub.xml | 4 +- docs/plugins/inspect/plugin-iec958.xml | 4 +- docs/plugins/inspect/plugin-lame.xml | 4 +- docs/plugins/inspect/plugin-mad.xml | 4 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 4 +- .../plugins/inspect/plugin-mpegaudioparse.xml | 4 +- docs/plugins/inspect/plugin-mpegstream.xml | 4 +- docs/plugins/inspect/plugin-realmedia.xml | 4 +- docs/plugins/inspect/plugin-siddec.xml | 4 +- docs/plugins/inspect/plugin-twolame.xml | 4 +- docs/plugins/inspect/plugin-x264.xml | 4 +- gst-plugins-ugly.doap | 11 + win32/common/config.h | 8 +- 25 files changed, 592 insertions(+), 89 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a7d8a61a5..f38589c5a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,479 @@ -=== release 0.10.17 === +=== release 0.10.18 === -2011-01-21 Tim-Philipp Müller +2011-05-10 Tim-Philipp Müller * configure.ac: - releasing 0.10.17, "Raised by Wolves" + releasing 0.10.18, "Extra Life" + +2011-05-04 12:39:17 +0200 Sebastian Dröge + + * ext/x264/gstx264enc.c: + x264enc: Copy the template caps, it's not allowed to increase the refcount of const caps + +2011-05-04 12:30:39 +0200 Mark Nauwelaerts + + * ext/x264/gstx264enc.c: + x264enc: do not leak peer pad reference + +2011-05-03 15:27:43 +0100 Sjoerd Simons + + * ext/x264/gstx264enc.c: + x264enc: No need to copy, reffing is enough + +2011-05-03 14:57:16 +0100 Sjoerd Simons + + * ext/x264/gstx264enc.c: + x264enc: get_caps function should return a copy of the caps + +2011-04-30 20:07:44 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-synaesthesia.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * po/da.po: + * po/de.po: + * po/fr.po: + * po/uk.po: + * win32/common/config.h: + 0.10.17.4 pre-release + +2011-04-27 12:48:31 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/gst-plugins-ugly-plugins.hierarchy: + * docs/plugins/gst-plugins-ugly-plugins.interfaces: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-synaesthesia.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * po/bg.po: + * po/ja.po: + * po/nl.po: + * po/pl.po: + * po/ru.po: + * po/sl.po: + * po/tr.po: + 0.10.17.3 pre-release + +2011-04-24 14:04:39 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From c3cafe1 to 46dfcea + +2011-04-19 17:26:42 +0100 Tim-Philipp Müller + + * tests/check/gst-plugins-ugly.supp: + tests: add suppression for lame unit test + +2011-04-19 14:41:48 +0100 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/generic/.gitignore: + * tests/check/generic/index.c: + tests: add generic index-setting test + +2011-04-19 15:24:03 +0100 Tim-Philipp Müller + + * ext/mpeg2dec/gstmpeg2dec.c: + mpeg2dec: don't deadlock when setting an index + +2011-04-16 23:26:27 +0100 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/gst-plugins-ugly-plugins.hierarchy: + * docs/plugins/gst-plugins-ugly-plugins.interfaces: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-synaesthesia.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * po/sl.po: + * win32/common/config.h: + 0.10.17.2 pre-release + +2011-04-16 23:23:56 +0100 Tim-Philipp Müller + + * gst/realmedia/rademux.c: + rademux: fix two 'variable may be used uninitialized' warnings caused by -DG_DISABLE_ASSERT + +2011-04-14 15:04:19 +0100 Tim-Philipp Müller + + * gst/mpegstream/gstmpegdemux.c: + mpegstream: fix unused-but-set-variable warnings with gcc 4.6 + +2011-04-14 15:03:56 +0100 Tim-Philipp Müller + + * ext/dvdread/dvdreadsrc.c: + * ext/sidplay/gstsiddec.cc: + * ext/x264/gstx264enc.c: + dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6 + +2011-04-14 15:03:33 +0100 Tim-Philipp Müller + + * gst/asfdemux/gstasfdemux.c: + asfdemux: fix unused-but-set-variable warnings with gcc 4.6 + +2011-04-13 20:31:53 +0200 Sebastian Dröge + + * ext/x264/gstx264enc.c: + x264enc: Implement getcaps function + This allows to set width/height/etc restrictions downstream. + +2011-04-10 18:24:22 -0400 Thibault Saunier + + * Android.mk: + * ext/mad/Makefile.am: + * ext/x264/Makefile.am: + * gst/asfdemux/Makefile.am: + * gst/dvdlpcmdec/Makefile.am: + * gst/dvdsub/Makefile.am: + * gst/iec958/Makefile.am: + * gst/mpegaudioparse/Makefile.am: + * gst/mpegstream/Makefile.am: + * gst/realmedia/Makefile.am: + * gst/synaesthesia/Makefile.am: + android: make it ready for androgenizer + To build gstreamer for android we are now using androgenizer which + generates the needed Android.mk files. + Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git + +2011-04-10 18:34:11 -0400 Thibault Saunier + + * android/NOTICE: + * android/amrnb.mk: + * android/amrwbdec.mk: + * android/asf.mk: + * android/mpegaudioparse.mk: + android: remove the android/ folder + +2011-04-04 15:57:58 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From 1ccbe09 to c3cafe1 + +2010-09-21 20:14:04 -0400 Olivier Crête + + * ext/x264/gstx264enc.c: + * ext/x264/gstx264enc.h: + x264enc: Allow changing the bitrate and quantitizers dynamically + https://bugzilla.gnome.org/show_bug.cgi?id=621663 + +2010-09-21 19:33:10 -0400 Olivier Crête + + * ext/x264/gstx264enc.c: + x264enc: Set max bitrate in quality mode + https://bugzilla.gnome.org/show_bug.cgi?id=621663 + +2010-09-21 19:20:29 -0400 Olivier Crête + + * ext/x264/gstx264enc.c: + x264enc: Make it clear that constant quantizer is for debugging only + https://bugzilla.gnome.org/show_bug.cgi?id=621663 + +2011-03-25 22:34:31 +0100 Sebastian Dröge + + * common: + Automatic update of common submodule + From 193b717 to 1ccbe09 + +2011-03-25 14:57:00 +0200 Stefan Kost + + * common: + Automatic update of common submodule + From b77e2bf to 193b717 + +2011-03-25 09:33:04 +0100 Sebastian Dröge + + * common: + Automatic update of common submodule + From d8814b6 to b77e2bf + +2011-03-25 09:09:29 +0100 Sebastian Dröge + + * common: + Automatic update of common submodule + From 6aaa286 to d8814b6 + +2011-03-24 18:50:17 +0200 Stefan Kost + + * common: + Automatic update of common submodule + From 6aec6b9 to 6aaa286 + +2011-03-22 12:59:33 +0100 Luis de Bethencourt + + * configure.ac: + configure.ac: redundant use of AC_MSG_RESULT() + cleaned the redundant use of AC_MSG_RESULT() in configure.ac + +2011-03-18 19:34:57 +0100 Luis de Bethencourt + + * autogen.sh: + autogen: wingo signed comment + +2011-03-15 11:02:42 +0100 Sebastian Dröge + + * gst/dvdsub/gstdvdsubdec.c: + * gst/dvdsub/gstdvdsubdec.h: + dvdsubdec: Rearrange buffer allocation and pushing code a bit + This makes the code easier to read, doesn't store every buffer + in the instance until the next buffer is to be drawn and + fixes an unitialized variable compiler warning. + +2011-03-15 10:59:23 +0100 Brendan Le Foll + + * gst/dvdsub/gstdvdsubdec.c: + dvdsubdec: Output only a single buffer per subpicture and set the correct duration + Fixes bug #619136. + +2011-03-14 18:39:35 +0100 Brendan Le Foll + + * gst/dvdsub/gstdvdsubdec.c: + dvdsubdec: Implement clipping if the video size is smaller than the subpicture size + Fixes bug #644704. + +2011-03-11 17:45:37 +0000 Tim-Philipp Müller + + * configure.ac: + * ext/mad/gstmad.c: + * ext/mad/gstmad.h: + mad: build the mad plugin even if libid3tag is not available + ID3 tags are usually handled by id3demux, and should be handled + by id3demux. Tag handling in mad based on libid3tag is very basic + and mostly unnecessary really, so just build this plugin without + ID3 tag support if libid3tag is not available. + +2011-03-02 13:12:11 +0200 Stefan Kost + + * gst/mpegstream/gstdvddemux.c: + dvddemux: small code cleanup + Don't duplicate the 'if' check. Makes the 2nd condition easier to read also + and avoid empty 'if' when logging is disabled. + +2011-02-28 19:27:21 +0100 Mark Nauwelaerts + + * configure.ac: + configure.ac: export plugin description more platform independent + Fixes #642504. + +2011-02-28 18:33:34 +0100 Mark Nauwelaerts + + * common: + Automatic update of common submodule + From 1de7f6a to 6aec6b9 + +2011-02-21 13:13:11 +0100 Mark Nauwelaerts + + * ext/mpeg2dec/gstmpeg2dec.c: + mpeg2dec: do not fail fatally when unlinked + ... as _NOT_LINKED was neither tested as fatal before nor complained about. + +2011-02-21 11:05:31 +0200 Stefan Kost + + * ext/mad/gstmad.c: + * ext/mad/gstmad.h: + * ext/mpeg2dec/gstmpeg2dec.c: + * ext/mpeg2dec/gstmpeg2dec.h: + index: remove conditional index support + Index support cannot be disabled since commit + 4bfb1fe70c6f0d5e29c17a8eeffb02f7fd083f11 + in core, which removed the configure flags to disable index. + +2011-02-17 18:06:51 +0200 Stefan Kost + + * ext/mad/gstmad.c: + * ext/mpeg2dec/gstmpeg2dec.c: + formatting: trim trailing whitespace + +2011-02-17 18:05:58 +0200 Stefan Kost + + * ext/mad/gstmad.c: + * ext/mpeg2dec/gstmpeg2dec.c: + * gst/mpegstream/gstmpegdemux.c: + index: use delta frame flags instead of 0 or none + +2011-02-14 17:52:09 +0000 Sjoerd Simons + + * ext/x264/gstx264enc.c: + x264enc: Don't register flags with a value of 0 + Flags with a value of 0 aren't meaningful and will cause + g_value_transform to go into an endless loop when trying to + convert the flags to a string + +2011-02-14 12:54:10 +0200 Stefan Kost + + * common: + Automatic update of common submodule + From f94d739 to 1de7f6a + +2011-02-07 19:58:45 +0100 Mark Nauwelaerts + + * ext/amrwbdec/amrwbdec.c: + amrwbdec: avoid stalling on invalid frame + Skip 1 byte indicating invalid frame type index rather than stalling + on it indefinitely until EOS. + Fixes #639715. + +2011-02-03 18:25:00 +0000 Tim-Philipp Müller + + * tests/check/pipelines/lame.c: + tests: add unit test for lamemp3enc negotiation issue + https://bugzilla.gnome.org/show_bug.cgi?id=641151 + +2011-02-03 18:18:35 +0000 Tim-Philipp Müller + + * ext/lame/gstlamemp3enc.c: + lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream + The element downstream of mp3enc might only accept certain sample rates or channels, + make sure we relay any restrictions that do exist to upstream when it does a + get_caps() on the sink pad. That way upstream elements like audioresample or + audioconvert can pick a sample rate / channel configuration that will be accepted, + instead of just negotiating to the highest, which might then be rejected. + https://bugzilla.gnome.org/show_bug.cgi?id=641151 + +2011-01-30 16:17:19 +0100 Edward Hervey + + * gst/asfdemux/asfpacket.c: + asfpacket: Avoid using broken duration extension + Quite a few (broken?) files have a packet duration of 1ms, which is + most definitely wrong for either audio or video packets. + We therefore avoid using that value and instead use other metrics to + determine the buffer duration (like using the extended stream properties + average frame duration if present and valid). + +2011-01-27 15:33:40 +0000 Tim-Philipp Müller + + * configure.ac: + * win32/common/config.h: + win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink + https://bugzilla.gnome.org/show_bug.cgi?id=640705 + +2011-01-12 16:48:57 +0800 Yang Xichuan + + * gst/mpegaudioparse/gstxingmux.c: + xingmux: Use FALSE instead of 0 as return value for a function returning gboolean + Fixes bug #639291. + +2011-01-06 18:29:06 +0000 Vincent Penquerc'h + + * gst/mpegstream/gstdvddemux.c: + mpegstream: increase allowable gap between streams + The new delay is three times as much as the old one, and just happens + to let me properly decode my "Princess Mononoke" DVD, on which dvdreadsrc + was chocking before at 5:11. + While there, merge the constants used in two places into a define. + https://bugzilla.gnome.org/show_bug.cgi?id=539708 + +2011-01-22 17:31:40 +0100 Miguel Angel Cabrera Moya + + * ext/x264/gstx264enc.c: + x264enc: make tag event writable before modifying tag list in place + To modify an event tag is necessary to be sure that x264enc + has its own copy. + Also fix indentation. + https://bugzilla.gnome.org/show_bug.cgi?id=640272 + +2011-01-24 10:14:56 +0000 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * win32/common/config.h: + Back to development + +=== release 0.10.17 === + +2011-01-21 13:18:51 +0000 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * gst-plugins-ugly.doap: + * win32/common/config.h: + Release 0.10.17 2011-01-18 11:11:28 +0000 Tim-Philipp Müller diff --git a/NEWS b/NEWS index 396b101c16..795efaabb0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,35 @@ -This is GStreamer Ugly Plug-ins 0.10.17 "Raised by Wolves" +This is GStreamer Ugly Plug-ins 0.10.18 "Extra Life" + +Changes since 0.10.17: + + * amrwbdec: avoid stalling on invalid frame + * asfpacket: don't rely on data from duration extension + * dvdsubdec: Implement clipping if the video size is smaller than the subpicture size + * dvdsubdec: Output only a single buffer per subpicture and set the correct duration + * lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream + * mad: build the mad plugin even if libid3tag is not available + * mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that) + * mpeg2dec: don't deadlock when setting an index + * mpegstream: increase allowable gap between streams + * x264enc: allow changing the bitrate and quantitizers dynamically + * x264enc: don't register flags with a value of 0 + * x264enc: implement getcaps function to proxy downstream caps restrictions upstream + * x264enc: make tag event writable before modifying tag list in place + * x264enc: set max bitrate in quality mode + +Bugs fixed since 0.10.17: + + * 539708 : [mpegstream] Increase allowable gap between streams + * 607698 : asfdemux: fix parsing of packets with padding + * 619136 : [dvdsubdec] spits out buffers at video framerate + * 621663 : x264enc: support changing bitrate property on the fly + * 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean + * 639715 : amrparse: seek error with EOS + * 640272 : x264enc: make tag event writable before modifying tag list in place + * 641151 : lame: doesn't negotiate sample rate properly + * 642360 : x264enc: Don't register flags which have 0 as a value + * 644704 : [dvdsubedc] no SPU clipping implemented + * 647709 : mpeg2dec: errors out on not-linked flow return Changes since 0.10.16: diff --git a/RELEASE b/RELEASE index 3012d58f58..a89531cb58 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.17 "Raised by Wolves" +Release notes for GStreamer Ugly Plug-ins 0.10.18 "Extra Life" The GStreamer team is proud to announce a new release @@ -8,6 +8,8 @@ GStreamer Ugly Plug-ins. The 0.10.x series is a stable series targeted at end users. +It is not API or ABI compatible with the stable 0.8.x series. +It is, however, parallel installable with the 0.8.x series. @@ -53,40 +55,34 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * asfdemux: Handle new type of DRM'd asf files - * dvdreadsrc: fix handling of multi-angle streams - * dvdreadsrc: improve error messages on read errors - * mad: if gst_pad_alloc_buffer() returns a buffer with the wrong size allocate a new one - * mad: support reverse playback - * mpeg2dec: convert the position to stream time before answering to a position query - * mpeg2dec: fix position query by trusting upstream - * mpeg2dec: refactor cropping code to use libgstvideo functions - * mpeg2dec: use gst_pad_alloc_buffer() when cropping buffers - * mpegparse: re-fix flow return handling - * rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly - * x264enc: add a note to the docs about encoder latency and queues - * x264enc: also accept YV12 input - * x264enc: Handle codec/encoder tags - * x264enc: Work around a rate control issue in libx264 - * x264: use pkg-config to locate libx264 - * x264: vbv-buf-capacity should have a minimum of 0 - * xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data downstream + * amrwbdec: avoid stalling on invalid frame + * asfpacket: don't rely on data from duration extension + * dvdsubdec: Implement clipping if the video size is smaller than the subpicture size + * dvdsubdec: Output only a single buffer per subpicture and set the correct duration + * lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream + * mad: build the mad plugin even if libid3tag is not available + * mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that) + * mpeg2dec: don't deadlock when setting an index + * mpegstream: increase allowable gap between streams + * x264enc: allow changing the bitrate and quantitizers dynamically + * x264enc: don't register flags with a value of 0 + * x264enc: implement getcaps function to proxy downstream caps restrictions upstream + * x264enc: make tag event writable before modifying tag list in place + * x264enc: set max bitrate in quality mode Bugs fixed in this release - * 539254 : [dvdreadsrc] DVDs with multiple angles switch angles during read - * 571146 : mpeg2dec: possibly uses wrong strides for 4:2:2 and 4:4:4 YUV with unusual display width or height - * 599515 : Fix dvb for DVB API 3.3 - * 621465 : [x264enc] Video codec information copied incorrectly to output - * 632549 : [mpeg2dec] answers to position queries are wrong for DVDs - * 632861 : [x264enc] really bad quality with tune=zerolatency - * 634840 : x264: use pkg-config to locate dependencies for plugin - * 635291 : x264enc: " vbv-buf-capacity " property should have minimum value of 0 - * 635461 : Crash in mad decoder when changing number of audio output channels in Totem while media is running - * 636107 : x264enc: docs should indicate specifics of using with queues - * 637093 : rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly - * 637932 : realmedia: do not use the pad buffer allocation functions in demuxers - * 639226 : [asfdemux] Doesn't handle new PlayReady DRM files + * 539708 : [mpegstream] Increase allowable gap between streams + * 607698 : asfdemux: fix parsing of packets with padding + * 619136 : [dvdsubdec] spits out buffers at video framerate + * 621663 : x264enc: support changing bitrate property on the fly + * 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean + * 639715 : amrparse: seek error with EOS + * 640272 : x264enc: make tag event writable before modifying tag list in place + * 641151 : lame: doesn't negotiate sample rate properly + * 642360 : x264enc: Don't register flags which have 0 as a value + * 644704 : [dvdsubedc] no SPU clipping implemented + * 647709 : mpeg2dec: errors out on not-linked flow return Download @@ -115,21 +111,17 @@ Applications Contributors to this release - * Benjamin Gaignard - * David Schleef + * Brendan Le Foll * Edward Hervey - * Guillaume Emont - * Jan Schmidt - * Leo Singer + * Luis de Bethencourt * Mark Nauwelaerts - * Rob Clark - * Robert Swain + * Miguel Angel Cabrera Moya + * Olivier Crête * Sebastian Dröge + * Sjoerd Simons * Stefan Kost - * Thiago Santos - * Thomas Green + * Thibault Saunier * Tim-Philipp Müller - * Tristan Matthews * Vincent Penquerc'h - * Wim Taymans + * Yang Xichuan   \ No newline at end of file diff --git a/configure.ac b/configure.ac index ab5da148ac..20768f3e99 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Ugly Plug-ins, 0.10.17.4, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.18, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index 4c573fe31f..d0df8b36f7 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -26,7 +26,6 @@ GObject GstMpeg2dec GstAmrnbDec GstAmrnbEnc - GstSynaesthesia GstDvdSubDec GstDvdSubParse AC3IEC diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 271355ab44..077b6bd2ec 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,10 +3,10 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index 3ba104cd8b..2dc285c411 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 0.10.17.4 + 0.10.18 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index 667d04bd85..275ea5993e 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 0.10.17.4 + 0.10.18 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index c8b554c290..c7cdfd1286 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,10 +3,10 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 799062df71..77f1420699 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index d9052cf290..77c87b8bf6 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index bbef8a8e07..fd4c9c7b3d 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,10 +3,10 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index d121d20e73..68f81ddfaf 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 38017105f7..219596dee9 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,10 +3,10 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 246bbfe891..c2333d757b 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index be490bd6e8..f4592cd767 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 47c53bf807..2b5f581e7f 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,10 +3,10 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index fd9dd8be39..2538da9d65 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,10 +3,10 @@ MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index bc501ac86d..a3dc581644 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,10 +3,10 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 54209841e1..fc0d5ce1b8 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,10 +3,10 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index 08ec9585e9..fa5481ebdb 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,10 +3,10 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 2ba6014eb4..487d0eb576 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,10 +3,10 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 0.10.17.4 + 0.10.18 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 0c7bf3f8b8..a66288897f 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,10 +3,10 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.17.4 + 0.10.18 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index 51f99b1d39..65b8db2b26 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -33,6 +33,17 @@ might be widely known to present patent problems. + + + 0.10.18 + 0.10 + Extra Life + 2011-05-10 + + + + + 0.10.17 diff --git a/win32/common/config.h b/win32/common/config.h index 7f714e6d41..571a02c83f 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -46,7 +46,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins prerelease" +#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -236,7 +236,7 @@ #define PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.17.4" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -245,7 +245,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.17.4" +#define PACKAGE_VERSION "0.10.18" /* directory where plugins are located */ #ifdef _DEBUG @@ -273,7 +273,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.17.4" +#define VERSION "0.10.18" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */