configure.ac: releasing 0.10.2, "Season to Taste"

Original commit message from CVS:
* configure.ac:
releasing 0.10.2, "Season to Taste"
This commit is contained in:
Jan Schmidt 2006-02-20 19:13:54 +00:00
parent 0bb0050443
commit e844665960
13 changed files with 111 additions and 29 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.2 ===
2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.2, "Season to Taste"
2006-02-19 Jan Schmidt <thaytan@mad.scientist.com> 2006-02-19 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac: * configure.ac:

29
NEWS
View file

@ -1,4 +1,31 @@
This is GStreamer Ugly Plug-ins 0.10.1, "Peng". This is GStreamer Ugly Plug-ins 0.10.2, "Season to Taste".
Features since 0.10.1:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
* ASF demuxer ported
* Fixes for MPEG demuxing
* Fixes for the MAD MP3 decoder
* Fixes for the LAME MP3 encoder
* ID3 tag reading has moved to id3demux in gst-plugins-good
* Fixes for the Real Media demuxer
* Various other fixes
Bugs fixed since 0.10.1:
* 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
* 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
* 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
* 326711 : [mpegdemux] does not negotiate source pads
* 326734 : [mad] Add 24-bit output support
* 329575 : misc bugfixes for mad from 0.8
* 331035 : [asfdemux] port to 0.10
* 331301 : [mpeg2dec] strides issues when cropping
* 330844 : mpeg2dec crashes with " cropped " MPEG videos
* 331579 : Set asfdemux rank to secondary
* 313838 : totem hangs after playing an amazon sample
Features since 0.10.0: Features since 0.10.0:

40
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.1 "Peng" GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.2 "Season to Taste"
The GStreamer team is proud to announce a new release The GStreamer team is proud to announce a new release
@ -56,22 +56,29 @@ Features of this release
* Parallel installability with 0.8.x series * Parallel installability with 0.8.x series
* Threadsafe design and API * Threadsafe design and API
* fixes in dvddemux, mpegdemux, mad, iec958 * DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
* removed id3demux (new version in gst-plugins-good) * ASF demuxer ported
* Fixes for MPEG demuxing
* Fixes for the MAD MP3 decoder
* Fixes for the LAME MP3 encoder
* ID3 tag reading has moved to id3demux in gst-plugins-good
* Fixes for the Real Media demuxer
* Various other fixes
Bugs fixed in this release Bugs fixed in this release
* 322049 : [id3demux] should support pull range * 311679 : [lame] doesn't write GST_TAG_DATE correctly
* 322856 : [mpeg2dec] Use of wrong variables * 326734 : [mad] Add 24-bit output support
* 322857 : [mpeg2dec] Seeking in byte format * 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
* 325652 : many plugins don't pass unhandled queries upstream * 313838 : totem hangs after playing an amazon sample
* 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
API changed in this release * 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
* 326711 : [mpegdemux] does not negotiate source pads
* 329575 : misc bugfixes for mad from 0.8
- API additions: * 331035 : [asfdemux] port to 0.10
* 331301 : [mpeg2dec] strides issues when cropping
* AC3IEC::raw-audio * 331579 : Set asfdemux rank to secondary
* 330844 : mpeg2dec crashes with " cropped " MPEG videos
Download Download
@ -101,12 +108,13 @@ Applications
Contributors to this release Contributors to this release
* Christian Schaller
* Edgard Lima
* Edward Hervey * Edward Hervey
* Jan Schmidt * Jan Schmidt
* Josef Zlomek
* Martin Soto * Martin Soto
* Michael Smith
* Stefan Kost * Stefan Kost
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Wim Taymans
   

View file

@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 1, 3, AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 2, 0,
GST_CVS="no", GST_CVS="yes") GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AM_INIT_AUTOMAKE($PACKAGE,$VERSION)

View file

@ -425,7 +425,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>clock</NICK> <NICK>clock</NICK>
<BLURB>clock.</BLURB> <BLURB>clock.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>PAL</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -465,7 +465,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>memory</NICK> <NICK>memory</NICK>
<BLURB>memory.</BLURB> <BLURB>memory.</BLURB>
<DEFAULT>34</DEFAULT> <DEFAULT>Playsid Environment</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -598,3 +598,43 @@
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstDvdReadSrc::angle</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,999]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>angle</NICK>
<BLURB>angle.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstDvdReadSrc::chapter</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,999]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>chapter</NICK>
<BLURB>chapter.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstDvdReadSrc::device</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Device</NICK>
<BLURB>DVD device location.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstDvdReadSrc::title</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,999]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>title</NICK>
<BLURB>title.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>

View file

@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description> <description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename> <basename>libgsta52dec.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description> <description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename> <basename>libgstdvdlpcmdec.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description> <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
<filename>../../gst/iec958/.libs/libgstiec958.so</filename> <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
<basename>libgstiec958.so</basename> <basename>libgstiec958.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Encode MP3's with LAME</description> <description>Encode MP3's with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename> <filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename> <basename>libgstlame.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>id3 tag manipulation and mp3 decoding based on the mad library</description> <description>id3 tag manipulation and mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename> <filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename> <basename>libgstmad.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>
@ -11,7 +11,7 @@
<elements> <elements>
<element> <element>
<name>id3mux</name> <name>id3mux</name>
<longname>id3 muxer</longname> <longname>id3 tag muxer</longname>
<class>Codec/Muxer/Audio</class> <class>Codec/Muxer/Audio</class>
<description>Add ID3 tagging information</description> <description>Add ID3 tagging information</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author> <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>

View file

@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description> <description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename> <basename>libgstmpeg2dec.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>MPEG-1 layer 1/2/3 audio parser</description> <description>MPEG-1 layer 1/2/3 audio parser</description>
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename> <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
<basename>libgstmpegaudioparse.so</basename> <basename>libgstmpegaudioparse.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Realmedia stream demuxer</description> <description>Realmedia stream demuxer</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename> <basename>libgstrmdemux.so</basename>
<version>0.10.1</version> <version>0.10.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>