diff --git a/ChangeLog b/ChangeLog index c2c6d7a871..84dde2417d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.10 === + +2008-11-19 Jan Schmidt + + * configure.ac: + releasing 0.10.10, "Under the House" + 2008-11-17 Sebastian Dröge * ext/sidplay/Makefile.am: diff --git a/NEWS b/NEWS index c37d29580f..ab6063ecbb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,28 @@ -This is GStreamer Ugly Plug-ins 0.10.9 "Back The Way It Was" +This is GStreamer Ugly Plug-ins 0.10.10 "Under the House" + +Changes since 0.10.9: + + * asfdemux and rmdemux fixes + * RDT support + * AMR-NB parser improvements + * Fix a52dec channel output negotiation + * Compilation fixes for mad, mpeg2dec + +Bugs fixed since 0.10.9: + + * 546859 : Asfdemux doesn't properly error out on not-linked + * 536274 : handle flush seeking in amrnbparse + * 554142 : mad plugin with disable index seeking issue + * 554150 : mpeg2dec plugin with disable index seeking issue + * 556184 : [PATCH] mpeg2dec: prefer container's pixel aspect ratio o... + * 556277 : mp3parse generate discontinuities. + * 558277 : generic states test fails + * 559569 : GStreamer mp3 consistent and regular stuttering + * 559682 : negotiation problem + * 561161 : [sidplay] Uses GST_CFLAGS for C++ + * 424070 : [amrnbdec] add IF2 handling + * 536226 : fix query duration + * 558896 : DVD playing on Vista using dvddemux element seg-faults on... Changes since 0.10.8: diff --git a/RELEASE b/RELEASE index 1dcd111fe7..32b3c207b8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.9 "Back The Way It Was" +Release notes for GStreamer Ugly Plug-ins 0.10.10 "Under the House" The GStreamer team is proud to announce a new release @@ -50,28 +50,32 @@ contains a set of less supported plug-ins that haven't passed the rigorous quality testing we expect + Features of this release - * Improvements in a52 and mp3 decoding - * Bug fixes in Xing header muxer - * MPEG demuxer improvements and dvdreadsrc bug-fixes - * Fix build with LAME 3.97 and above - * Fix LAME parameter settings to allow setting the bitrate properly + * asfdemux and rmdemux fixes + * RDT support + * AMR-NB parser improvements + * Fix a52dec channel output negotiation + * Compilation fixes for mad, mpeg2dec Bugs fixed in this release - * 476149 : Fix and add needed features to dvdnavsrc - * 490372 : Variable bit rates are limited to 160 kbps in higher qual... - * 498004 : preset is ignored by lame plugin - * 540194 : [mpegdemux] Doesn't handle files with a non-zero start ti... - * 542646 : gstreamer endless loop by zzuf sample - * 544039 : [lame] Doesn't build with 3.97 - * 545370 : playing some mp3s segfaults * 546859 : Asfdemux doesn't properly error out on not-linked - * 548194 : a52dec doesn't set up segment for raw files correctly. - * 537235 : [mp3parse] some mp3 files do not play with gstreamer + * 536274 : handle flush seeking in amrnbparse + * 554142 : mad plugin with disable index seeking issue + * 554150 : mpeg2dec plugin with disable index seeking issue + * 556184 : [PATCH] mpeg2dec: prefer container's pixel aspect ratio o... + * 556277 : mp3parse generate discontinuities. + * 558277 : generic states test fails + * 559569 : GStreamer mp3 consistent and regular stuttering + * 559682 : negotiation problem + * 561161 : [sidplay] Uses GST_CFLAGS for C++ + * 424070 : [amrnbdec] add IF2 handling + * 536226 : fix query duration + * 558896 : DVD playing on Vista using dvddemux element seg-faults on... Download @@ -101,11 +105,12 @@ Applications Contributors to this release + * Benoit Fouet * Edward Hervey - * Frederic Crozat * Jan Schmidt - * Mark Nauwelaerts * Michael Smith + * Robin Stocker + * Sameer Naik * Sebastian Dröge * Stefan Kost * Tal Shalif diff --git a/configure.ac b/configure.ac index faec353297..0bc29c1021 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.9.3, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.10, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 7933385b17..b077893fb6 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.9 + 0.10.10 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 53b4e44397..29ce9940c9 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.9 + 0.10.10 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index d77e2713c0..15e11f2ea3 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,7 +3,7 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.9 + 0.10.10 GPL 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 b2eefd1e05..d28e5b709f 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.9 + 0.10.10 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 dc674f933a..c55e2e1ffd 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,7 +3,7 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.9 + 0.10.10 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index 01cdee56c7..95bfc60e18 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.9 + 0.10.10 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 3eeabe7ad9..890224c220 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.9 + 0.10.10 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 4af5d7d7b1..fd55f4dac0 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.9 + 0.10.10 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 63980473a5..56a26437d0 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.9 + 0.10.10 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 186bd159c8..1aee137ea5 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.9 + 0.10.10 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 8193515f5c..1a3cd6c359 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 stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.9 + 0.10.10 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 25870227a6..0ff186d32f 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.9 + 0.10.10 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 3b923f9d22..0d62317a73 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,7 +3,7 @@ RealMedia demuxer and depayloader ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.9 + 0.10.10 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 2f99759640..c949ec50a5 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,7 +3,7 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.9 + 0.10.10 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index a73d7c5c11..fb670b8521 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -34,6 +34,17 @@ might be widely known to present patent problems. + + + 0.10.10 + 0.10 + Under the House + 2008-11-19 + + + + + 0.10.9 diff --git a/po/LINGUAS b/po/LINGUAS index 7a388e9a96..bb55ce158b 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -af az bg ca cs da en_GB es fi fr hu id it lt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN +af az bg ca cs da en_GB es fi fr hu id it lt mt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN