From c51d6e5d4594be78bc0c0fbd5423347fd9cac7e4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 14 Aug 2006 11:15:09 +0000 Subject: [PATCH] releasing 0.10.4 Original commit message from CVS: releasing 0.10.4 --- ChangeLog | 19 ++++-- NEWS | 31 ++++++++- RELEASE | 67 +++++++++++-------- configure.ac | 2 +- docs/plugins/gst-plugins-ugly-plugins.args | 12 ++-- docs/plugins/inspect/plugin-a52dec.xml | 4 +- docs/plugins/inspect/plugin-amrnb.xml | 4 +- docs/plugins/inspect/plugin-asf.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 | 6 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 4 +- .../plugins/inspect/plugin-mpegaudioparse.xml | 4 +- docs/plugins/inspect/plugin-mpegstream.xml | 4 +- docs/plugins/inspect/plugin-rmdemux.xml | 4 +- docs/plugins/inspect/plugin-siddec.xml | 10 +-- 19 files changed, 123 insertions(+), 72 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7b023876e..d4a9ee3186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.4 === + +2006-08-14 Thomas Vander Stichele + + * configure.ac: + releasing 0.10.4, "Metal Molly" + 2006-08-14 Thomas Vander Stichele Patch by: Wim Taymans @@ -411,7 +418,7 @@ * win32/MANIFEST: Add a manifest for futures ugly win32 releases. * gst/iec958/ac3iec.c: (ac3iec_chain_raw): - Move bufcaps declaration at the begining of the instructions + Move bufcaps declaration at the beginning of the instructions block. 2006-06-02 Stefan Kost @@ -694,16 +701,18 @@ * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic): use gst_guint64_to_gdouble for conversions * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time): - replace __FUNCTION__ which is not supported by MSVC by the current function name + replace __FUNCTION__ which is not supported by MSVC by the current + function name * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset): remove LL suffix by using G_GINT64_CONSTANT - * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),(gst_mpeg_parse_get_rate): + * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead), + (gst_mpeg_parse_get_rate): use gst_guint64_to_gdouble for conversions * gst/mpegstream/gstmpegparse.h: remove LL suffix by using G_GINT64_CONSTANT * win32/vs6: - add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub, iec958, lame, - mad, mpegaudioparse, mpegstream, realmedia, synaesthesia + add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub, + iec958, lame, mad, mpegaudioparse, mpegstream, realmedia, synaesthesia 2006-04-08 Stefan Kost diff --git a/NEWS b/NEWS index 38806ae36d..4741e267bb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,33 @@ -This is GStreamer Ugly Plug-ins 0.10.3, "Late Plane". +This is GStreamer Ugly Plug-ins 0.10.4, "Metal Molly". + +Bugs fixed since 0.10.3: + + * 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 Features since 0.10.2: diff --git a/RELEASE b/RELEASE index 9da8d9a86d..1c4e7a55a5 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.3 "Late Plane" +Release notes for GStreamer Ugly Plug-ins 0.10.4 "Metal Molly" The GStreamer team is proud to announce a new release @@ -56,27 +56,35 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * dvdsubdec ported - * fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux, mpegparse, amrnb, mad, lame, a52dec Bugs fixed in this release - * 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end - * 317310 : Cant play swedish radio station " P3 " - * 320022 : [asfdemux] borks on a particular mms asf stream - * 323023 : [rmdemux] stops immediately if there are unlinked source ... - * 326598 : [mpegstream] does not handle timestamp overflow correctly - * 327356 : gst-plugins-ugly fails to build with GCC 4.1 - * 328957 : [mpegstream] fix build with gcc 2.95 - * 331588 : [rmdemux] realmedia files with AC3 don't work - * 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX]) - * 331842 : should check for mad and id3tag headers, not libs - * 332796 : [asfdemux] cannot play an ASF stream - * 333345 : [lame] fix some memory leaks - * 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU... - * 334550 : Some ac3 files fail to play - * 336097 : [asfdemux] live ASF streams do not work - * 336387 : [mpegdemux] reffing null caps + * 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 Download @@ -106,18 +114,23 @@ Applications Contributors to this release - * Alex Lancaster - * Christian Kirbach - * Christophe Fergeau + * Alexander Lancaster + * Andres Salomon + * Ed Catmur * Edward Hervey * Fabrizio Gennari + * Frédéric Riss + * Grzegorz Lukasik + * James "Doc" Livingston * Jan Schmidt - * Jens Granseuer - * Julien MOUTTE - * Jürg Billeter - * Luca Ognibene + * Lutz Müller + * Maciej Katafiasz + * Michael Dominic K. * Michael Smith - * Michal Benes + * Sebastien Moutte + * Stefan Kost + * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans + * Zaheer Abbas Merali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 092fc56782..4e9365119c 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.3.1, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.4, 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 85ba0a8875..f4b8cb6eb6 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -324,7 +324,7 @@ rw Output Xing Header -Output Xing Header. +Output Xing Header (BROKEN, use xingmux instead). FALSE @@ -445,7 +445,7 @@ rw force_speed force_speed. -TRUE +FALSE @@ -465,7 +465,7 @@ rw memory memory. -Playsid Environment +Bank Switching @@ -485,17 +485,17 @@ rw mos8580 mos8580. -TRUE +FALSE GstSidDec::tune gint -[1,100] +[0,100] rw tune tune. -1 +0 diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index c14befbf10..090275578f 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.3.1 + 0.10.4 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-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index b88bea9a6a..292a5bb67f 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.3.1 + 0.10.4 unknown 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 bccc97b5c2..83970c01f6 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.3.1 + 0.10.4 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-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 8607ef8f67..e51e155c3a 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.3.1 + 0.10.4 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-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 72eb9a5a27..3917f62f07 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.3.1 + 0.10.4 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 ce79f815b7..9fb3944ad9 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.3.1 + 0.10.4 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 2f52e247fc..25d107b26d 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.3.1 + 0.10.4 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 a44f972472..4d2c978861 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3's with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.3.1 + 0.10.4 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 c12d599bb5..6f98acf5f0 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.3.1 + 0.10.4 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -21,7 +21,7 @@ mad mp3 decoder Codec/Decoder/Audio Uses mad code to decode mp3 streams - Wim Taymans <wim.taymans@chello.be> + Wim Taymans <wim@fluendo.com> \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 343db49938..5a0fbae6e8 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.3.1 + 0.10.4 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 e7b00e9066..c26f0238c1 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.3.1 + 0.10.4 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 a61a9090c6..d1ead85614 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.3.1 + 0.10.4 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-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml index 0657b1b5be..b27e1a8742 100644 --- a/docs/plugins/inspect/plugin-rmdemux.xml +++ b/docs/plugins/inspect/plugin-rmdemux.xml @@ -3,10 +3,10 @@ Realmedia stream demuxer ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.3.1 + 0.10.4 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 ddcc616ab1..c8f13e9bc0 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -1,20 +1,20 @@ siddec - Uses libsid to decode .sid files + Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.3.1 + 0.10.4 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin siddec Sid decoder Codec/Decoder/Audio - Use sidplay to decode SID audio tunes - Wim Taymans <wim.taymans@chello.be> + Use libsidplay to decode SID audio tunes + Wim Taymans <wim@fluendo.com> \ No newline at end of file