From 04d071f4ccdbe647a1abbf550527a89884ec2bcc Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 13 Dec 2006 21:04:12 +0000 Subject: [PATCH] Release 0.10.5 Original commit message from CVS: Release 0.10.5 --- ChangeLog | 7 ++ NEWS | 33 +++++++- RELEASE | 80 +++++++++---------- configure.ac | 2 +- docs/plugins/gst-plugins-ugly-plugins.args | 30 +++++-- docs/plugins/inspect/plugin-a52dec.xml | 4 +- docs/plugins/inspect/plugin-asf.xml | 11 +-- docs/plugins/inspect/plugin-dvdlpcmdec.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-siddec.xml | 4 +- 16 files changed, 125 insertions(+), 78 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89cc319e51..cdd1571d10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.5 === + +2006-12-13 Jan Schmidt + + * configure.ac: + releasing 0.10.5, "She said" + 2006-12-12 David Schleef * gst/mpegstream/gstmpegparse.c: Use the GST_READ macro I meant diff --git a/NEWS b/NEWS index 4741e267bb..ca4540fb64 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,35 @@ -This is GStreamer Ugly Plug-ins 0.10.4, "Metal Molly". +This is GStreamer Ugly Plug-ins 0.10.5 "She said" + +Changes since 0.10.4: + + * 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 + +Bugs fixed since 0.10.4: + + * 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 Bugs fixed since 0.10.3: diff --git a/RELEASE b/RELEASE index 1c4e7a55a5..1220ed8e42 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.4 "Metal Molly" +Release notes for GStreamer Ugly Plug-ins 0.10.5 "She said" The GStreamer team is proud to announce a new release @@ -52,39 +52,38 @@ contains a set of less supported plug-ins that haven't passed the + Features of this release - * Parallel installability with 0.8.x series + * 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 * Threadsafe design and API Bugs fixed in this release - - * 329184 : [lame] remove tag writing support - * 345694 : [dvdreadsrc] crash with 'who wants to be a millionnaire' ... - * 349035 : [asfdemux] should error out on encrypted WMV stream - * 341677 : massive memory leak with mpeg2 video in AVI - * 321609 : [mpegstream] flush packetizer cache on discontinuities - * 323658 : [id3mux] Changing of ID3 tags is broken in gstreamer - * 335288 : Totem Crashes on Certain .mpg Files - * 336550 : [asfdemux] only first video frames are displayed with som... - * 336824 : [mad] returns incorrect duration to queries in BYTES format - * 337834 : [dvddemux] seeking in DVDs doesn't work - * 339287 : [lame] segfault if EOS before setcaps - * 340594 : [mad] does not publish supported query formats - * 340710 : [lame] typo in event handler - * 341254 : [asfdemux] gst_tag_list_get_string_index assertion - * 342222 : [amrnb] can't play AMR Narrowband from cellphone (S.E. W800) - * 342594 : [mad] should send new-segment before pad_alloc_buffer - * 343763 : [asfdemux] broken audio and unrecognised 2nd audio stream - * 345184 : [mpeg2dec] crash with video with pixel_width and pixel_he... - * 347029 : Minor mistake in comment - * 347292 : [rmdemux] Realaudio files with 'cook' audio 'stutter' - * 348786 : lame put lots of 0's at start of mp3 - * 350044 : [dvdsubdec] outputs buffers with negative durations - * 350895 : [dvdreadsrc] wrong use of debugging causes fatal warning - * 343627 : Add QoS to mpeg2dec - * 344667 : [siddec] sounds very broken - * 350554 : [patch] assertation failed trying to play .ac3 files + + * 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 Download @@ -114,23 +113,20 @@ Applications Contributors to this release - * Alexander Lancaster - * Andres Salomon - * Ed Catmur - * Edward Hervey - * Fabrizio Gennari - * Frédéric Riss - * Grzegorz Lukasik - * James "Doc" Livingston + * David Schleef + * Jan Arne Petersen * Jan Schmidt - * Lutz Müller - * Maciej Katafiasz - * Michael Dominic K. + * Josep Torra Valles + * Mark Nauwelaerts + * Martin Zlomek * Michael Smith - * Sebastien Moutte + * Michal Benes + * Roland Kay + * Sebastian Droege + * Sebastian Dröge * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans - * Zaheer Abbas Merali + * Yves Lefebvre   \ No newline at end of file diff --git a/configure.ac b/configure.ac index c47b590fc4..4929430564 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.4.1, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index f4b8cb6eb6..4a795b1e3f 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -44,7 +44,7 @@ [8,320] rw Bitrate (kb/s) -Bitrate in kbit/sec. +Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320). 128 @@ -284,7 +284,7 @@ >= 0 rw VBR max bitrate -Specify 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 @@ -294,7 +294,7 @@ >= 0 rw VBR mean bitrate -Specify mean bitrate. +Specify mean VBR bitrate. 0 @@ -304,7 +304,7 @@ >= 0 rw VBR min bitrate -Specify 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 @@ -528,6 +528,26 @@ FALSE + +GstA52Dec::lfe +gboolean + +rw +LFE +LFE. +TRUE + + + +GstA52Dec::mode +GstA52DecMode + +rw +Decoder Mode +Decoding Mode (default 3f2r). +3 Front, 2 Rear + + GstMPEGParse::adjust gboolean @@ -581,7 +601,7 @@ GstMPEGParse::max-scr-gap gint ->= -1 +>= G_MAXULONG rw Max SCR gap Maximum allowed gap between expected and actual SCR values. -1 means never adjust. diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 1ff63a09bd..f52ff01609 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.4.1 + 0.10.5 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-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 535d65ff9d..47e720684b 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.4.1 + 0.10.5 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,12 +16,5 @@ Demultiplexes ASF Streams Owen Fraser-Green <owen@discobabe.net> - - rtpasfdepay - RTP ASF packet depayloader - Codec/Depayloader/Network - Extracts ASF streams from RTP - Tim-Philipp Müller <tim centricular net> - \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 8264e58ced..a6632a5014 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.4.1 + 0.10.5 LGPL 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 bd14c1d733..8e41f9dda4 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ Decode DVD subtitles to AYUV video frames ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.4.1 + 0.10.5 LGPL 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-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 4eee035c93..dde170ad23 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.4.1 + 0.10.5 LGPL 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-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 919a5189f1..558e08a681 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.4.1 + 0.10.5 LGPL 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-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 197ded04f1..71216a40c4 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ id3 tag manipulation and mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.4.1 + 0.10.5 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-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 608f704eb1..afd2ba7df6 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.4.1 + 0.10.5 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-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index c2f29611a3..ab31089063 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 parser ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.4.1 + 0.10.5 LGPL 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-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 1266e35c35..27e269b5a1 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.4.1 + 0.10.5 LGPL 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-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index ea82e06748..96bff969c6 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.4.1 + 0.10.5 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin