mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Release 0.10.8
Original commit message from CVS: Release 0.10.8
This commit is contained in:
parent
b9dec73137
commit
63c433b14d
21 changed files with 90 additions and 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:
|
||||
|
|
23
NEWS
23
NEWS
|
@ -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:
|
||||
|
||||
|
|
79
RELEASE
79
RELEASE
|
@ -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
|
||||
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstLame GstTagSetter
|
||||
GstID3Tag GstTagSetter
|
||||
GstDvdReadSrc GstURIHandler
|
||||
GstLame GstTagSetter
|
||||
GstRTSPReal GstRTSPExtension
|
||||
GstRTSPWMS GstRTSPExtension
|
||||
GstRTSPReal GstRTSPExtension
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -34,6 +34,17 @@ might be widely known to present patent problems.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue