configure.ac: releasing 0.10.5, "The Path of Thorns"

Original commit message from CVS:
=== release 0.10.5 ===

2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>

* configure.ac:
releasing 0.10.5, "The Path of Thorns"
This commit is contained in:
Jan Schmidt 2006-12-21 15:40:55 +00:00
parent 5827843f2d
commit f19ab77fd8
57 changed files with 4153 additions and 234 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.5 ===
2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.5, "The Path of Thorns"
2006-12-21 Stefan Kost <ensonic@users.sf.net>
* tests/check/elements/audiopanorama.c: (cleanup_panorama):

85
NEWS
View file

@ -1,4 +1,87 @@
This is GStreamer Good Plug-ins 0.10.4, "Dear Leader"
This is GStreamer Good Plug-ins 0.10.5, "The Path of Thorns"
Changes since 0.10.4:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* RTP/RTSP improvements
* Fixes in OSS support
* Addition of the audiopanorama element
* Improvements in AVI playback
* Annodex playback fixes
* Support FLAC in OGG and Matroska
* Fixes in the Speex decoder
* V4L2 source moved from Bad Plugins
* SMPTE element ported to 0.10
* GStreamer Data Protocol (GDP) Payloader and Depayloader elements added
* Many other bug-fixes
Bugs fixed since 0.10.4:
* 336465 : [patch] Streaming support for avidemuxer
* 349207 : [PLUGIN-ADD] audiopanorama
* 341278 : [autoaudiosink] should fallback to fakesink
* 342950 : Implement device profiles in autoaudiosink/autoaudiosrc
* 348233 : dv1394src crashes with libavc1394 0.5.3 - cause known
* 349015 : [sunaudio] open source with O_NONBLOCK
* 349894 : RTSP Multicast
* 351347 : --disable-schemas-install now works too well
* 351794 : [id3demux] try harder to extract wrongly marked strings
* 352577 : [avidemux] regression in CVS with Elephant's Dream
* 355210 : Sample pipeline from the documentation doesn't work properly
* 356142 : GST Sun Audio Mixer doesn't set only Output Track as Mast...
* 356147 : [avimux] duration in header not correct for big avi ( > 2 ...
* 357592 : Avoid compiler warnings with uClibc and -Werror
* 361637 : h263 variant missing from RTP (de)payloaders' caps
* 361639 : MPA payloader's payload number is incorrect
* 362603 : Fixes compiling with forte: warning clean up (part 4)
* 362673 : Playback with 4Front OSS driver not working due to blocki...
* 366492 : add windows vs8 project files
* 369621 : [avidemux] Out-of-sync playback with VBR MP3 audio
* 372021 : flxdec has wrong classification
* 374213 : Seeking with LADSPA plug-ins fails
* 374479 : [PATCH] videomixer memleak fix and enhancement
* 374737 : [matroskademux] doesn't recognise opaque " A_AAC " codec ID
* 376594 : id3demux crashes when reading compressed ID3 frames
* 379433 : [PATCH] avidemux audio pad reports wrong position upon query
* 379792 : Remove memcpy in multipartmux and fix RFC compliance
* 379918 : Doesn't compile with newer libcaca versions (0.99.beta4+)
* 380199 : [matroskademux] Wrong framerate conversion
* 380825 : make avimux accept video/mpeg in versions 1, 2 and 4
* 381857 : [id3v2mux] crashes trying to write empty frames
* 382179 : Videomixer shouldn't reset position to 0 when the caps ar...
* 382277 : multipartmux modifies buffer timestamp
* 382982 : [apedemux] Fails to read track gain or other doubles
* 383001 : [PATCH] if using multicast in udpsrc, bind to the multica...
* 383043 : Videomixer can crash when adding/removing pads while pla...
* 383596 : mixer doesnot work if set AUDIODEV on solaris
* 384587 : libcaca check breaks cross-compile
* 385031 : [id3demux] autoplug loop if first buffer has nonzero offs...
* 385623 : [quarktv] crash when plugged dynamically into a pipeline
* 343348 : [matroska] add support for vobsub subtitles
* 345449 : [icydemux] Internet radio hangs when connecting to radio....
* 348762 : [ID3v2] comment frame extraction/writing doesn't retain d...
* 351116 : 'make check' tries to run annodex unit tests even if anno...
* 352110 : [flacdec] no support for ogg flac
* 366155 : [matroskademux] Several problems in encoding handling code
* 374658 : [matroskamux] add tag writing support and implement relea...
* 378184 : g-s-p crash due to incorrect free from do_toggle_element
* 360673 : [PATCH] Stuttering with SunAudio Sink
* 349068 : multipart demuxer improvements
* 350006 : [LADSPA] after changing state from PLAYING to READY/NULL,...
* 350340 : CMML test cases and small fixes
* 350785 : [ossmixer] provides no way to set mixer device
* 353908 : Error seeking at the beginning of a CMML file
* 356596 : [wavparse] Does not support GSM encoded audio
* 358156 : in udpsrc.c gst_udpsrc_create function read command could...
* 361252 : Memory leak in udpsrc
* 364958 : [avidemux] broken timestamping in streaming mode
* 367221 : [PATCH] videomixer does not mix for some framerate combin...
* 368162 : iLBc rtp payloaders and depayloaders not compiled
* 377792 : rtspsrc tries to stream application/x-wms-rtx
* 383323 : smpte doesn't handle sink1 and sink2 correctly
* 383726 : [audiopanorama] only transforms half of the samples in fl...
* 349901 : [LADSPA] gst_element_class_add_pad_template: assertion `g...
* 375476 : v4l2src cannot close /dev/video0
Changes since 0.10.3:

173
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Good Plug-ins 0.10.4 "Dear Leader"
Release notes for GStreamer Good Plug-ins 0.10.5 "The Path of Thorns"
@ -51,78 +51,90 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* added apev2mux element
* use libiec61883 for Firewire
* RTP/RTSP improvements
* Fixes in OSS support
* Addition of the audiopanorama element
* Improvements in AVI playback
* Annodex playback fixes
* Support FLAC in OGG and Matroska
* Fixes in the Speex decoder
* V4L2 source moved from Bad Plugins
* SMPTE element ported to 0.10
* GStreamer Data Protocol (GDP) Payloader and Depayloader elements added
* Many other bug-fixes
Bugs fixed in this release
* 345930 : [id3demux] segfaults with file containing only ID3v1 tag
* 347529 : wavparse error
* 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload
* 340027 : [patch] wavparse fails for several files
* 318563 : offer support for new raw1394_iso api in dv1394src
* 330623 : [avidemux] only the beginning of big avi files gets played
* 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy
* 337076 : Problem with broken matroska files containing non-UTF8 su...
* 339704 : [id3demux] read images from ID3 tags
* 340282 : Goom visualization is unusable at 'Normal' size and higher
* 340623 : [matroskademux] small memory leak
* 340699 : [flacdec] should not send EOS when doing segment seeking
* 340859 : [avimux] produces index with all frames marked as keyframes
* 340946 : raw1394 plugin uses deprecated functions
* 340979 : [id3demux] mp3 id3v2 TCON tag possible bug?
* 341489 : gst-plugins-good wavparse Cygwin fix
* 341774 : Fails to read tags in file
* 341818 : [matroskademux] poor concurrent performance
* 342029 : [id3demux] overflow of titlenumbers
* 342097 : [jpegdec] crash with attached JPEG file
* 342448 : [matroska] support for muxing/demuxing Theora video
* 342526 : [avimux] dml index support, codec_data support, cleanups
* 342592 : dvdemux doesn't post segment-done right
* 342734 : [matroskamux] might block on state-change
* 343051 : [autoaudiosink] doesn't try esdsink
* 343055 : README mentions 0.9.6
* 343117 : jpegdec, mjpeg avi's and flush seeks
* 343122 : [taglib] new apev2mux element
* 343123 : [apedemux] add support for GST_TAG_LOCATION
* 343127 : [apedemux] extract track count, clean up parsing
* 343602 : configure --disable-external fails
* 343603 : need to add -lm to build tests/examples/level
* 343678 : configure.ac incorrectly uses $(SED) rather than $SED
* 343837 : [wavparse] can't handle WAV file with 'bext' header chunk
* 344100 : --disable-schemas-install not honored
* 344101 : SunAudio mixer fixes
* 344120 : dv1394src should now require libraw1394 > = 1.1.0
* 344605 : [id3demux] set picture type on image buffers
* 345232 : [wavparse] reads beyond end-of-file (in pull mode)
* 345288 : [udp] make work on Windows
* 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg...
* 346066 : [sunaudiosink] don't override user setting and switch on ...
* 346259 : [sunaudio] move monitor to input tab in mixer
* 347234 : streaming UDP (MPEGTS) shows only one frame of video
* 347258 : [wavparse] internal stream error reading gnome-game gnibb...
* 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION
* 347972 : [cdiocddasrc] core dumps if device is not found
* 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2....
* 348752 : [udpsrc] add property to set buffer size for udp socket
* 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1
* 349155 : [smokeenc] does not set caps on it's buffers
* 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ...
* 349907 : multiudpsink messes up multicast addresses
* 350433 : [rtph263pdepay] h.263plus depayloader does not work
* 340492 : [flacdec] support push-based operation (and thus flac-ove...
* 345679 : fix to avoid goom core dumping
* 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount
* 340980 : [pixbuf,wavparse] fix build with gcc 2.95
* 343661 : Jpeg image crashes gstreamer
* 344923 : New SunAudio source plugin, and mixer now supports stereo...
* 345301 : [PATCH] gst-plugins-good rtsp for Windows
* 346921 : gstmultiudpsink multicast support is broken
* 344136 : More accurate list of plugins which will/will not be buil...
* 336465 : [patch] Streaming support for avidemuxer
* 349207 : [PLUGIN-ADD] audiopanorama
* 341278 : [autoaudiosink] should fallback to fakesink
* 342950 : Implement device profiles in autoaudiosink/autoaudiosrc
* 348233 : dv1394src crashes with libavc1394 0.5.3 - cause known
* 349015 : [sunaudio] open source with O_NONBLOCK
* 349894 : RTSP Multicast
* 351347 : --disable-schemas-install now works too well
* 351794 : [id3demux] try harder to extract wrongly marked strings
* 352577 : [avidemux] regression in CVS with Elephant's Dream
* 355210 : Sample pipeline from the documentation doesn't work properly
* 356142 : GST Sun Audio Mixer doesn't set only Output Track as Mast...
* 356147 : [avimux] duration in header not correct for big avi ( > 2 ...
* 357592 : Avoid compiler warnings with uClibc and -Werror
* 361637 : h263 variant missing from RTP (de)payloaders' caps
* 361639 : MPA payloader's payload number is incorrect
* 362603 : Fixes compiling with forte: warning clean up (part 4)
* 362673 : Playback with 4Front OSS driver not working due to blocki...
* 366492 : add windows vs8 project files
* 369621 : [avidemux] Out-of-sync playback with VBR MP3 audio
* 372021 : flxdec has wrong classification
* 374213 : Seeking with LADSPA plug-ins fails
* 374479 : [PATCH] videomixer memleak fix and enhancement
* 374737 : [matroskademux] doesn't recognise opaque " A_AAC " codec ID
* 376594 : id3demux crashes when reading compressed ID3 frames
* 379433 : [PATCH] avidemux audio pad reports wrong position upon query
* 379792 : Remove memcpy in multipartmux and fix RFC compliance
* 379918 : Doesn't compile with newer libcaca versions (0.99.beta4+)
* 380199 : [matroskademux] Wrong framerate conversion
* 380825 : make avimux accept video/mpeg in versions 1, 2 and 4
* 381857 : [id3v2mux] crashes trying to write empty frames
* 382179 : Videomixer shouldn't reset position to 0 when the caps ar...
* 382277 : multipartmux modifies buffer timestamp
* 382982 : [apedemux] Fails to read track gain or other doubles
* 383001 : [PATCH] if using multicast in udpsrc, bind to the multica...
* 383043 : Videomixer can crash when adding/removing pads while pla...
* 383596 : mixer doesnot work if set AUDIODEV on solaris
* 384587 : libcaca check breaks cross-compile
* 385031 : [id3demux] autoplug loop if first buffer has nonzero offs...
* 385623 : [quarktv] crash when plugged dynamically into a pipeline
* 343348 : [matroska] add support for vobsub subtitles
* 345449 : [icydemux] Internet radio hangs when connecting to radio....
* 348762 : [ID3v2] comment frame extraction/writing doesn't retain d...
* 351116 : 'make check' tries to run annodex unit tests even if anno...
* 352110 : [flacdec] no support for ogg flac
* 366155 : [matroskademux] Several problems in encoding handling code
* 374658 : [matroskamux] add tag writing support and implement relea...
* 378184 : g-s-p crash due to incorrect free from do_toggle_element
* 360673 : [PATCH] Stuttering with SunAudio Sink
* 349068 : multipart demuxer improvements
* 350006 : [LADSPA] after changing state from PLAYING to READY/NULL,...
* 350340 : CMML test cases and small fixes
* 350785 : [ossmixer] provides no way to set mixer device
* 353908 : Error seeking at the beginning of a CMML file
* 356596 : [wavparse] Does not support GSM encoded audio
* 358156 : in udpsrc.c gst_udpsrc_create function read command could...
* 361252 : Memory leak in udpsrc
* 364958 : [avidemux] broken timestamping in streaming mode
* 367221 : [PATCH] videomixer does not mix for some framerate combin...
* 368162 : iLBc rtp payloaders and depayloaders not compiled
* 377792 : rtspsrc tries to stream application/x-wms-rtx
* 383323 : smpte doesn't handle sink1 and sink2 correctly
* 383726 : [audiopanorama] only transforms half of the samples in fl...
* 349901 : [LADSPA] gst_element_class_add_pad_template: assertion `g...
* 375476 : v4l2src cannot close /dev/video0
Download
@ -152,31 +164,40 @@ Applications
Contributors to this release
* Alex Lancaster
* Alessandro Decina
* Andy Wingo
* Antoine Tremblay
* Brian Cameron
* Darren Kenny
* David Schleef
* Edgard Lima
* Edward Hervey
* James "Doc" Livingston
* Fredrik Persson
* Frédéric Riss
* Jan Schmidt
* Jens Granseuer
* Jindrich Makovicka
* Joni Valtanen
* Kai Vehmanen
* Maciej Katafiasz
* Jerome Alet
* Jerry Tan
* Jonas Holmberg
* Jonathan Matthew
* Josep Torra Valles
* Lutz Mueller
* Mark Nauwelaerts
* Michael Smith
* Michal Benes
* Peter Kjellerstedt
* Philippe Kalaf
* René Stadler
* Rob Taylor
* Sebastian Dröge
* Sebastien Cote
* Sebastien Moutte
* Sergey Scobich
* Sjoerd Simons
* Stefan Kost
* Thijs Vermeir
* Thomas Vander Stichele
* Tim-Philipp Müller
* Vijay Santhanam
* Ville Syrjala
* Wim Taymans
* Zaheer Abbas Merali
* Yves Lefebvre
 

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/pre
AC_INIT(GStreamer Good Plug-ins, 0.10.4.1,
AC_INIT(GStreamer Good Plug-ins, 0.10.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)

File diff suppressed because it is too large Load diff

View file

@ -3,10 +3,10 @@
<description>Source for DV data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>adds an alpha channel to video</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
<basename>libgstannodex.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer</package>

View file

@ -3,10 +3,10 @@
<description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Cairo-based overlaying</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>GPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Audio Cutter to split audio into non-silent bits</description>
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
<basename>libgstcutter.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements for testing and debugging</description>
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
<filename>../../gst/debug/.libs/libgstefence.so</filename>
<basename>libgstefence.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ESD Element Plugins</description>
<filename>../../ext/esd/.libs/libgstesd.so</filename>
<basename>libgstesd.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -1,19 +1,19 @@
<plugin>
<name>flxdec</name>
<description>FLX video decoder</description>
<description>FLC/FLI/FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>flxdec</name>
<longname>FLX audio decoder</longname>
<class>Codec/Decoder/Audio</class>
<description>FLX decoder</description>
<class>Codec/Decoder/Video</class>
<description>FLC/FLI/FLX video decoder</description>
<author>Sepp Wijnands &lt;mrrazz@garbage-coderz.net&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
</elements>

View file

@ -3,10 +3,10 @@
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
<basename>libgstgconfelements.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>GDK Pixbuf decoder &amp; scaler</description>
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
<basename>libgstgdkpixbuf.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
<basename>libgsthalelements.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Demux ICY tags from a stream</description>
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
<basename>libgsticydemux.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Demux ID3v1 and ID3v2 tags from a file</description>
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
<basename>libgstid3demux.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,12 +3,327 @@
<description>All LADSPA plugins</description>
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
<basename>libgstladspa.so</basename>
<version>0.10.2.1</version>
<version>0.10.4.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>ladspa-AmpIII</name>
<longname>CAPS: AmpIII - Tube amp emulation</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: AmpIII - Tube amp emulation</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-AmpIV</name>
<longname>CAPS: AmpIV - Tube amp emulation + tone controls</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: AmpIV - Tube amp emulation + tone controls</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-AmpV</name>
<longname>CAPS: AmpV - Refined tube amp emulation</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: AmpV - Refined tube amp emulation</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-CEO</name>
<longname>CAPS: CEO - Chief Executive Oscillator</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: CEO - Chief Executive Oscillator</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-CabinetI</name>
<longname>CAPS: CabinetI - Loudspeaker cabinet emulation</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: CabinetI - Loudspeaker cabinet emulation</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-CabinetII</name>
<longname>CAPS: CabinetII - Refined loudspeaker cabinet emulation</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: CabinetII - Refined loudspeaker cabinet emulation</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Chorus1</name>
<longname>Chorus1 - Based on CSound orchestra by Sean Costello</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Chorus1 - Based on CSound orchestra by Sean Costello</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Chorus2</name>
<longname>Chorus2 - Based on CSound orchestra by Sean Costello</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Chorus2 - Based on CSound orchestra by Sean Costello</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-ChorusI</name>
<longname>CAPS: ChorusI - Mono chorus/flanger</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: ChorusI - Mono chorus/flanger</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-ChorusII</name>
<longname>CAPS: ChorusII - Mono chorus/flanger modulated by a fractal</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: ChorusII - Mono chorus/flanger modulated by a fractal</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Click</name>
<longname>CAPS: Click - Metronome</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: Click - Metronome</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Clip</name>
<longname>CAPS: Clip - Hard clipper, 8x oversampled</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Clip - Hard clipper, 8x oversampled</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Compress</name>
<longname>CAPS: Compress - Mono compressor</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Compress - Mono compressor</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;, Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-Dirac</name>
<longname>CAPS: Dirac - One-sample impulse generator</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: Dirac - One-sample impulse generator</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Eq</name>
<longname>CAPS: Eq - 10-band 'analogue' equalizer</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Eq - 10-band 'analogue' equalizer</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-HRTF</name>
<longname>CAPS: HRTF - Head-related transfer function at elevation 0</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: HRTF - Head-related transfer function at elevation 0</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-JVRev</name>
<longname>CAPS: JVRev - Stanford-style reverb from STK</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: JVRev - Stanford-style reverb from STK</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Lorenz</name>
<longname>CAPS: Lorenz - The sound of a Lorenz attractor</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: Lorenz - The sound of a Lorenz attractor</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Mvchpf-1</name>
<longname>Mvchpf-1 Digital implementation of the VC HP filter invented by R.A. Moog</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Mvchpf-1 Digital implementation of the VC HP filter invented by R.A. Moog</description>
<author>Fons Adriaensen &lt;fons.adriaensen@skynet.be&gt;</author>
</element>
<element>
<name>ladspa-Mvclpf-1</name>
<longname>Mvclpf-1 Digital implementation of the VC filter invented by R.A.Moog</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Mvclpf-1 Digital implementation of the VC filter invented by R.A.Moog</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Mvclpf-2</name>
<longname>Mvclpf-2 Digital implementation of the VC filter invented by R.A.Moog</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Mvclpf-2 Digital implementation of the VC filter invented by R.A.Moog</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Mvclpf-3</name>
<longname>Mvclpf-3 Digital implementation of the VC filter invented by R.A.Moog</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Mvclpf-3 Digital implementation of the VC filter invented by R.A.Moog</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Mvclpf-4</name>
<longname>Mvclpf-4 Digital implementation of the VC filter invented by R.A.Moog</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Mvclpf-4 Digital implementation of the VC filter invented by R.A.Moog</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Pan</name>
<longname>CAPS: Pan - Pan and width</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Pan - Pan and width</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Parametric1</name>
<longname>4-band parametric filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>4-band parametric filter</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Phaser1</name>
<longname>Phaser1 - Similar to CSound's phaser1 by Sean Costello</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Phaser1 - Similar to CSound's phaser1 by Sean Costello</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-Phaser1+LFO</name>
<longname>Phaser1 with LFO</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Phaser1 with LFO</description>
<author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
</element>
<element>
<name>ladspa-PhaserI</name>
<longname>CAPS: PhaserI - Mono phaser</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: PhaserI - Mono phaser</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-PhaserII</name>
<longname>CAPS: PhaserII - Mono phaser modulated by a Lorenz fractal</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: PhaserII - Mono phaser modulated by a Lorenz fractal</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Plate</name>
<longname>CAPS: Plate - Versatile plate reverb</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Plate - Versatile plate reverb</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Plate2x2</name>
<longname>CAPS: Plate2x2 - Versatile plate reverb, stereo inputs</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Plate2x2 - Versatile plate reverb, stereo inputs</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-PreampIII</name>
<longname>CAPS: PreampIII - Tube preamp emulation</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: PreampIII - Tube preamp emulation</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-PreampIV</name>
<longname>CAPS: PreampIV - Tube preamp emulation + tone controls</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: PreampIV - Tube preamp emulation + tone controls</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Roessler</name>
<longname>CAPS: Roessler - The sound of a Roessler attractor</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: Roessler - The sound of a Roessler attractor</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Scape</name>
<longname>CAPS: Scape - Stereo delay + Filters</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: Scape - Stereo delay + Filters</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-Sin</name>
<longname>CAPS: Sin - Sine wave generator</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: Sin - Sine wave generator</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-StereoChorusI</name>
<longname>CAPS: StereoChorusI - Stereo chorus/flanger</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: StereoChorusI - Stereo chorus/flanger</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-StereoChorusII</name>
<longname>CAPS: StereoChorusII - Stereo chorus/flanger modulated by a fractal</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: StereoChorusII - Stereo chorus/flanger modulated by a fractal</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-SweepVFI</name>
<longname>CAPS: SweepVFI - Resonant filter, f swept by a Lorenz fractal</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: SweepVFI - Resonant filter, f swept by a Lorenz fractal</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-SweepVFII</name>
<longname>CAPS: SweepVFII - Resonant filter, f and Q swept by a Lorenz fractal</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>CAPS: SweepVFII - Resonant filter, f and Q swept by a Lorenz fractal</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-VCOd</name>
<longname>CAPS: VCOd - Double VCO with detune and hard sync options</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: VCOd - Double VCO with detune and hard sync options</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-VCOs</name>
<longname>CAPS: VCOs - Virtual 'analogue' oscillator</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: VCOs - Virtual 'analogue' oscillator</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-White</name>
<longname>CAPS: White - White noise generator</longname>
<class>Source/Audio/LADSPA</class>
<description>CAPS: White - White noise generator</description>
<author>Tim Goetze &lt;tim@quitte.de&gt;</author>
</element>
<element>
<name>ladspa-adenv</name>
<longname>Percussive AD Envelope</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Percussive AD Envelope</description>
<author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
</element>
<element>
<name>ladspa-adenv-lvl</name>
<longname>Percussive AD Envelope with levels</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Percussive AD Envelope with levels</description>
<author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
</element>
<element>
<name>ladspa-adsr</name>
<longname>ADSR Envelope</longname>
@ -268,6 +583,20 @@
<description>Comb Splitter</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-comp-aa</name>
<longname>Comparison (AA)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Comparison (AA)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-comp-ac</name>
<longname>Comparison (AC)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Comparison (AC)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-compress-peak</name>
<longname>Simple Compressor (Peak Envelope Tracking)</longname>
@ -303,6 +632,13 @@
<description>DAHDSR Envelope with Control Gate and Trigger (Control Inputs)</description>
<author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
</element>
<element>
<name>ladspa-dahdsr-fexp</name>
<longname>DAHDSR Envelope full exp, adr</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>DAHDSR Envelope full exp, adr</description>
<author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
</element>
<element>
<name>ladspa-dahdsr-g+t-audio</name>
<longname>DAHDSR Envelope with Gate and Trigger (Audio-Rate Inputs)</longname>
@ -317,6 +653,13 @@
<description>DAHDSR Envelope with Gate and Trigger (Control Inputs)</description>
<author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
</element>
<element>
<name>ladspa-dahdsr-hexp</name>
<longname>DAHDSR Envelope linear attack exp dr</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>DAHDSR Envelope linear attack exp dr</description>
<author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
</element>
<element>
<name>ladspa-dcRemove</name>
<longname>DC Offset Remover</longname>
@ -520,6 +863,13 @@
<description>Fractionally Addressed Delay Line</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-fast-xfade</name>
<longname>Fast Crossfade</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Fast Crossfade</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-fastLookaheadLimiter</name>
<longname>Fast Lookahead limiter</longname>
@ -632,6 +982,13 @@
<description>Foldover distortion</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-formant-vc</name>
<longname>Formant Filter (CR vowel)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Formant Filter (CR vowel)</description>
<author>Dave Robillard</author>
</element>
<element>
<name>ladspa-fourByFourPole</name>
<longname>4 x 4 pole allpass</longname>
@ -758,6 +1115,20 @@
<description>Simple High Pass Filter</description>
<author>Richard Furse (LADSPA example plugins)</author>
</element>
<element>
<name>ladspa-hz-voct-ar</name>
<longname>Hz to V/Oct Converter (AR)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Hz to V/Oct Converter (AR)</description>
<author>Dave Robillard</author>
</element>
<element>
<name>ladspa-hz-voct-cr</name>
<longname>Hz to V/Oct Converter (CR)</longname>
<class>Source/Audio/LADSPA</class>
<description>Hz to V/Oct Converter (CR)</description>
<author>Dave Robillard</author>
</element>
<element>
<name>ladspa-identity-audio</name>
<longname>Identity (Audio)</longname>
@ -933,6 +1304,20 @@
<description>Multivoice Chorus</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-mux-ar</name>
<longname>Multiplexer (AR)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Multiplexer (AR)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-mux-cr</name>
<longname>Multiplexer (CR)</longname>
<class>Sink/Audio/LADSPA</class>
<description>Multiplexer (CR)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-noise-source-white</name>
<longname>Noise Source (White)</longname>
@ -1052,6 +1437,34 @@
<description>Pointer cast distortion</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-power</name>
<longname>Power (AR)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Power (AR)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-power-cr</name>
<longname>Power (CR)</longname>
<class>Source/Audio/LADSPA</class>
<description>Power (CR)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-prob-switch-ar</name>
<longname>Probability Switch (AR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Probability Switch (AR Controls)</description>
<author>Loki Davison</author>
</element>
<element>
<name>ladspa-prob-switch-cr</name>
<longname>Probability Switch (CR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Probability Switch (CR Controls)</description>
<author>Loki Davison</author>
</element>
<element>
<name>ladspa-product-iaia-oa</name>
<longname>Signal Product (IAIA)</longname>
@ -1150,6 +1563,20 @@
<description>Random Wave Generator (FCSC)</description>
<author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
</element>
<element>
<name>ladspa-range-trans-ar</name>
<longname>Range Translator (AR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Range Translator (AR Controls)</description>
<author>Dave Robillard</author>
</element>
<element>
<name>ladspa-range-trans-cr</name>
<longname>Range Translator (CR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Range Translator (CR Controls)</description>
<author>Dave Robillard</author>
</element>
<element>
<name>ladspa-rateShifter</name>
<longname>Rate shifter</longname>
@ -1297,6 +1724,20 @@
<description>Analogue Style 64 Step Sequencer</description>
<author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
</element>
<element>
<name>ladspa-sh-ar</name>
<longname>Sample and Hold (AR Threshold)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Sample and Hold (AR Threshold)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-sh-cr</name>
<longname>Sample and Hold (CR Threshold)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Sample and Hold (CR Threshold)</description>
<author>Thorsten Wilms</author>
</element>
<element>
<name>ladspa-shaper</name>
<longname>Wave shaper</longname>
@ -1311,6 +1752,20 @@
<description>Signal sifter</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-signal-abs-ar</name>
<longname>Signal Absolute value, negative or positive (AR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Signal Absolute value, negative or positive (AR Controls)</description>
<author>Loki Davison</author>
</element>
<element>
<name>ladspa-signal-abs-cr</name>
<longname>Signal Absolute value, negative or positive (CR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Signal Absolute value, negative or positive (CR Controls)</description>
<author>Loki Davison</author>
</element>
<element>
<name>ladspa-sinCos</name>
<longname>Sine + cosine oscillator</longname>
@ -1367,6 +1822,34 @@
<description>Dynamic Sledgehammer</description>
<author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
</element>
<element>
<name>ladspa-slew-limiter-ra</name>
<longname>Slew limiter (RA)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Slew limiter (RA)</description>
<author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
</element>
<element>
<name>ladspa-slew-limiter-rc</name>
<longname>Slew limiter (RC)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Slew limiter (RC)</description>
<author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
</element>
<element>
<name>ladspa-slide-ta</name>
<longname>Slide (TA)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Slide (TA)</description>
<author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
</element>
<element>
<name>ladspa-slide-tc</name>
<longname>Slide (TC)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Slide (TC)</description>
<author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
</element>
<element>
<name>ladspa-smoothDecimate</name>
<longname>Smooth Decimator</longname>
@ -1395,6 +1878,13 @@
<description>Bandlimited Square Oscillator (FC)</description>
<author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
</element>
<element>
<name>ladspa-ssm-masher</name>
<longname>Masher</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Masher</description>
<author>Dave Griffiths</author>
</element>
<element>
<name>ladspa-stepMuxer</name>
<longname>Step Demuxer</longname>
@ -1710,6 +2200,69 @@
<description>Valve rectifier</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-vcf-bp1</name>
<longname>Bandpass Filter I</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Bandpass Filter I</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-bp2</name>
<longname>Bandpass Filter II</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Bandpass Filter II</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-hp</name>
<longname>Highpass Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Highpass Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-hshelf</name>
<longname>High Shelf Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>High Shelf Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-lp</name>
<longname>Lowpass Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Lowpass Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-lshelf</name>
<longname>Low Shelf Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Low Shelf Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-notch</name>
<longname>Notch Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Notch Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-peakeq</name>
<longname>Peaking EQ Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Peaking EQ Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
</element>
<element>
<name>ladspa-vcf-reslp</name>
<longname>Resonant Lowpass Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Resonant Lowpass Filter</description>
<author>LADSPA code by Matthias Nagorni, Filter formula by Paul Kellett</author>
</element>
<element>
<name>ladspa-vcf303</name>
<longname>VCF 303</longname>
@ -1731,6 +2284,13 @@
<description>Wave Terrain Oscillator</description>
<author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
</element>
<element>
<name>ladspa-wg-mesh-cr</name>
<longname>Simple waveguide mesh (CR Controls)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
<description>Simple waveguide mesh (CR Controls)</description>
<author>Loki Davison</author>
</element>
<element>
<name>ladspa-wshape-sine</name>
<longname>Wave Shaper (Sine-Based)</longname>

View file

@ -3,10 +3,10 @@
<description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Matroska stream handling</description>
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
<basename>libgstmatroska.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>multipart stream manipulation</description>
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
<basename>libgstmultipart.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Template for a video filter</description>
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
<basename>libgstnavigationtest.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@ -18,14 +18,14 @@
</element>
<element>
<name>rtpamrdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts AMR audio from RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpamrpay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encode AMR audio into RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
@ -39,7 +39,7 @@
</element>
<element>
<name>rtpgsmdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts GSM audio from RTP packets</description>
<author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
@ -53,140 +53,168 @@
</element>
<element>
<name>rtph263pay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encodes H263 video in RTP packets (RFC 2190)</description>
<author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
</element>
<element>
<name>rtph263pdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts H263+ video from RTP packets (RFC 2429)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtph263ppay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encodes H263+ video in RTP packets (RFC 2429)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtph264depay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts H264 video from RTP packets (RFC 3984)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpilbcdepay</name>
<longname>RTP iLBC packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts iLBC audio from RTP packets</description>
<author>Philippe Kalaf &lt;philippe.kalaf@collabora.co.uk&gt;</author>
</element>
<element>
<name>rtpilbcpay</name>
<longname>RTP Payloader for iLBC Audio</longname>
<class>Codec/Payloader/Network</class>
<description>Packetize iLBC audio streams into RTP packets</description>
<author>Philippe Kalaf &lt;philippe.kalaf@collabora.co.uk&gt;</author>
</element>
<element>
<name>rtpmp2tdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts MPEG2 TS from RTP packets (RFC 2250)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmp4gdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts MPEG4 elementary streams from RTP packets (RFC 3640)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmp4gpay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload MPEG4 elementary streams as RTP packets (RFC 3640)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmp4vdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts MPEG4 video from RTP packets (RFC 3016)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmp4vpay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload MPEG4 video as RTP packets (RFC 3016)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmpadepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts MPEG audio from RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmpapay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload MPEG audio as RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtppcmadepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts PCMA audio from RTP packets</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtppcmapay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encodes PCMA audio into a RTP packet</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element>
<element>
<name>rtppcmudepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts PCMU audio from RTP packets</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtppcmupay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encodes PCMU audio into a RTP packet</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element>
<element>
<name>rtpspeexdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts Speex audio from RTP packets</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element>
<element>
<name>rtpspeexpay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encodes Speex audio into a RTP packet</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element>
<element>
<name>rtpsv3vdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts SVQ3 video from RTP packets (no RFC)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtptheoradepay</name>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts Theora video from RTP packets (draft-01 of RFC XXXX)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtptheorapay</name>
<longname>RTP packet depayloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encode Theora video into RTP packets (draft-01 RFC XXXX)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpvorbisdepay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts Vorbis Audio from RTP packets (draft-01 of RFC XXXX)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpvorbispay</name>
<longname>RTP packet parser</longname>
<longname>RTP packet depayloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payload-encode Vorbis audio into RTP packets (draft-01 RFC XXXX)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>

View file

@ -3,10 +3,10 @@
<description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>libshout2</package>

View file

@ -3,10 +3,10 @@
<description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Tag writing plug-in based on taglib</description>
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
<basename>libgsttaglib.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Changes hue, saturation, brightness etc. on video images</description>
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
<basename>libgstvideobalance.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Flips and rotates video</description>
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
<basename>libgstvideoflip.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Video mixer</description>
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
<basename>libgstvideomixer.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Encode raw audio into WAV</description>
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
<basename>libgstwavenc.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>X11 video input plugin using standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
<basename>libgstximagesrc.so</basename>
<version>0.10.4.1</version>
<version>0.10.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -36,7 +36,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins CVS/prerelease"
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -244,13 +244,13 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.4.1"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.4.1"
#define PACKAGE_VERSION "0.10.5"
/* Define the plugin directory */
#ifdef _DEBUG
@ -266,7 +266,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.4.1"
#define VERSION "0.10.5"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */