diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | RELEASE | 33 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 130 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-faad.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-gsm.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-qtdemux.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-speed.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-tta.xml | 2 |
11 files changed, 204 insertions, 12 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.1 === + +2006-02-20 Jan Schmidt <thaytan@mad.scientist.com> + + * configure.ac: + releasing 0.10.1, "Slimy - yet satisfying" + 2006-02-19 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: diff --git a/Makefile.am b/Makefile.am index efc68507..94d77d4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ DISTCLEANFILES = _stdint.h ACLOCAL_AMFLAGS = -I m4 -I common/m4 include $(top_srcdir)/common/release.mak +include $(top_srcdir)/common/po.mak check-valgrind: @true @@ -1,4 +1,29 @@ -This is GStreamer Bad Plug-ins 0.10.0, "Camembert" +This is GStreamer Bad Plug-ins 0.10.1, "Slimy - yet satisfying" + +Changes since 0.10.0: + + * 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 + +Bugs fixed since 0.10.0: + + * 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 access Bugs fixed since 0.9.7: @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Bad Plug-ins 0.10.0 "Camembert" +GStreamer: Release notes for GStreamer Bad Plug-ins 0.10.1 "Slimy - yet satisfying" @@ -61,10 +61,27 @@ 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 Bugs fixed in this release - * 322962 : wavpack plugins don't get built + * 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... Download @@ -95,5 +112,17 @@ Applications Contributors to this release * Andy Wingo + * Christian Schaller + * David Schleef + * Edgard Lima + * Edward Hervey + * Fabrizio Gennari + * Jan Schmidt + * Julien MOUTTE + * Lutz Mueller + * Sebastien Moutte + * 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 fa665351..a831d1fe 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-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 3, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 1, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index a0517626..3298dda2 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -138,3 +138,133 @@ <DEFAULT>S_L0</DEFAULT> </ARG> +<ARG> +<NAME>GstFaac::bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[8192,327680]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Bitrate (bps)</NICK> +<BLURB>Bitrate in bits/sec.</BLURB> +<DEFAULT>131072</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFaac::midside</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Midside</NICK> +<BLURB>Allow mid/side encoding.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFaac::outputformat</NAME> +<TYPE>GstFaacOutputFormat</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Output format</NICK> +<BLURB>Format of output frames.</BLURB> +<DEFAULT>OUTPUTFORMAT_RAW</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFaac::profile</NAME> +<TYPE>GstFaacProfile</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Profile</NICK> +<BLURB>MPEG/AAC encoding profile.</BLURB> +<DEFAULT>MAIN</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFaac::shortctl</NAME> +<TYPE>GstFaacShortCtl</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Block type</NICK> +<BLURB>Block type encorcing.</BLURB> +<DEFAULT>SHORTCTL_NORMAL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFaac::tns</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>TNS</NICK> +<BLURB>Use temporal noise shaping.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDtsDec::drc</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Dynamic Range Compression</NICK> +<BLURB>Use Dynamic Range Compression.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstBz2dec::buffer-size</NAME> +<TYPE>guint</TYPE> +<RANGE>>= 1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Buffer size</NICK> +<BLURB>Buffer size.</BLURB> +<DEFAULT>1024</DEFAULT> +</ARG> + +<ARG> +<NAME>GstBz2dec::first-buffer-size</NAME> +<TYPE>guint</TYPE> +<RANGE>>= 1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Size of first buffer</NICK> +<BLURB>Size of first buffer (used to determine the mime type of the uncompressed data).</BLURB> +<DEFAULT>1024</DEFAULT> +</ARG> + +<ARG> +<NAME>GstBz2enc::block-size</NAME> +<TYPE>guint</TYPE> +<RANGE>[1,9]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Block size</NICK> +<BLURB>Block size.</BLURB> +<DEFAULT>6</DEFAULT> +</ARG> + +<ARG> +<NAME>GstBz2enc::buffer-size</NAME> +<TYPE>guint</TYPE> +<RANGE>>= 1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Buffer size</NICK> +<BLURB>Buffer size.</BLURB> +<DEFAULT>1024</DEFAULT> +</ARG> + +<ARG> +<NAME>GstGLImageSink::display</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Display</NICK> +<BLURB>X Display name.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFreeze::max-buffers</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>max-buffers</NICK> +<BLURB>Maximum number of buffers.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index b73e0a02..50343897 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,10 +3,10 @@ <description>Free AAC Decoder (FAAD)</description> <filename>../../ext/faad/.libs/libgstfaad.so</filename> <basename>libgstfaad.so</basename> - <version>0.10.0.1</version> + <version>0.10.1</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer CVS/prerelease</package> + <package>GStreamer source release</package> <origin>http://gstreamer.freedesktop.org/</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 74ae5d23..adf50c45 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ <description>GSM encoder/decoder</description> <filename>../../ext/gsm/.libs/libgstgsm.so</filename> <basename>libgstgsm.so</basename> - <version>0.10.0.1</version> + <version>0.10.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>Gstreamer</package> diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-qtdemux.xml index ac34caa9..8c982fd0 100644 --- a/docs/plugins/inspect/plugin-qtdemux.xml +++ b/docs/plugins/inspect/plugin-qtdemux.xml @@ -3,10 +3,10 @@ <description>Quicktime stream demuxer</description> <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename> <basename>libgstqtdemux.so</basename> - <version>0.10.0.1</version> + <version>0.10.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer CVS/prerelease</package> + <package>GStreamer source release</package> <origin>http://gstreamer.freedesktop.org/</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index 48c8c6f0..cc962eea 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -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.0.1</version> + <version>0.10.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer CVS/prerelease</package> + <package>GStreamer source release</package> <origin>http://gstreamer.freedesktop.org/</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index 26abe30f..be1e93a8 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -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.0.1</version> + <version>0.10.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>gst-tta</package> |