diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-20 19:13:54 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-20 19:13:54 +0000 |
commit | e8446659601cb2019353dddbc74f9a4346830dcf (patch) | |
tree | 98fdffd36eb97f5efd55f97d09366b9e04fdd7ee | |
parent | 0bb00504436e12d69f13df283c38569b33cd1d30 (diff) |
configure.ac: releasing 0.10.2, "Season to Taste"RELEASE-0_10_2
Original commit message from CVS:
* configure.ac:
releasing 0.10.2, "Season to Taste"
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | RELEASE | 40 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.args | 44 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-a52dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdlpcmdec.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 | 4 | ||||
-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-rmdemux.xml | 2 |
13 files changed, 111 insertions, 29 deletions
@@ -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> * configure.ac: @@ -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: @@ -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 @@ -56,22 +56,29 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * fixes in dvddemux, mpegdemux, mad, iec958 - * removed id3demux (new version in gst-plugins-good) + * 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 in this release - * 322049 : [id3demux] should support pull range - * 322856 : [mpeg2dec] Use of wrong variables - * 322857 : [mpeg2dec] Seeking in byte format - * 325652 : many plugins don't pass unhandled queries upstream - -API changed in this release - - -- API additions: - -* AC3IEC::raw-audio + * 311679 : [lame] doesn't write GST_TAG_DATE correctly + * 326734 : [mad] Add 24-bit output support + * 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia... + * 313838 : totem hangs after playing an amazon sample + * 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 + * 329575 : misc bugfixes for mad from 0.8 + * 331035 : [asfdemux] port to 0.10 + * 331301 : [mpeg2dec] strides issues when cropping + * 331579 : Set asfdemux rank to secondary + * 330844 : mpeg2dec crashes with " cropped " MPEG videos Download @@ -101,12 +108,13 @@ Applications Contributors to this release + * Christian Schaller + * Edgard Lima * Edward Hervey * Jan Schmidt - * Josef Zlomek * Martin Soto - * Michael Smith * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller + * Wim Taymans
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 61e9bd7a..5801b60c 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! 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") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index 9cca35f9..85ba0a88 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -425,7 +425,7 @@ <FLAGS>rw</FLAGS> <NICK>clock</NICK> <BLURB>clock.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>PAL</DEFAULT> </ARG> <ARG> @@ -465,7 +465,7 @@ <FLAGS>rw</FLAGS> <NICK>memory</NICK> <BLURB>memory.</BLURB> -<DEFAULT>34</DEFAULT> +<DEFAULT>Playsid Environment</DEFAULT> </ARG> <ARG> @@ -598,3 +598,43 @@ <DEFAULT>FALSE</DEFAULT> </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> + diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 92a2a501..366c9ea0 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.1</version> + <version>0.10.2</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 295f22e5..8414d36d 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.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 878cdebe..c3bdac81 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.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index f568a614..acde1b6c 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ <description>Encode MP3's with LAME</description> <filename>../../ext/lame/.libs/libgstlame.so</filename> <basename>libgstlame.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 6e8359b0..82d9d478 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.1</version> + <version>0.10.2</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> @@ -11,7 +11,7 @@ <elements> <element> <name>id3mux</name> - <longname>id3 muxer</longname> + <longname>id3 tag muxer</longname> <class>Codec/Muxer/Audio</class> <description>Add ID3 tagging information</description> <author>Benjamin Otte <otte@gnome.org></author> diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index b0ff3c05..59af5d73 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.1</version> + <version>0.10.2</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index 1df5b0ae..8e5c589f 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 parser</description> <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename> <basename>libgstmpegaudioparse.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml index 02818eb9..8b83893b 100644 --- a/docs/plugins/inspect/plugin-rmdemux.xml +++ b/docs/plugins/inspect/plugin-rmdemux.xml @@ -3,7 +3,7 @@ <description>Realmedia stream demuxer</description> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <basename>libgstrmdemux.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer source release</package> |