diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-05-21 23:03:13 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-05-21 23:03:13 +0000 |
commit | 63c433b14d94f0b7722014ec3165df5841499031 (patch) | |
tree | d48c20d6eef7cd13340630a600986d98b273fd18 | |
parent | b9dec73137868f6730c5879be12e83d3c375c4ee (diff) |
Release 0.10.8RELEASE-0_10_8
Original commit message from CVS:
Release 0.10.8
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | RELEASE | 79 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.hierarchy | 19 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.interfaces | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-a52dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-asf.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdread.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdsub.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-iec958.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-lame.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mad.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpegaudioparse.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpegstream.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-realmedia.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-siddec.xml | 2 | ||||
-rw-r--r-- | gst-plugins-ugly.doap | 11 | ||||
-rw-r--r-- | po/LINGUAS | 2 |
21 files changed, 90 insertions, 83 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.8 === + +2008-05-21 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.8, "And yet" + 2008-05-19 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: @@ -1,4 +1,25 @@ -This is GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time" +This is GStreamer Ugly Plug-ins 0.10.8 "And yet" + +Changes since 0.10.7: + + * ASF demuxer fixes + * MP3 parsing and Xing header output bug-fixes + * Real streaming and demuxing improvements + +Bugs fixed since 0.10.7: + + * 527572 : Crash in volume_process_int32 + * 321857 : [mp3parse] needs to post DURATION message for VBR mp3s + * 428021 : [mad, mp3parse] better duration estimates for VBR + * 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR... + * 518676 : xingmux doesn't work anymore + * 518933 : mp3 tags are not copied when converting to another format + * 521459 : RTSP extension for Real Audio doesn't extract Author, Co... + * 524346 : Framerate not being displayed correctly on running gst-di... + * 529488 : [sidplay] Missing sentinel in function call + * 532807 : [rmdemux] Doesn't properly aggregate flow returns + * 533581 : [mad] inconsistent use of rate and channels + * 533832 : [rmdemux] reset variables on flush Changes since 0.10.6: @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time" +Release notes for GStreamer Ugly Plug-ins 0.10.8 "And yet" The GStreamer team is proud to announce a new release @@ -55,47 +55,24 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Many bug fixes and improvements - * Accurate seeking support in mp3 - * xingmux moved from -bad - * RealMedia and WMS RTSP support - * LAME mp3 encoder fixes - * Support non-square pixels in ASF - * rmdemux fixes - * amrnb fixes - * dvdreadsrc seeking fix - * Initial MPEG-2 reverse playback support - * New element: dvdsubdec + * ASF demuxer fixes + * MP3 parsing and Xing header output bug-fixes + * Real streaming and demuxing improvements Bugs fixed in this release - * 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_... - * 337681 : Seeking problem with MP3s in banshee and rhythmbox - * 414988 : Stream encoded by lame has gap after decoding - * 427309 : [rmdemux] trouble playing RV10 video - * 439390 : [lame] fix up so we can control sample rate conversion - * 450879 : Missing files in po/POTFILES.in - * 452025 : ./configure breaks when cross-compiling LAME - * 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna... - * 466442 : amrnbenc has not properties to add header and select band... - * 495885 : [mpegdemux] unknown stream id 0xbe - * 500467 : [rmdemux] totem crashed with SIGSEGV - * 500808 : gstmpeg2dec compile problem in MSVC 6.0 - * 507821 : Skip over broken seektable in Xing headers - * 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly - * 514297 : mpeg2dec with corrupted packets causes fps denominator so... - * 515575 : [lame] unit test shows memory leak - * 515708 : [dvdsubparse] Leaks a pad template - * 515725 : [xingmux] Fails on big endian systems - * 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc... - * 516811 : [mp3parse] immediate EOS when playing back AVIs - * 516989 : [dvdreadsrc] wrong (negative) stream position returned du... - * 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE - * 508595 : [lame] wrong output caps in mono encoding mode - * 140136 : [mpeg] plays choppy in gst-player/totem - * 448782 : add finalize() to amrnbdec element - * 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,... - * 504671 : [rtspsrc] spews warnings on setup and shutdown + * 527572 : Crash in volume_process_int32 + * 321857 : [mp3parse] needs to post DURATION message for VBR mp3s + * 428021 : [mad, mp3parse] better duration estimates for VBR + * 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR... + * 518676 : xingmux doesn't work anymore + * 518933 : mp3 tags are not copied when converting to another format + * 521459 : RTSP extension for Real Audio doesn't extract Author, Co... + * 524346 : Framerate not being displayed correctly on running gst-di... + * 529488 : [sidplay] Missing sentinel in function call + * 532807 : [rmdemux] Doesn't properly aggregate flow returns + * 533581 : [mad] inconsistent use of rate and channels + * 533832 : [rmdemux] reset variables on flush Download @@ -125,26 +102,16 @@ Applications Contributors to this release - * Alexander Shopov - * Daniel Charles - * David Schleef + * Damien Lespiau + * Edgard Lima * Edward Hervey - * Ilkka Tuohela - * Jakub Bogusz * Jan Schmidt - * Jorge González González - * Julien MOUTTE - * Laurent Glayal - * Mark Nauwelaerts - * Raphael Higino + * Julien Moutte + * Michael Smith + * Peter Kjellerstedt + * Pizpot Gargravarr * Sebastian Dröge - * Sebastien Moutte - * Stefan Kost - * Tal Shalif - * Thijs Vermeir - * Thomas Vander Stichele + * Thiago Sousa Santos * Tim-Philipp Müller - * Wenzheng Hu * Wim Taymans - * Zaheer Abbas Merali
\ No newline at end of file diff --git a/configure.ac b/configure.ac index c3aaf806..32cc5b05 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.7.4, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.8, 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 29bdfb42..46e718ca 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -9,36 +9,37 @@ GObject GstElement GstBin GstPipeline + GstLame + GstSidDec GstMpeg2dec - GstA52Dec GstMad GstID3TagBase GstID3Tag - GstSidDec GstBaseSrc GstPushSrc GstDvdReadSrc - GstLame + GstA52Dec + GstASFDemux + GstRTSPWMS + AC3IEC + GstDvdLpcmDec GstRMDemux GstRealAudioDemux GstRDTDepay GstRDTManager GstRTSPReal - GstDvdLpcmDec GstDvdSubDec GstDvdSubParse - AC3IEC + GstXingMux + GstMPEGAudioParse GstMPEGParse GstMPEGDemux GstDVDDemux - GstXingMux - GstMPEGAudioParse - GstASFDemux - GstRTSPWMS GstPlugin GstRegistry GstSignalObject GInterface + GTypePlugin GstChildProxy GstURIHandler GstTagSetter diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces index 59468fb8..8dfc4f25 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.interfaces +++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces @@ -1,7 +1,7 @@ GstBin GstChildProxy GstPipeline GstChildProxy +GstLame GstTagSetter GstID3Tag GstTagSetter GstDvdReadSrc GstURIHandler -GstLame GstTagSetter -GstRTSPReal GstRTSPExtension GstRTSPWMS GstRTSPExtension +GstRTSPReal GstRTSPExtension diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index db9b6fef..9317212b 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ <description>Decodes ATSC A/52 encoded audio streams</description> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <basename>libgsta52dec.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 79e80af1..d8ca3ff4 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,7 +3,7 @@ <description>Demuxes and muxes audio and video in Microsofts ASF format</description> <filename>../../gst/asfdemux/.libs/libgstasf.so</filename> <basename>libgstasf.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index cdf82f8d..764037d9 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ <description>Decode DVD LPCM frames into standard PCM</description> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <basename>libgstdvdlpcmdec.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index abade1ee..7df9ae60 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,7 +3,7 @@ <description>Access a DVD with dvdread</description> <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename> <basename>libgstdvdread.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index c7493ab6..e0e1580d 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ <description>DVD subtitle parser and decoder</description> <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename> <basename>libgstdvdsub.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index c2ac4042..80ce0ba1 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,7 +3,7 @@ <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description> <filename>../../gst/iec958/.libs/libgstiec958.so</filename> <basename>libgstiec958.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 2659dfec..f56cbbdf 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ <description>Encode MP3s with LAME</description> <filename>../../ext/lame/.libs/libgstlame.so</filename> <basename>libgstlame.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index f834aab9..05489206 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ <description>id3 tag manipulation and mp3 decoding based on the mad library</description> <filename>../../ext/mad/.libs/libgstmad.so</filename> <basename>libgstmad.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 24278cbe..c64c0184 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ <description>LibMpeg2 decoder</description> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <basename>libgstmpeg2dec.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index f36742c7..45f4c71f 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,7 +3,7 @@ <description>MPEG-1 layer 1/2/3 audio stream elements</description> <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename> <basename>libgstmpegaudioparse.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 9429f52b..7d6fbf97 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,7 +3,7 @@ <description>MPEG system stream parser</description> <filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename> <basename>libgstmpegstream.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 591dcced..83e9d829 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,7 +3,7 @@ <description>RealMedia demuxer and depayloader</description> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <basename>libgstrmdemux.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index cfbf5fb2..59f62005 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,7 +3,7 @@ <description>Uses libsidplay to decode .sid files</description> <filename>../../ext/sidplay/.libs/libgstsid.so</filename> <basename>libgstsid.so</basename> - <version>0.10.7</version> + <version>0.10.8</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index 422cf966..caa95b52 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -36,6 +36,17 @@ might be widely known to present patent problems. <release> <Version> + <revision>0.10.8</revision> + <branch>0.10</branch> + <name>And yet</name> + <created>2008-05-21</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.8.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.8.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.7</revision> <branch>0.10</branch> <name>I Cheated Time</name> @@ -1 +1 @@ -af az bg cs da en_GB es fi hu it nb nl or pl pt_BR sk sq sr sv uk vi zh_CN +af az bg cs da en_GB es fi fr hu it lt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN |