Release 0.10.3

Original commit message from CVS:
Release 0.10.3
This commit is contained in:
Jan Schmidt 2006-05-04 14:51:06 +00:00
parent 49c7d8e166
commit 57f0a48e78
22 changed files with 161 additions and 58 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.3 ===
2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.3, "Petition to request permission"
2006-05-04 Julien MOUTTE <julien@moutte.net>
* tests/icles/Makefile.am: Fix build.

50
NEWS
View file

@ -1,4 +1,52 @@
This is GStreamer Bad Plug-ins 0.10.1, "Slimy - yet satisfying"
This is GStreamer Bad Plug-ins 0.10.3, "Petition to request permission"
There was no 0.10.2 release
Changes since 0.10.1:
* FAAD/AAC decoder improvements
* Better QuickTime support
* Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
* New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
* Musepack decoder improved
* libneon based http input now supports iradio mode
* More uniform plugin descriptions
* Many bug fixes
Bugs fixed since 0.10.1:
* 334700 : [qtdemux] Memory leaks
* 333307 : AmrWB Plugin
* 330317 : New xingmux element for writing Xing headers
* 304795 : [ximagesrc] port to 0.9 [PATCH]
* 154906 : [qtdemux] A/V Synch problem + crackling sound
* 167129 : [qtdemux] eats last chunk
* 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
* 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
* 321351 : extracted AAC output is played too slow
* 324082 : [qtdemux] [faad] playback issues with quicktime videos
* 327075 : [qtdemux] add support for palettized SMC videos
* 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
* 331335 : New Element: libsoundtouch based pitch shifter
* 331909 : support for more fourccs in qtdemux
* 332066 : [qtdemux] doesn't extract Disc Number field from some files
* 332155 : Seeking problems in .mov files
* 332402 : quicktime file will not play
* 332598 : port modplug to 0.10
* 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
* 333283 : [xviddec] Fix build with gcc 2.95
* 333501 : [patch] taglib element
* 334123 : [taglibmux] fixes for TPOS and TCOP
* 334417 : autogen.sh bit rot
* 334748 : [faad] doesn't take sampling rate from demuxer
* 335585 : xvidenc does not mark key-frame/delta-units
* 336898 : Port musicbrainz/trm plugin to 0.10
* 337263 : plugins need better/unified descriptions
* 338233 : theora-exp api out of sync
* 339041 : qtdemux : Floating point exception
* 339074 : Thumbnail generation fails on the following file
* 337436 : Sound is very jerky on this .mov file
* 338935 : [qtdemux] floating point exception parsing trac header
Changes since 0.10.0:

