From 45a192923725fa0a89d3755a15076aacd96130a4 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 19 Jun 2007 10:31:04 +0000 Subject: [PATCH] Release 0.10.6 Original commit message from CVS: Release 0.10.6 --- ChangeLog | 7 ++ NEWS | 35 +++++++++- RELEASE | 69 ++++++++++--------- configure.ac | 2 +- docs/plugins/gst-plugins-ugly-plugins.args | 16 ++--- docs/plugins/inspect/plugin-a52dec.xml | 2 +- docs/plugins/inspect/plugin-asf.xml | 2 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 +- docs/plugins/inspect/plugin-dvdread.xml | 4 +- docs/plugins/inspect/plugin-dvdsub.xml | 2 +- docs/plugins/inspect/plugin-iec958.xml | 2 +- docs/plugins/inspect/plugin-lame.xml | 2 +- docs/plugins/inspect/plugin-mad.xml | 2 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 2 +- .../plugins/inspect/plugin-mpegaudioparse.xml | 5 +- docs/plugins/inspect/plugin-mpegstream.xml | 2 +- docs/plugins/inspect/plugin-siddec.xml | 4 +- 17 files changed, 102 insertions(+), 58 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5bef54430f..b5c518237b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.6 === + +2007-06-19 Jan Schmidt + + * configure.ac: + releasing 0.10.6, "The Sacrifice" + 2007-06-15 Jan Schmidt * win32/vs6/gst_plugins_ugly.dsw: diff --git a/NEWS b/NEWS index ca4540fb64..cde11cbc05 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,37 @@ -This is GStreamer Ugly Plug-ins 0.10.5 "She said" +This is GStreamer Ugly Plug-ins 0.10.6 "The Sacrifice" + +Changes since 0.10.5: + + * fixes in handling of MPEG streams, Real streams and MP3 + * AMR-NB fixes + * Other bug-fixes and improvements + +Bugs fixed since 0.10.5: + + * 336370 : [asfdemux] crashes on an assertion in gst_asf_demux_get_v... + * 332157 : [asfdemux] This WMV file is played very strangely + * 335760 : [asfdemux] dataflow error when seeking in zeldadslarge.wmv + * 349779 : [real] can't play ancient RealAudio 1.0/2.0 format files + * 353116 : [asfdemux] hangs playing some mms stations + * 365288 : [asfdemux] seeking not very smooth + * 370020 : [mpeg2dec] continue even after 5 consecutive decoding errors + * 385292 : [rmdemux] stream index leaked on shutdown + * 385311 : Memory leak initializing lame mp3 encoder plugin (gstlame.c) + * 385651 : [asfdemux] Jerky playback of " I love sky " + * 393890 : [win32] autogenerated win32/common/config.h needed + * 397219 : [rmdemux] captured realaudio stream with non-zero start p... + * 403188 : [asfdemux] bug parsing certain stream header object + * 421594 : [real] doesn't compile if zlib includes are missing + * 425374 : [asfdemux] seek in WMV rarely works + * 428698 : [rmdemux] crashes on files with many logical streams + * 429960 : [mpegdemux] playbin hangs with small external vobsub subt... + * 431707 : [amrnbparse] make pipeline hang + * 432533 : [mad, mp3parse] regression: CVS version doesn't parse dur... + * 438610 : [dvddemux] fails after flushing seek + * 440120 : [mpegdemux] crashes in gst_mpeg_demux_send_subbuffer() wi... + * 442706 : [dvdsubdec] crashes when flushing/on seek + * 444514 : [PATCH] dvdsubdec miscalculates (long) subtitle durations + * 386218 : [asfdemux] Division by zero when seeking live streams Changes since 0.10.4: diff --git a/RELEASE b/RELEASE index 1220ed8e42..0dc17cdba3 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.5 "She said" +Release notes for GStreamer Ugly Plug-ins 0.10.6 "The Sacrifice" The GStreamer team is proud to announce a new release @@ -55,35 +55,38 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Improved asf playback - * Fixes to MPEG demuxer - * Improved Real playback - * Fix crasher bugs in the MPEG video decoder - * DVD-read-src improvements - * mp3 parser fixes + * fixes in handling of MPEG streams, Real streams and MP3 + * AMR-NB fixes + * Other bug-fixes and improvements + * Parallel installability with 0.8.x series * Threadsafe design and API Bugs fixed in this release - * 361584 : [mpeg2dec] framerate=0/0 on caps leads to crash - * 162417 : [mpeg] movie skips - * 340433 : [dvdread] fails to play certain DVDs with playbin and Totem - * 348002 : AC3 5.1 foreground movie sound cannot be heard in Totem/g... - * 350761 : [a52dec] Select output format based on peer element caps - * 350778 : [mpegdemux] Send update newsegments - * 356004 : [mpeg2dec] memory corruption - * 361140 : [lame] lame bitrate=196 errors out in setup - * 362639 : Fixes compiling with forte: warning clean up (part 6) - * 369627 : [mpeg2dec] unit test addition and memleak fix - * 374760 : [PATCH] last buffer sent by lame may not have (valid) tim... - * 374914 : this mp4 video doesn't play correctly (codec problem) - * 384447 : totem crashes while trying to play dvd on ppc - * 385192 : mpegparse accesses random memory - * 334322 : [mpegdemux] playbin freezes with VobSub subtitles - * 384989 : misparsing of Real Media mux leads to buffer overrun - * 384996 : Tailored or broken Real Media mux file crashes RM demuxer - * 327350 : [mpeg2dec] altivec crashes on misaligned buffers - * 350723 : [mad] Wrong output buffer timestamping + * 336370 : [asfdemux] crashes on an assertion in gst_asf_demux_get_v... + * 332157 : [asfdemux] This WMV file is played very strangely + * 335760 : [asfdemux] dataflow error when seeking in zeldadslarge.wmv + * 349779 : [real] can't play ancient RealAudio 1.0/2.0 format files + * 353116 : [asfdemux] hangs playing some mms stations + * 365288 : [asfdemux] seeking not very smooth + * 370020 : [mpeg2dec] continue even after 5 consecutive decoding errors + * 385292 : [rmdemux] stream index leaked on shutdown + * 385311 : Memory leak initializing lame mp3 encoder plugin (gstlame.c) + * 385651 : [asfdemux] Jerky playback of " I love sky " + * 393890 : [win32] autogenerated win32/common/config.h needed + * 397219 : [rmdemux] captured realaudio stream with non-zero start p... + * 403188 : [asfdemux] bug parsing certain stream header object + * 421594 : [real] doesn't compile if zlib includes are missing + * 425374 : [asfdemux] seek in WMV rarely works + * 428698 : [rmdemux] crashes on files with many logical streams + * 429960 : [mpegdemux] playbin hangs with small external vobsub subt... + * 431707 : [amrnbparse] make pipeline hang + * 432533 : [mad, mp3parse] regression: CVS version doesn't parse dur... + * 438610 : [dvddemux] fails after flushing seek + * 440120 : [mpegdemux] crashes in gst_mpeg_demux_send_subbuffer() wi... + * 442706 : [dvdsubdec] crashes when flushing/on seek + * 444514 : [PATCH] dvdsubdec miscalculates (long) subtitle durations + * 386218 : [asfdemux] Division by zero when seeking live streams Download @@ -113,20 +116,20 @@ Applications Contributors to this release - * David Schleef - * Jan Arne Petersen * Jan Schmidt - * Josep Torra Valles + * Julien MOUTTE * Mark Nauwelaerts - * Martin Zlomek * Michael Smith - * Michal Benes + * Mogens Jaeger + * René Stadler * Roland Kay - * Sebastian Droege * Sebastian Dröge + * Sebastien Moutte * Stefan Kost + * Sébastien Moutte * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans - * Yves Lefebvre + * Xavier B. + * Zaheer Abbas Merali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index c9f153ae59..39ecae7685 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.5.1, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.6, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) AG_GST_INIT diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index 4a795b1e3f..ff55be9244 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -271,41 +271,41 @@ GstLame::vbr-hard-min gint ->= 0 +[0,1] rw VBR hard min -Specify hard min bitrate. +Specify whether min VBR bitrate is a hard limit. Normally, it can be violated for silence. 0 GstLame::vbr-max-bitrate gint ->= 0 +[8,320] rw VBR max bitrate Specify maximum VBR bitrate (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320). -0 +160 GstLame::vbr-mean-bitrate gint ->= 0 +[8,320] rw VBR mean bitrate Specify mean VBR bitrate. -0 +128 GstLame::vbr-min-bitrate gint ->= 0 +[8,320] rw VBR min bitrate Specify minimum VBR bitrate (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320). -0 +112 diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index f52ff01609..380fc443e6 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.5 + 0.10.6 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 47e720684b..aa02f39bfc 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,7 +3,7 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index a6632a5014..01ba6ffb18 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 41c11886fd..1e0e5f2ffb 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.4.1 + 0.10.6 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/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 8e41f9dda4..582bd821a7 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ Decode DVD subtitles to AYUV video frames ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index dde170ad23..3fa9505cd8 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,7 +3,7 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 558e08a681..b145566a2d 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 71216a40c4..014b801fb9 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ id3 tag manipulation and mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.5 + 0.10.6 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index afd2ba7df6..8b35afc2ab 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.5 + 0.10.6 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index ab31089063..2136730fd4 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,7 +3,7 @@ MPEG-1 layer 1/2/3 audio parser ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release @@ -14,7 +14,8 @@ MPEG1 Audio Parser Codec/Parser/Audio Parses and frames mpeg1 audio streams (levels 1-3), provides seek - Erik Walthinsen <omega@cse.ogi.edu> + Jan Schmidt <thaytan@mad.scientist.com> + Erik Walthinsen <omega@cse.ogi.edu> \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 27e269b5a1..66e770b1db 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,7 +3,7 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.5 + 0.10.6 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index c5f94ebcf7..a6138554de 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.5.1 + 0.10.6 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin