mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
releasing 0.9.6
Original commit message from CVS: releasing 0.9.6
This commit is contained in:
parent
36ef03791f
commit
f4d9777e57
11 changed files with 168 additions and 12 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.9.6 ===
|
||||||
|
|
||||||
|
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.9.6, "Hot Tea"
|
||||||
|
|
||||||
2005-11-23 Julien MOUTTE <julien@moutte.net>
|
2005-11-23 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* docs/plugins/gst-plugins-bad-plugins-decl.txt:
|
* docs/plugins/gst-plugins-bad-plugins-decl.txt:
|
||||||
|
@ -100,8 +107,8 @@
|
||||||
* gst/modplug/gstmodplug.cc:
|
* gst/modplug/gstmodplug.cc:
|
||||||
* sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
|
* sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
|
||||||
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
|
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
|
||||||
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
|
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
|
||||||
(#322027)
|
(#322027)
|
||||||
|
|
||||||
2005-11-21 Edgard Lima <edgard.lima@indt.org.br>
|
2005-11-21 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
|
|
11
NEWS
11
NEWS
|
@ -1,4 +1,13 @@
|
||||||
This is GStreamer Bad Plug-ins 0.9.5, "Thrice Belgian Bar"
|
This is GStreamer Bad Plug-ins 0.9.6, "Hot Tea"
|
||||||
|
|
||||||
|
Changes since 0.9.5:
|
||||||
|
|
||||||
|
* Fractional framerates
|
||||||
|
|
||||||
|
Bugs fixed since 0.9.5:
|
||||||
|
|
||||||
|
* 320532 : [faac] set output samplerate and number of channels
|
||||||
|
* 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
|
||||||
|
|
||||||
Changes since 0.9.4:
|
Changes since 0.9.4:
|
||||||
|
|
||||||
|
|
15
RELEASE
15
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.5 "Thrice Belgian Bar"
|
GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.6 "Hot Tea"
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is petrified to announce a new release
|
The GStreamer team is petrified to announce a new release
|
||||||
|
@ -60,13 +60,12 @@ 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
|
||||||
* qtdemux supports custom genre tags
|
* Fractional framerates
|
||||||
* tremor integer vorbis decoder ported
|
|
||||||
* directfb video sink ported (with examples and documentation!)
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 321241 : faad compile fix
|
* 320532 : [faac] set output samplerate and number of channels
|
||||||
|
* 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -96,13 +95,13 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Christian Schaller
|
* Andy Wingo
|
||||||
* Daniel Amelang
|
|
||||||
* Edgard Lima
|
* Edgard Lima
|
||||||
|
* Edward Hervey
|
||||||
|
* Jan Schmidt
|
||||||
* Julien MOUTTE
|
* Julien MOUTTE
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Zeeshan Ali
|
|
||||||
|
|
|
@ -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-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 5, 1,
|
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 6, 0,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
|
|
@ -20,6 +20,13 @@
|
||||||
<title>gst-plugins-bad Plugins</title>
|
<title>gst-plugins-bad Plugins</title>
|
||||||
|
|
||||||
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
||||||
|
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
||||||
|
<xi:include href="xml/plugin-faad.xml" />
|
||||||
|
<xi:include href="xml/plugin-gsm.xml" />
|
||||||
|
<xi:include href="xml/plugin-qtdemux.xml" />
|
||||||
|
<xi:include href="xml/plugin-sdlvideosink.xml" />
|
||||||
|
<xi:include href="xml/plugin-speed.xml" />
|
||||||
|
<xi:include href="xml/plugin-tta.xml" />
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
</book>
|
</book>
|
||||||
|
|
20
docs/plugins/inspect/plugin-faad.xml
Normal file
20
docs/plugins/inspect/plugin-faad.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>faad</name>
|
||||||
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
|
<basename>libgstfaad.so</basename>
|
||||||
|
<version>0.9.6</version>
|
||||||
|
<license>GPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer source release</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>faad</name>
|
||||||
|
<longname>Free AAC Decoder (FAAD)</longname>
|
||||||
|
<class>Codec/Decoder/Audio</class>
|
||||||
|
<description>Free MPEG-2/4 AAC decoder</description>
|
||||||
|
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
27
docs/plugins/inspect/plugin-gsm.xml
Normal file
27
docs/plugins/inspect/plugin-gsm.xml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<plugin>
|
||||||
|
<name>gsm</name>
|
||||||
|
<description>GSM encoder/decoder</description>
|
||||||
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
|
<basename>libgstgsm.so</basename>
|
||||||
|
<version>0.9.6</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>Gstreamer</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>gsmdec</name>
|
||||||
|
<longname>GSM audio decoder</longname>
|
||||||
|
<class>Codec/Decoder/Audio</class>
|
||||||
|
<description>Decodes GSM encoded audio</description>
|
||||||
|
<author>Philippe Khalaf <burger@speedy.org></author>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>gsmenc</name>
|
||||||
|
<longname>GSM audio encoder</longname>
|
||||||
|
<class>Codec/Encoder/Audio</class>
|
||||||
|
<description>Encodes GSM audio</description>
|
||||||
|
<author>Philippe Khalaf <burger@speedy.org></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-qtdemux.xml
Normal file
20
docs/plugins/inspect/plugin-qtdemux.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>qtdemux</name>
|
||||||
|
<description>Quicktime stream demuxer</description>
|
||||||
|
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
|
||||||
|
<basename>libgstqtdemux.so</basename>
|
||||||
|
<version>0.9.6</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer source release</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>qtdemux</name>
|
||||||
|
<longname>QuickTime Demuxer</longname>
|
||||||
|
<class>Codec/Demuxer</class>
|
||||||
|
<description>Demultiplex a QuickTime file into audio and video streams</description>
|
||||||
|
<author>David Schleef <ds@schleef.org></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-sdlvideosink.xml
Normal file
20
docs/plugins/inspect/plugin-sdlvideosink.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>sdlvideosink</name>
|
||||||
|
<description>SDL Video Sink</description>
|
||||||
|
<filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename>
|
||||||
|
<basename>libgstsdlvideosink.so</basename>
|
||||||
|
<version>0.9.6</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer source release</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>sdlvideosink</name>
|
||||||
|
<longname>Video sink</longname>
|
||||||
|
<class>Sink/Video</class>
|
||||||
|
<description>An SDL-based videosink</description>
|
||||||
|
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-speed.xml
Normal file
20
docs/plugins/inspect/plugin-speed.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>speed</name>
|
||||||
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
|
<basename>libgstspeed.so</basename>
|
||||||
|
<version>0.9.6</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer source release</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>speed</name>
|
||||||
|
<longname>Speed</longname>
|
||||||
|
<class>Filter/Effect/Audio</class>
|
||||||
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
|
<author>Andy Wingo <apwingo@eos.ncsu.edu>, Tim-Philipp Müller <tim@centricular.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
27
docs/plugins/inspect/plugin-tta.xml
Normal file
27
docs/plugins/inspect/plugin-tta.xml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<plugin>
|
||||||
|
<name>tta</name>
|
||||||
|
<description>TTA lossless audio format handling</description>
|
||||||
|
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||||
|
<basename>libgsttta.so</basename>
|
||||||
|
<version>0.9.6</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>gst-tta</package>
|
||||||
|
<origin>http://www.true-audio.com</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>ttadec</name>
|
||||||
|
<longname>TTA decoder</longname>
|
||||||
|
<class>Codec/Decoder/Audio</class>
|
||||||
|
<description>Decode TTA audio data</description>
|
||||||
|
<author>Arwed v. Merkatz <v.merkatz@gmx.net></author>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>ttaparse</name>
|
||||||
|
<longname>TTA file parser</longname>
|
||||||
|
<class>Codec/Demuxer/Audio</class>
|
||||||
|
<description>Parses TTA files</description>
|
||||||
|
<author>Arwed v. Merkatz <v.merkatz@gmx.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
Loading…
Reference in a new issue