configure.ac: releasing 0.10.1, "Slimy - yet satisfying"

Original commit message from CVS:
2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>

* configure.ac:
releasing 0.10.1, "Slimy - yet satisfying"
This commit is contained in:
Jan Schmidt 2006-02-20 19:12:10 +00:00
parent acf577a804
commit 8a1442c6c2
11 changed files with 204 additions and 12 deletions

View file

@ -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:

View file

@ -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

27
NEWS
View file

@ -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:

33
RELEASE
View file

@ -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
 

View file

@ -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)

View file

@ -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>

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.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>

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.0.1</version>
<version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>Gstreamer</package>

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.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>

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.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>

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.0.1</version>
<version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>gst-tta</package>