78
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Bad Plug-ins 0.10.1 "Slimy - yet satisfying"
GStreamer: Release notes for GStreamer Bad Plug-ins 0.10.3 "Petition to request permission"
@ -59,29 +59,49 @@ contains a set of well-supported plug-ins, but might pose problems for
Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* Lots of fixes for the QT/MOV demuxer, including
restoring the ability to play web streams, and more
codecs supported
* AAC decoder fixes
* MMS source fixes
* DirectFB plugin updated
* New plugins ported to 0.10: swfdec, XVid, dtsdec, glimagesink
* New libneon based http source filter
* APE tag reader moved to gst-plugins-good module
* FAAD/AAC decoder improvements
* Better QuickTime support
* Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
* New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
* Musepack decoder improved
* libneon based http input now supports iradio mode
* More uniform plugin descriptions
* Many bug fixes
Bugs fixed in this release
* 303167 : Add bzip2 support
* 322973 : [wavpack] erroneous sampling rates range
* 326524 : Support for Indeo 3-encoded QuickTime files
* 327133 : [qtdemux] QuickTime with 8-bit audio
* 328854 : AAC+ stream not working with FAAD plugin
* 330089 : [bz2] Wrong mimetype and no typefinding
* 331302 : bz2 plugin source files lack copyright notices
* 331543 : crash on iTunes MPEG v4 AAC-LC files
* 331582 : [qtdemux] protect log statement against invalid memory ac...
* 333307 : AmrWB Plugin
* 330317 : New xingmux element for writing Xing headers
* 304795 : [ximagesrc] port to 0.9 [PATCH]
* 154906 : [qtdemux] A/V Synch problem + crackling sound
* 167129 : [qtdemux] eats last chunk
* 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
* 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
* 321351 : extracted AAC output is played too slow
* 324082 : [qtdemux] [faad] playback issues with quicktime videos
* 327075 : [qtdemux] add support for palettized SMC videos
* 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
* 331335 : New Element: libsoundtouch based pitch shifter
* 331909 : support for more fourccs in qtdemux
* 332066 : [qtdemux] doesn't extract Disc Number field from some files
* 332155 : Seeking problems in .mov files
* 332402 : quicktime file will not play
* 332598 : port modplug to 0.10
* 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
* 333283 : [xviddec] Fix build with gcc 2.95
* 333501 : [patch] taglib element
* 334123 : [taglibmux] fixes for TPOS and TCOP
* 334417 : autogen.sh bit rot
* 334700 : [qtdemux] Memory leaks
* 334748 : [faad] doesn't take sampling rate from demuxer
* 335585 : xvidenc does not mark key-frame/delta-units
* 336898 : Port musicbrainz/trm plugin to 0.10
* 337263 : plugins need better/unified descriptions
* 338233 : theora-exp api out of sync
* 339041 : qtdemux : Floating point exception
* 339074 : Thumbnail generation fails on the following file
* 337436 : Sound is very jerky on this .mov file
* 338935 : [qtdemux] floating point exception parsing trac header
Download
@ -111,18 +131,26 @@ Applications
Contributors to this release
* Andy Wingo
* Christian Schaller
* David Schleef
* Alex Lancaster
* Christophe Fergeau
* Edgard Lima
* Edward Hervey
* Fabrizio Gennari
* James "Doc" Livingston
* Jan Gerber
* Jan Schmidt
* Jens Granseuer).
* Julien MOUTTE
* Lutz Mueller
* Mark Nauwelaerts
* Michael Smith
* Mikhail Zabaluev
* Renato Araujo Oliveira Filho
* Sebastien Moutte
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans
* Wouter Paeson
* Zaheer Abbas Merali
* j^
 

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer Bad Plug-ins, 0.10.2.1,
AC_INIT(GStreamer Bad Plug-ins, 0.10.3.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)

View file

@ -495,3 +495,23 @@
<DEFAULT>20</DEFAULT>
</ARG>
<ARG>
<NAME>GstTRM::proxy-address</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>proxy address</NICK>
<BLURB>proxy address.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstTRM::proxy-port</NAME>
<TYPE>guint</TYPE>
<RANGE>[1,65535]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>proxy port</NICK>
<BLURB>proxy port.</BLURB>
<DEFAULT>8080</DEFAULT>
</ARG>

View file

@ -3,10 +3,10 @@
<description>Compress or decompress streams</description>
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
<basename>libgstbz2.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Parse a .dat file (VCD) into raw mpeg1</description>
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
<basename>libgstcdxaparse.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Free AAC Encoder (FAAC)</description>
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
<basename>libgstfaac.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Free AAC Decoder (FAAD)</description>
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
<basename>libgstfaad.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Stream freezer</description>
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
<basename>libgstfreeze.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>OpenGL video output plugin</description>
<filename>../../sys/glsink/.libs/libgstglimagesink.so</filename>
<basename>libgstglimagesink.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>GSM encoder/decoder</description>
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
<basename>libgstgsm.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>Gstreamer</package>

View file

@ -3,10 +3,10 @@
<description>.MOD audio decoding</description>
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
<basename>libgstmodplug.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>A TRM signature producer based on libmusicbrainz</description>
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
<basename>libgsttrm.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Quicktime stream demuxer</description>
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
<basename>libgstqtdemux.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
<filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename>
<basename>libgstsdlvideosink.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Set speed/pitch on audio/raw streams (resampler)</description>
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
<basename>libgstspeed.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>TTA lossless audio format handling</description>
<filename>../../gst/tta/.libs/libgsttta.so</filename>
<basename>libgsttta.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>gst-tta</package>

View file

@ -3,10 +3,10 @@
<description>elements for Video 4 Linux</description>
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
<basename>libgstvideo4linux2.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>Wavpack lossless/lossy audio format handling</description>
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
<basename>libgstwavpack.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>gst-wavpack</package>

View file

@ -3,10 +3,10 @@
<description>Add a xing header to mp3 encoded data</description>
<filename>../../gst/xingheader/.libs/libgstxingheader.so</filename>
<basename>libgstxingheader.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>XviD plugin library</description>
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
<basename>libgstxvid.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>