mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Release 0.10.10 - "Under the House"
Original commit message from CVS: Release 0.10.10 - "Under the House"
This commit is contained in:
parent
f7edce7801
commit
025df0b06c
20 changed files with 81 additions and 34 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.10 ===
|
||||
|
||||
2008-11-19 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.10, "Under the House"
|
||||
|
||||
2008-11-17 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/sidplay/Makefile.am:
|
||||
|
|
26
NEWS
26
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:
|
||||
|
||||
|
|
39
RELEASE
39
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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Read audio from audio CDs</description>
|
||||
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
|
||||
<basename>libgstcdio.so</basename>
|
||||
<version>0.10.9</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.9</version>
|
||||
<version>0.10.10</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.10</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Under the House</name>
|
||||
<created>2008-11-19</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.10.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.10.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.9</revision>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue