diff --git a/ChangeLog b/ChangeLog index 6ffe3ebf9a..31a212a37e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.5 === + +2006-12-21 Jan Schmidt + + * configure.ac: + releasing 0.10.5, "The Path of Thorns" + 2006-12-21 Stefan Kost * tests/check/elements/audiopanorama.c: (cleanup_panorama): diff --git a/NEWS b/NEWS index ee384574f5..d0f0de1517 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/RELEASE b/RELEASE index 51e6d2c43c..b112268315 100644 --- a/RELEASE +++ b/RELEASE @@ -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   \ No newline at end of file diff --git a/configure.ac b/configure.ac index df904064f6..b2c019cd99 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 9bdb1fb5c6..5dc0d14fad 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -161,7 +161,7 @@ GstUDPSrc::sockfd gint ->= -1 +>= G_MAXULONG rw Socket Handle Socket to use for UDP reception. (-1 == allocate). @@ -178,6 +178,16 @@ 0 + +GstUDPSrc::timeout +guint64 + +rw +Timeout +Post a message after timeout microseconds (0 = disabled). +0 + + GstSMPTE::border gint @@ -204,8 +214,8 @@ >= 0 rw FPS -Frames per second if no input files are given. -25 +Frames per second if no input files are given (deprecated). +0 @@ -218,6 +228,16 @@ A bar moves from left to right + +GstSMPTE::duration +guint64 + +rw +Duration +Duration of the transition effect in nanoseconds. +1000000000 + + GstRTSPSrc::debug gboolean @@ -232,7 +252,7 @@ GstRTSPSrc::location gchararray -rwx +rw RTSP Location Location of the RTSP url to read. NULL @@ -240,12 +260,12 @@ GstRTSPSrc::protocols -GstRTSPProto +GstRTSPLowerTrans rwx Protocols -Allowed protocols. -UDP Unicast|UDP Multicast|TCP +Allowed lower transport protocols. +UDP Unicast Mode|UDP Multicast Mode|TCP interleaved mode @@ -258,6 +278,16 @@ 20 + +GstRTSPSrc::timeout +guint64 + +rwx +Timeout +Retry TCP transport after timeout microseconds (0 = disabled). +5000000 + + GstRTPDec::skip gint @@ -663,7 +693,7 @@ gboolean rw -Anti-Aliasing +Anti Aliasing Enables Anti-Aliasing. TRUE @@ -681,21 +711,21 @@ GstCACASink::screen-height gint - +>= 0 r -screen_height -screen_height. -0 +Screen Height +The height of the screen. +25 GstCACASink::screen-width gint - +>= 0 r -screen_width -screen_width. -0 +Screen Width +The width of the screen. +80 @@ -1051,7 +1081,7 @@ GstDV1394Src::port gint -[-1,16] +[G_MAXULONG,16] rw Port Port number (-1 automatic). @@ -1251,7 +1281,7 @@ GstTest::allowed-timestamp-deviation gint64 ->= -1 +>= G_MAXULONG rwx allowed timestamp deviation allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1261,7 +1291,7 @@ GstTest::buffer-count gint64 ->= -1 +>= G_MAXULONG r buffer count number of buffers in stream. @@ -1271,7 +1301,7 @@ GstTest::expected-buffer-count gint64 ->= -1 +>= G_MAXULONG rwx expected buffer count expected number of buffers in stream. @@ -1281,7 +1311,7 @@ GstTest::expected-length gint64 ->= -1 +>= G_MAXULONG rwx expected length expected length of stream. @@ -1301,7 +1331,7 @@ GstTest::length gint64 ->= -1 +>= G_MAXULONG r length length of stream. @@ -1321,7 +1351,7 @@ GstTest::timestamp-deviation gint64 ->= -1 +>= G_MAXULONG r timestamp deviation average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1391,7 +1421,7 @@ GstBreakMyData::set-to gint -[-1,255] +[G_MAXULONG,255] rwx set-to set changed bytes to this value (-1 means random value. @@ -1685,7 +1715,17 @@ r Device name Human-readable name of the sound device. -"" +NULL + + + +GstOssMixerElement::device +gchararray + +rw +Device +OSS mixer device (usually /dev/mixer). +"/dev/mixer" @@ -1711,7 +1751,7 @@ GstCdioCddaSrc::read-speed gint -[-1,100] +[G_MAXULONG,100] rw Read speed Read from device at the specified speed (-1 = default). @@ -9221,7 +9261,7 @@ ladspa-gate::Output-select gint -[-1,1] +[G_MAXULONG,1] rwx Output-select Output-select. @@ -13408,3 +13448,3183 @@ Faster, less accurate integer method + +ladspa-HRTF::pan +gint +[-36,36] +rwx +pan +pan. +0 + + + +ladspa-Dirac::damping +gfloat +[0,1] +rwx +damping +damping. +0 + + + +ladspa-Dirac::ppm +gfloat +[30,60] +rwx +ppm +ppm. +30 + + + +ladspa-Dirac::volume +gfloat +[0,1] +rwx +volume +volume. +0 + + + +ladspa-Click::bpm +gfloat +[4,244] +rwx +bpm +bpm. +64 + + + +ladspa-Click::damping +gfloat +[0,1] +rwx +damping +damping. +0.75 + + + +ladspa-Click::volume +gfloat +[0,1] +rwx +volume +volume. +0.5 + + + +ladspa-Plate2x2::bandwidth +gfloat +[0.005,0.999] +rwx +bandwidth +bandwidth. +0.502 + + + +ladspa-Plate2x2::blend +gfloat +[0,1] +rwx +blend +blend. +0.25 + + + +ladspa-Plate2x2::damping +gfloat +[0.0005,1] +rwx +damping +damping. +0.250375 + + + +ladspa-Plate2x2::tail +gfloat +[0,0.749] +rwx +tail +tail. +0.3745 + + + +ladspa-Plate::bandwidth +gfloat +[0.005,0.999] +rwx +bandwidth +bandwidth. +0.502 + + + +ladspa-Plate::blend +gfloat +[0,1] +rwx +blend +blend. +0.25 + + + +ladspa-Plate::damping +gfloat +[0.0005,1] +rwx +damping +damping. +0.250375 + + + +ladspa-Plate::tail +gfloat +[0,0.749] +rwx +tail +tail. +0.3745 + + + +ladspa-JVRev::blend +gfloat +[0,0.28] +rwx +blend +blend. +0.07 + + + +ladspa-JVRev::t60 +gfloat +[0,4.6] +rwx +t60 +t60. +2.3 + + + +ladspa-Roessler::h +gfloat +[0,1] +rwx +h +h. +0 + + + +ladspa-Roessler::volume +gfloat +[1e-06,1] +rwx +volume +volume. +0.5 + + + +ladspa-Roessler::x +gfloat +[0,1] +rwx +x +x. +1 + + + +ladspa-Roessler::y +gfloat +[0,1] +rwx +y +y. +0.5 + + + +ladspa-Roessler::z +gfloat +[0,1] +rwx +z +z. +0 + + + +ladspa-Lorenz::h +gfloat +[0,1] +rwx +h +h. +0 + + + +ladspa-Lorenz::volume +gfloat +[1e-06,1] +rwx +volume +volume. +0.5 + + + +ladspa-Lorenz::x +gfloat +[0,1] +rwx +x +x. +1 + + + +ladspa-Lorenz::y +gfloat +[0,1] +rwx +y +y. +0 + + + +ladspa-Lorenz::z +gfloat +[0,1] +rwx +z +z. +0 + + + +ladspa-White::volume +gfloat +[1e-06,1] +rwx +volume +volume. +0.5 + + + +ladspa-Sin::f +gfloat +[0,22050] +rwx +f +f. +440 + + + +ladspa-Sin::volume +gfloat +[1e-06,1] +rwx +volume +volume. +0.5 + + + +ladspa-CEO::damping +gfloat +[0,1] +rwx +damping +damping. +0 + + + +ladspa-CEO::mpm +gfloat +[4,244] +rwx +mpm +mpm. +184 + + + +ladspa-CEO::volume +gfloat +[0,1] +rwx +volume +volume. +0.5 + + + +ladspa-VCOd::blend +gfloat +[-1,1] +rwx +blend +blend. +0.5 + + + +ladspa-VCOd::f +gfloat +[0,4410] +rwx +f +f. +440 + + + +ladspa-VCOd::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-VCOd::param-1-------square +gfloat +[0,1] +rwx +param-1-------square +param-1-------square. +0 + + + +ladspa-VCOd::param-1--tri----saw +gfloat +[0,1] +rwx +param-1--tri----saw +param-1--tri----saw. +0 + + + +ladspa-VCOd::param-2-------square +gfloat +[0,1] +rwx +param-2-------square +param-2-------square. +0 + + + +ladspa-VCOd::param-2--tri----saw +gfloat +[0,1] +rwx +param-2--tri----saw +param-2--tri----saw. +0 + + + +ladspa-VCOd::param-2--tune +gfloat +[-12,12] +rwx +param-2--tune +param-2--tune. +0 + + + +ladspa-VCOd::sync +gfloat +[0,1] +rwx +sync +sync. +0 + + + +ladspa-VCOd::volume +gfloat +[1e-06,1] +rwx +volume +volume. +0.5 + + + +ladspa-VCOs::f +gfloat +[0,4410] +rwx +f +f. +440 + + + +ladspa-VCOs::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-VCOs::param------square +gfloat +[0,1] +rwx +param------square +param------square. +0 + + + +ladspa-VCOs::tri----saw +gfloat +[0,1] +rwx +tri----saw +tri----saw. +0 + + + +ladspa-VCOs::volume +gfloat +[1e-06,1] +rwx +volume +volume. +0.5 + + + +ladspa-Scape::blend +gfloat +[0,1] +rwx +blend +blend. +0.75 + + + +ladspa-Scape::bpm +gfloat +[30,240] +rwx +bpm +bpm. +82.5 + + + +ladspa-Scape::divider +gint +[2,4] +rwx +divider +divider. +2 + + + +ladspa-Scape::dry +gfloat +[0,1] +rwx +dry +dry. +0.25 + + + +ladspa-Scape::feedback +gfloat +[0,1] +rwx +feedback +feedback. +0.25 + + + +ladspa-SweepVFII::Q +gfloat +[0.001,0.999] +rwx +Q +Q. +0.5 + + + +ladspa-SweepVFII::Q-depth-x +gfloat +[0,1] +rwx +Q-depth-x +Q-depth-x. +0.25 + + + +ladspa-SweepVFII::Q-depth-y +gfloat +[0,1] +rwx +Q-depth-y +Q-depth-y. +0.5 + + + +ladspa-SweepVFII::Q-depth-z +gfloat +[0,1] +rwx +Q-depth-z +Q-depth-z. +1 + + + +ladspa-SweepVFII::Q-h +gfloat +[0.001,1] +rwx +Q-h +Q-h. +0.25075 + + + +ladspa-SweepVFII::f +gfloat +[88.2,3528] +rwx +f +f. +948.15 + + + +ladspa-SweepVFII::f-depth-x +gfloat +[0,1] +rwx +f-depth-x +f-depth-x. +0.25 + + + +ladspa-SweepVFII::f-depth-y +gfloat +[0,1] +rwx +f-depth-y +f-depth-y. +0.5 + + + +ladspa-SweepVFII::f-depth-z +gfloat +[0,1] +rwx +f-depth-z +f-depth-z. +1 + + + +ladspa-SweepVFII::f-h +gfloat +[0.001,1] +rwx +f-h +f-h. +0.25075 + + + +ladspa-SweepVFII::mode +gint +[0,1] +rwx +mode +mode. +1 + + + +ladspa-SweepVFI::Q +gfloat +[0.001,0.999] +rwx +Q +Q. +0.5 + + + +ladspa-SweepVFI::depth-x +gfloat +[0,1] +rwx +depth-x +depth-x. +0.25 + + + +ladspa-SweepVFI::depth-y +gfloat +[0,1] +rwx +depth-y +depth-y. +0.5 + + + +ladspa-SweepVFI::depth-z +gfloat +[0,1] +rwx +depth-z +depth-z. +1 + + + +ladspa-SweepVFI::f +gfloat +[88.2,3528] +rwx +f +f. +948.15 + + + +ladspa-SweepVFI::h +gfloat +[0.001,1] +rwx +h +h. +0.25075 + + + +ladspa-SweepVFI::mode +gint +[0,1] +rwx +mode +mode. +1 + + + +ladspa-PhaserII::depth +gfloat +[0,1] +rwx +depth +depth. +0.75 + + + +ladspa-PhaserII::feedback +gfloat +[0,0.999] +rwx +feedback +feedback. +0.74925 + + + +ladspa-PhaserII::rate +gfloat +[0,1] +rwx +rate +rate. +0.25 + + + +ladspa-PhaserII::spread +gfloat +[0,1.5708] +rwx +spread +spread. +0.392699 + + + +ladspa-PhaserI::depth +gfloat +[0,1] +rwx +depth +depth. +0.75 + + + +ladspa-PhaserI::feedback +gfloat +[0,0.999] +rwx +feedback +feedback. +0.74925 + + + +ladspa-PhaserI::rate +gfloat +[0,10] +rwx +rate +rate. +1 + + + +ladspa-PhaserI::spread +gfloat +[0,3.14159] +rwx +spread +spread. +0.785398 + + + +ladspa-StereoChorusII::blend +gfloat +[0,1] +rwx +blend +blend. +1 + + + +ladspa-StereoChorusII::feedback +gfloat +[0,1] +rwx +feedback +feedback. +0 + + + +ladspa-StereoChorusII::feedforward +gfloat +[0,1] +rwx +feedforward +feedforward. +0.5 + + + +ladspa-StereoChorusII::rate +gfloat +[0,1] +rwx +rate +rate. +0.25 + + + +ladspa-StereoChorusII::t +gfloat +[2.5,40] +rwx +t +t. +11.875 + + + +ladspa-StereoChorusII::width +gfloat +[0.5,10] +rwx +width +width. +2.875 + + + +ladspa-ChorusII::blend +gfloat +[0,1] +rwx +blend +blend. +1 + + + +ladspa-ChorusII::feedback +gfloat +[0,1] +rwx +feedback +feedback. +0 + + + +ladspa-ChorusII::feedforward +gfloat +[0,1] +rwx +feedforward +feedforward. +0.25 + + + +ladspa-ChorusII::rate +gfloat +[0,1] +rwx +rate +rate. +0.25 + + + +ladspa-ChorusII::t +gfloat +[2.5,40] +rwx +t +t. +5 + + + +ladspa-ChorusII::width +gfloat +[0.5,10] +rwx +width +width. +1 + + + +ladspa-StereoChorusI::blend +gfloat +[0,1] +rwx +blend +blend. +1 + + + +ladspa-StereoChorusI::feedback +gfloat +[0,1] +rwx +feedback +feedback. +0 + + + +ladspa-StereoChorusI::feedforward +gfloat +[0,1] +rwx +feedforward +feedforward. +0.25 + + + +ladspa-StereoChorusI::phase +gfloat +[0,1] +rwx +phase +phase. +1 + + + +ladspa-StereoChorusI::rate +gfloat +[0,5] +rwx +rate +rate. +1.25 + + + +ladspa-StereoChorusI::t +gfloat +[2.5,40] +rwx +t +t. +2.5 + + + +ladspa-StereoChorusI::width +gfloat +[0.5,10] +rwx +width +width. +1 + + + +ladspa-ChorusI::blend +gfloat +[0,1] +rwx +blend +blend. +1 + + + +ladspa-ChorusI::feedback +gfloat +[0,1] +rwx +feedback +feedback. +0 + + + +ladspa-ChorusI::feedforward +gfloat +[0,1] +rwx +feedforward +feedforward. +0.25 + + + +ladspa-ChorusI::rate +gfloat +[0,5] +rwx +rate +rate. +1.25 + + + +ladspa-ChorusI::t +gfloat +[2.5,40] +rwx +t +t. +5 + + + +ladspa-ChorusI::width +gfloat +[0.5,10] +rwx +width +width. +1 + + + +ladspa-Clip::gain +gfloat +[-72,72] +rwx +gain +gain. +1 + + + +ladspa-Clip::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-CabinetII::gain +gfloat +[-24,24] +rwx +gain +gain. +0 + + + +ladspa-CabinetII::model +gint +[0,5] +rwx +model +model. +1 + + + +ladspa-CabinetI::gain +gfloat +[-24,24] +rwx +gain +gain. +0 + + + +ladspa-CabinetI::model +gint +[0,5] +rwx +model +model. +1 + + + +ladspa-AmpV::bass +gfloat +[-9,9] +rwx +bass +bass. +0 + + + +ladspa-AmpV::drive +gfloat +[1e-04,1] +rwx +drive +drive. +0.750025 + + + +ladspa-AmpV::gain +gfloat +[0,3] +rwx +gain +gain. +1 + + + +ladspa-AmpV::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-AmpV::tone +gfloat +[0,1] +rwx +tone +tone. +0 + + + +ladspa-AmpV::watts +gfloat +[5,150] +rwx +watts +watts. +77.5 + + + +ladspa-AmpIV::bass +gfloat +[-20,20] +rwx +bass +bass. +0 + + + +ladspa-AmpIV::drive +gfloat +[1e-04,1] +rwx +drive +drive. +1 + + + +ladspa-AmpIV::gain +gfloat +[0,10] +rwx +gain +gain. +1 + + + +ladspa-AmpIV::hi +gfloat +[-20,20] +rwx +hi +hi. +0 + + + +ladspa-AmpIV::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-AmpIV::mid +gfloat +[-20,20] +rwx +mid +mid. +0 + + + +ladspa-AmpIV::temperature +gfloat +[0.005,1] +rwx +temperature +temperature. +0.5025 + + + +ladspa-AmpIV::treble +gfloat +[-20,20] +rwx +treble +treble. +0 + + + +ladspa-AmpIII::drive +gfloat +[1e-04,1] +rwx +drive +drive. +1 + + + +ladspa-AmpIII::gain +gfloat +[0,10] +rwx +gain +gain. +1 + + + +ladspa-AmpIII::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-AmpIII::temperature +gfloat +[0.005,1] +rwx +temperature +temperature. +0.5025 + + + +ladspa-PreampIV::bass +gfloat +[-20,20] +rwx +bass +bass. +0 + + + +ladspa-PreampIV::gain +gfloat +[0,10] +rwx +gain +gain. +1 + + + +ladspa-PreampIV::hi +gfloat +[-20,20] +rwx +hi +hi. +0 + + + +ladspa-PreampIV::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-PreampIV::mid +gfloat +[-20,20] +rwx +mid +mid. +0 + + + +ladspa-PreampIV::temperature +gfloat +[0.005,1] +rwx +temperature +temperature. +0.5025 + + + +ladspa-PreampIV::treble +gfloat +[-20,20] +rwx +treble +treble. +0 + + + +ladspa-PreampIII::gain +gfloat +[0,10] +rwx +gain +gain. +1 + + + +ladspa-PreampIII::latency +gfloat + +r +latency +latency. +-3.40282e+38 + + + +ladspa-PreampIII::temperature +gfloat +[0.005,1] +rwx +temperature +temperature. +0.25375 + + + +ladspa-Pan::mono +gboolean + +rwx +mono +mono. +FALSE + + + +ladspa-Pan::pan +gfloat +[-1,1] +rwx +pan +pan. +0 + + + +ladspa-Pan::t +gfloat +[0.1,40] +rwx +t +t. +10.075 + + + +ladspa-Pan::width +gfloat +[0,1] +rwx +width +width. +0 + + + +ladspa-Compress::attack +gfloat +[0.001,1] +rwx +attack +attack. +0.001 + + + +ladspa-Compress::gain +gfloat +[0,24] +rwx +gain +gain. +6 + + + +ladspa-Compress::knee-radius +gfloat +[1,10] +rwx +knee-radius +knee-radius. +3.25 + + + +ladspa-Compress::ratio +gfloat +[1,10] +rwx +ratio +ratio. +1 + + + +ladspa-Compress::release +gfloat +[0.001,1] +rwx +release +release. +0.5005 + + + +ladspa-Compress::threshold +gfloat +[-30,400] +rwx +threshold +threshold. +0 + + + +ladspa-Eq::param-1-kHz +gfloat +[-48,30] +rwx +param-1-kHz +param-1-kHz. +0 + + + +ladspa-Eq::param-125-Hz +gfloat +[-48,30] +rwx +param-125-Hz +param-125-Hz. +0 + + + +ladspa-Eq::param-16-kHz +gfloat +[-48,30] +rwx +param-16-kHz +param-16-kHz. +0 + + + +ladspa-Eq::param-2-kHz +gfloat +[-48,30] +rwx +param-2-kHz +param-2-kHz. +0 + + + +ladspa-Eq::param-250-Hz +gfloat +[-48,30] +rwx +param-250-Hz +param-250-Hz. +0 + + + +ladspa-Eq::param-31-Hz +gfloat +[-48,30] +rwx +param-31-Hz +param-31-Hz. +0 + + + +ladspa-Eq::param-4-kHz +gfloat +[-48,30] +rwx +param-4-kHz +param-4-kHz. +0 + + + +ladspa-Eq::param-500-Hz +gfloat +[-48,30] +rwx +param-500-Hz +param-500-Hz. +0 + + + +ladspa-Eq::param-63-Hz +gfloat +[-48,30] +rwx +param-63-Hz +param-63-Hz. +0 + + + +ladspa-Eq::param-8-kHz +gfloat +[-48,30] +rwx +param-8-kHz +param-8-kHz. +0 + + + +ladspa-comp-ac::B +gfloat + +rwx +B +B. +-3.40282e+38 + + + +ladspa-sh-ar::Continuous-Triggering +gboolean + +rwx +Continuous-Triggering +Continuous-Triggering. +FALSE + + + +ladspa-sh-cr::Continuous-Triggering +gboolean + +rwx +Continuous-Triggering +Continuous-Triggering. +FALSE + + + +ladspa-sh-cr::Threshold +gfloat + +rwx +Threshold +Threshold. +-3.40282e+38 + + + +ladspa-ssm-masher::Density +gfloat +[0,800] +rwx +Density +Density. +400 + + + +ladspa-ssm-masher::Grain-Pitch +gfloat +[1,10] +rwx +Grain-Pitch +Grain-Pitch. +1 + + + +ladspa-power-cr::Base +gfloat + +rwx +Base +Base. +-3.40282e+38 + + + +ladspa-power-cr::Exponent +gfloat + +rwx +Exponent +Exponent. +-3.40282e+38 + + + +ladspa-power-cr::Result +gfloat + +r +Result +Result. +-3.40282e+38 + + + +ladspa-mux-cr::Off +gfloat + +rwx +Off +Off. +-3.40282e+38 + + + +ladspa-mux-cr::On +gfloat + +rwx +On +On. +-3.40282e+38 + + + +ladspa-mux-cr::Output +gfloat + +r +Output +Output. +-3.40282e+38 + + + +ladspa-wg-mesh-cr::Excitation-X +gint +[0,7] +rwx +Excitation-X +Excitation-X. +1 + + + +ladspa-wg-mesh-cr::Excitation-Y +gint +[0,7] +rwx +Excitation-Y +Excitation-Y. +1 + + + +ladspa-wg-mesh-cr::Tension +gfloat +[1e-04,0.22] +rwx +Tension +Tension. +0.11005 + + + +ladspa-vcf-hshelf::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-hshelf::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-hshelf::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-hshelf::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-hshelf::dBgain-Offset +gfloat +[6,24] +rwx +dBgain-Offset +dBgain-Offset. +6 + + + +ladspa-vcf-lshelf::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-lshelf::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-lshelf::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-lshelf::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-lshelf::dBgain-Offset +gfloat +[6,24] +rwx +dBgain-Offset +dBgain-Offset. +6 + + + +ladspa-vcf-peakeq::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-peakeq::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-peakeq::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-peakeq::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-peakeq::dBgain-Offset +gfloat +[6,24] +rwx +dBgain-Offset +dBgain-Offset. +6 + + + +ladspa-vcf-notch::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-notch::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-notch::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-notch::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-bp2::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-bp2::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-bp2::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-bp2::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-bp1::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-bp1::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-bp1::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-bp1::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-hp::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-hp::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-hp::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-hp::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-lp::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-lp::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-lp::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-lp::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-vcf-reslp::Frequency-Offset +gfloat +[20,20000] +rwx +Frequency-Offset +Frequency-Offset. +20 + + + +ladspa-vcf-reslp::Frequency-Pitch +gfloat +[-2,2] +rwx +Frequency-Pitch +Frequency-Pitch. +-2 + + + +ladspa-vcf-reslp::Gain +gfloat +[0,1] +rwx +Gain +Gain. +0 + + + +ladspa-vcf-reslp::Resonance-Offset +gfloat +[0.001,1] +rwx +Resonance-Offset +Resonance-Offset. +0.001 + + + +ladspa-slide-tc::Fall-time +gfloat + +rwx +Fall-time +Fall-time. +-3.40282e+38 + + + +ladspa-slide-tc::Rise-time +gfloat + +rwx +Rise-time +Rise-time. +-3.40282e+38 + + + +ladspa-signal-abs-cr::Sign +gboolean + +rwx +Sign +Sign. +FALSE + + + +ladspa-slew-limiter-rc::Fall-rate +gfloat + +rwx +Fall-rate +Fall-rate. +-3.40282e+38 + + + +ladspa-slew-limiter-rc::Rise-rate +gfloat + +rwx +Rise-rate +Rise-rate. +-3.40282e+38 + + + +ladspa-dahdsr-hexp::Attack-Time +gfloat +>= 0 +rwx +Attack-Time +Attack-Time. +0 + + + +ladspa-dahdsr-hexp::Decay-Time +gfloat +>= 0 +rwx +Decay-Time +Decay-Time. +0 + + + +ladspa-dahdsr-hexp::Delay-Time +gfloat +>= 0 +rwx +Delay-Time +Delay-Time. +0 + + + +ladspa-dahdsr-hexp::Hold-Time +gfloat +>= 0 +rwx +Hold-Time +Hold-Time. +0 + + + +ladspa-dahdsr-hexp::Release-Time +gfloat +>= 0 +rwx +Release-Time +Release-Time. +0 + + + +ladspa-dahdsr-hexp::Sustain-Level +gfloat +[0,1] +rwx +Sustain-Level +Sustain-Level. +1 + + + +ladspa-dahdsr-fexp::Attack-Time +gfloat +>= 0 +rwx +Attack-Time +Attack-Time. +0 + + + +ladspa-dahdsr-fexp::Decay-Time +gfloat +>= 0 +rwx +Decay-Time +Decay-Time. +0 + + + +ladspa-dahdsr-fexp::Delay-Time +gfloat +>= 0 +rwx +Delay-Time +Delay-Time. +0 + + + +ladspa-dahdsr-fexp::Hold-Time +gfloat +>= 0 +rwx +Hold-Time +Hold-Time. +0 + + + +ladspa-dahdsr-fexp::Release-Time +gfloat +>= 0 +rwx +Release-Time +Release-Time. +0 + + + +ladspa-dahdsr-fexp::Sustain-Level +gfloat +[0,1] +rwx +Sustain-Level +Sustain-Level. +1 + + + +ladspa-prob-switch-cr::Probability +gfloat + +rwx +Probability +Probability. +1 + + + +ladspa-adenv::Attack-Time +gfloat +>= 0 +rwx +Attack-Time +Attack-Time. +0 + + + +ladspa-adenv::Decay-Time +gfloat +>= 0 +rwx +Decay-Time +Decay-Time. +0 + + + +ladspa-adenv-lvl::Attack-Time +gfloat +>= 0 +rwx +Attack-Time +Attack-Time. +0 + + + +ladspa-adenv-lvl::Attack-to-Level +gfloat +>= 0 +rwx +Attack-to-Level +Attack-to-Level. +1 + + + +ladspa-adenv-lvl::Decay-Time +gfloat +>= 0 +rwx +Decay-Time +Decay-Time. +0 + + + +ladspa-adenv-lvl::Decay-to-Level +gfloat +>= 0 +rwx +Decay-to-Level +Decay-to-Level. +0 + + + +ladspa-adenv-lvl::Initial-Level +gfloat +>= 0 +rwx +Initial-Level +Initial-Level. +0 + + + +ladspa-range-trans-cr::Input-Max +gfloat + +rwx +Input-Max +Input-Max. +1 + + + +ladspa-range-trans-cr::Input-Min +gfloat + +rwx +Input-Min +Input-Min. +0 + + + +ladspa-range-trans-cr::Output-Max +gfloat + +rwx +Output-Max +Output-Max. +1 + + + +ladspa-range-trans-cr::Output-Min +gfloat + +rwx +Output-Min +Output-Min. +0 + + + +ladspa-hz-voct-cr::Input +gfloat + +rwx +Input +Input. +-3.40282e+38 + + + +ladspa-hz-voct-cr::Output +gfloat + +r +Output +Output. +-3.40282e+38 + + + +ladspa-formant-vc::Vowel +gfloat +[0,4] +rwx +Vowel +Vowel. +0 + + + +ladspa-Mvclpf-4::Exp-FM-gain +gfloat +[0,10] +rwx +Exp-FM-gain +Exp-FM-gain. +0 + + + +ladspa-Mvclpf-4::Filter-poles +gint +[0,4] +rwx +Filter-poles +Filter-poles. +0 + + + +ladspa-Mvclpf-4::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Mvclpf-4::Input-gain +gfloat +[-60,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Mvclpf-4::Output-gain +gfloat +[-15,15] +rwx +Output-gain +Output-gain. +0 + + + +ladspa-Mvclpf-4::Resonance +gfloat +[0,1] +rwx +Resonance +Resonance. +0 + + + +ladspa-Mvclpf-4::Resonance-gain +gfloat +[0,1] +rwx +Resonance-gain +Resonance-gain. +0 + + + +ladspa-Mvclpf-3::Exp-FM-gain +gfloat +[0,10] +rwx +Exp-FM-gain +Exp-FM-gain. +0 + + + +ladspa-Mvclpf-3::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Mvclpf-3::Input-gain +gfloat +[-60,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Mvclpf-3::Output-gain +gfloat +[-15,15] +rwx +Output-gain +Output-gain. +0 + + + +ladspa-Mvclpf-3::Resonance +gfloat +[0,1] +rwx +Resonance +Resonance. +0 + + + +ladspa-Mvclpf-3::Resonance-gain +gfloat +[0,1] +rwx +Resonance-gain +Resonance-gain. +0 + + + +ladspa-Mvclpf-2::Exp-FM-gain +gfloat +[0,10] +rwx +Exp-FM-gain +Exp-FM-gain. +0 + + + +ladspa-Mvclpf-2::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Mvclpf-2::Input-gain +gfloat +[-60,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Mvclpf-2::Output-gain +gfloat +[-15,15] +rwx +Output-gain +Output-gain. +0 + + + +ladspa-Mvclpf-2::Resonance +gfloat +[0,1] +rwx +Resonance +Resonance. +0 + + + +ladspa-Mvclpf-2::Resonance-gain +gfloat +[0,1] +rwx +Resonance-gain +Resonance-gain. +0 + + + +ladspa-Mvclpf-1::Exp-FM-gain +gfloat +[0,10] +rwx +Exp-FM-gain +Exp-FM-gain. +0 + + + +ladspa-Mvclpf-1::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Mvclpf-1::Input-gain +gfloat +[-60,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Mvclpf-1::Output-gain +gfloat +[-15,15] +rwx +Output-gain +Output-gain. +0 + + + +ladspa-Mvclpf-1::Resonance +gfloat +[0,1] +rwx +Resonance +Resonance. +0 + + + +ladspa-Mvclpf-1::Resonance-gain +gfloat +[0,1] +rwx +Resonance-gain +Resonance-gain. +0 + + + +ladspa-Mvchpf-1::Exp-FM-gain +gfloat +[0,10] +rwx +Exp-FM-gain +Exp-FM-gain. +0 + + + +ladspa-Mvchpf-1::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Mvchpf-1::Input-gain +gfloat +[-60,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Mvchpf-1::Output-gain +gfloat +[-15,15] +rwx +Output-gain +Output-gain. +0 + + + +ladspa-Phaser1+LFO::Feedback-gain +gfloat +[-1,1] +rwx +Feedback-gain +Feedback-gain. +0 + + + +ladspa-Phaser1+LFO::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Phaser1+LFO::Input-gain +gfloat +[-40,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Phaser1+LFO::LFO-frequency +gfloat +[0.01,30] +rwx +LFO-frequency +LFO-frequency. +0.01 + + + +ladspa-Phaser1+LFO::LFO-waveform +gfloat +[-1,1] +rwx +LFO-waveform +LFO-waveform. +0 + + + +ladspa-Phaser1+LFO::Modulation-gain +gfloat +[0,10] +rwx +Modulation-gain +Modulation-gain. +0 + + + +ladspa-Phaser1+LFO::Output-mix +gfloat +[-1,1] +rwx +Output-mix +Output-mix. +0 + + + +ladspa-Phaser1+LFO::Sections +gint +[1,30] +rwx +Sections +Sections. +1 + + + +ladspa-Phaser1::Exp-FM-gain +gfloat +[0,10] +rwx +Exp-FM-gain +Exp-FM-gain. +0 + + + +ladspa-Phaser1::Feedback-gain +gfloat +[-1,1] +rwx +Feedback-gain +Feedback-gain. +0 + + + +ladspa-Phaser1::Frequency +gfloat +[-6,6] +rwx +Frequency +Frequency. +0 + + + +ladspa-Phaser1::Input-gain +gfloat +[-40,10] +rwx +Input-gain +Input-gain. +0 + + + +ladspa-Phaser1::Lin-FM-gain +gfloat +[0,10] +rwx +Lin-FM-gain +Lin-FM-gain. +0 + + + +ladspa-Phaser1::Output-mix +gfloat +[-1,1] +rwx +Output-mix +Output-mix. +0 + + + +ladspa-Phaser1::Sections +gint +[1,30] +rwx +Sections +Sections. +1 + + + +ladspa-Parametric1::Bandwidth-1 +gfloat +[0.125,8] +rwx +Bandwidth-1 +Bandwidth-1. +1 + + + +ladspa-Parametric1::Bandwidth-2 +gfloat +[0.125,8] +rwx +Bandwidth-2 +Bandwidth-2. +1 + + + +ladspa-Parametric1::Bandwidth-3 +gfloat +[0.125,8] +rwx +Bandwidth-3 +Bandwidth-3. +1 + + + +ladspa-Parametric1::Bandwidth-4 +gfloat +[0.125,8] +rwx +Bandwidth-4 +Bandwidth-4. +1 + + + +ladspa-Parametric1::Filter +gboolean + +rwx +Filter +Filter. +FALSE + + + +ladspa-Parametric1::Frequency-1 +gfloat +[20,2000] +rwx +Frequency-1 +Frequency-1. +200 + + + +ladspa-Parametric1::Frequency-2 +gfloat +[40,4000] +rwx +Frequency-2 +Frequency-2. +400 + + + +ladspa-Parametric1::Frequency-3 +gfloat +[100,10000] +rwx +Frequency-3 +Frequency-3. +1000 + + + +ladspa-Parametric1::Frequency-4 +gfloat +[200,20000] +rwx +Frequency-4 +Frequency-4. +2000 + + + +ladspa-Parametric1::Gain +gfloat +[-20,20] +rwx +Gain +Gain. +0 + + + +ladspa-Parametric1::Gain-1 +gfloat +[-20,20] +rwx +Gain-1 +Gain-1. +0 + + + +ladspa-Parametric1::Gain-2 +gfloat +[-20,20] +rwx +Gain-2 +Gain-2. +0 + + + +ladspa-Parametric1::Gain-3 +gfloat +[-20,20] +rwx +Gain-3 +Gain-3. +0 + + + +ladspa-Parametric1::Gain-4 +gfloat +[-20,20] +rwx +Gain-4 +Gain-4. +0 + + + +ladspa-Parametric1::Section-1 +gboolean + +rwx +Section-1 +Section-1. +FALSE + + + +ladspa-Parametric1::Section-2 +gboolean + +rwx +Section-2 +Section-2. +FALSE + + + +ladspa-Parametric1::Section-3 +gboolean + +rwx +Section-3 +Section-3. +FALSE + + + +ladspa-Parametric1::Section-4 +gboolean + +rwx +Section-4 +Section-4. +FALSE + + + +ladspa-Chorus2::Delay +gfloat +[0,30] +rwx +Delay +Delay. +0 + + + +ladspa-Chorus2::Mod-Amplitude-1 +gfloat +[0,10] +rwx +Mod-Amplitude-1 +Mod-Amplitude-1. +0 + + + +ladspa-Chorus2::Mod-Amplitude-2 +gfloat +[0,3] +rwx +Mod-Amplitude-2 +Mod-Amplitude-2. +0 + + + +ladspa-Chorus2::Mod-Frequency-1 +gfloat +[0.003,10] +rwx +Mod-Frequency-1 +Mod-Frequency-1. +0.003 + + + +ladspa-Chorus2::Mod-Frequency-2 +gfloat +[0.01,30] +rwx +Mod-Frequency-2 +Mod-Frequency-2. +0.01 + + + +ladspa-Chorus1::Delay +gfloat +[0,30] +rwx +Delay +Delay. +0 + + + +ladspa-Chorus1::Mod-Amplitude-1 +gfloat +[0,10] +rwx +Mod-Amplitude-1 +Mod-Amplitude-1. +0 + + + +ladspa-Chorus1::Mod-Amplitude-2 +gfloat +[0,3] +rwx +Mod-Amplitude-2 +Mod-Amplitude-2. +0 + + + +ladspa-Chorus1::Mod-Frequency-1 +gfloat +[0.003,10] +rwx +Mod-Frequency-1 +Mod-Frequency-1. +0.003 + + + +ladspa-Chorus1::Mod-Frequency-2 +gfloat +[0.01,30] +rwx +Mod-Frequency-2 +Mod-Frequency-2. +0.01 + + + +GstRTPiLBCDepay::mode +iLBCMode + +rw +Mode +iLBC frame mode. +30ms frames + + + +GstAudioPanorama::panorama +gfloat +[-1,1] +rw +Panorama +Position in stereo panorama (-1.0 left -> 1.0 right). +0 + + diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index a653bff836..8ed954137a 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,10 +3,10 @@ Source for DV data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index dc17e14467..2749de5c29 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,10 +3,10 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 95c6be274a..34b61d06dd 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,10 +3,10 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 6ca325e721..d6b619731e 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,10 +3,10 @@ adds an alpha channel to video ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 5608bec805..ed5c946c62 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,10 +3,10 @@ RGB->YUV colorspace conversion preserving the alpha channels ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index 0fb6466b65..bdb8f5430e 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -3,10 +3,10 @@ annodex stream manipulation (info about annodex: http://www.annodex.net) ../../ext/annodex/.libs/libgstannodex.so libgstannodex.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index d44ac0cfdc..c049a46bc4 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,10 +3,10 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 17cb427239..7971a98032 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,7 +3,7 @@ Audio effects plugin ../../gst/audiofx/.libs/libgstaudiofx.so libgstaudiofx.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good GStreamer diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 0b5548722c..4c9d0bdfa9 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,10 +3,10 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 1d71d9ea7a..c25aa52a92 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,10 +3,10 @@ Plugin contains auto-detection plugins for video/audio outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 268be216f7..bb3784d6a8 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,10 +3,10 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index 308234971e..e557cd4713 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,10 +3,10 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 7e90493814..b7372bc8e8 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,10 +3,10 @@ Cairo-based overlaying ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index f62251e8c1..0504ef403b 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.4.1 + 0.10.5 GPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index d82ac0c432..18b020123e 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,10 +3,10 @@ Audio Cutter to split audio into non-silent bits ../../gst/cutter/.libs/libgstcutter.so libgstcutter.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index e7f1ed3bde..3f0cfbfe8e 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,10 +3,10 @@ elements for testing and debugging ../../gst/debug/.libs/libgstdebug.so libgstdebug.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 4e8d0c959a..489a1ba5e8 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,10 +3,10 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index ca539b3f4a..a958427833 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -3,10 +3,10 @@ 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". ../../gst/debug/.libs/libgstefence.so libgstefence.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 1b4904b867..7070ddcb74 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,10 +3,10 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index c54b026cd1..011fdad838 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -3,10 +3,10 @@ ESD Element Plugins ../../ext/esd/.libs/libgstesd.so libgstesd.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 813f7579e2..4da49ba48f 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,10 +3,10 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index d8de436abb..5fc3e1ad1a 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -1,19 +1,19 @@ flxdec - FLX video decoder + FLC/FLI/FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin flxdec FLX audio decoder - Codec/Decoder/Audio - FLX decoder + Codec/Decoder/Video + FLC/FLI/FLX video decoder Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com> diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index 89893310d3..7ca007e78a 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -3,10 +3,10 @@ elements wrapping the GStreamer/GConf audio/video output settings ../../ext/gconf/.libs/libgstgconfelements.so libgstgconfelements.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 9fea184842..9364bd5acb 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,10 +3,10 @@ GDK Pixbuf decoder & scaler ../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so libgstgdkpixbuf.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 29a6973650..0f6737a5e5 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,10 +3,10 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index 64910874f2..0b78a2ee94 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -3,10 +3,10 @@ elements wrapping the GStreamer/HAL audio input/output devices ../../ext/hal/.libs/libgsthalelements.so libgsthalelements.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index 9c762034f5..11a7e3aeb1 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,10 +3,10 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index cb205bb8d9..48d560abb5 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,10 +3,10 @@ Demux ID3v1 and ID3v2 tags from a file ../../gst/id3demux/.libs/libgstid3demux.so libgstid3demux.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index a224cacd49..69ff16124e 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,10 +3,10 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml index 7e68714f62..e25f5a8321 100644 --- a/docs/plugins/inspect/plugin-ladspa.xml +++ b/docs/plugins/inspect/plugin-ladspa.xml @@ -3,12 +3,327 @@ All LADSPA plugins ../../ext/ladspa/.libs/libgstladspa.so libgstladspa.so - 0.10.2.1 + 0.10.4.2 LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease Unknown package origin + + ladspa-AmpIII + CAPS: AmpIII - Tube amp emulation + Filter/Effect/Audio/LADSPA + CAPS: AmpIII - Tube amp emulation + Tim Goetze <tim@quitte.de> + + + ladspa-AmpIV + CAPS: AmpIV - Tube amp emulation + tone controls + Filter/Effect/Audio/LADSPA + CAPS: AmpIV - Tube amp emulation + tone controls + Tim Goetze <tim@quitte.de> + + + ladspa-AmpV + CAPS: AmpV - Refined tube amp emulation + Filter/Effect/Audio/LADSPA + CAPS: AmpV - Refined tube amp emulation + Tim Goetze <tim@quitte.de> + + + ladspa-CEO + CAPS: CEO - Chief Executive Oscillator + Source/Audio/LADSPA + CAPS: CEO - Chief Executive Oscillator + Tim Goetze <tim@quitte.de> + + + ladspa-CabinetI + CAPS: CabinetI - Loudspeaker cabinet emulation + Filter/Effect/Audio/LADSPA + CAPS: CabinetI - Loudspeaker cabinet emulation + Tim Goetze <tim@quitte.de> + + + ladspa-CabinetII + CAPS: CabinetII - Refined loudspeaker cabinet emulation + Filter/Effect/Audio/LADSPA + CAPS: CabinetII - Refined loudspeaker cabinet emulation + Tim Goetze <tim@quitte.de> + + + ladspa-Chorus1 + Chorus1 - Based on CSound orchestra by Sean Costello + Filter/Effect/Audio/LADSPA + Chorus1 - Based on CSound orchestra by Sean Costello + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Chorus2 + Chorus2 - Based on CSound orchestra by Sean Costello + Filter/Effect/Audio/LADSPA + Chorus2 - Based on CSound orchestra by Sean Costello + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-ChorusI + CAPS: ChorusI - Mono chorus/flanger + Filter/Effect/Audio/LADSPA + CAPS: ChorusI - Mono chorus/flanger + Tim Goetze <tim@quitte.de> + + + ladspa-ChorusII + CAPS: ChorusII - Mono chorus/flanger modulated by a fractal + Filter/Effect/Audio/LADSPA + CAPS: ChorusII - Mono chorus/flanger modulated by a fractal + Tim Goetze <tim@quitte.de> + + + ladspa-Click + CAPS: Click - Metronome + Source/Audio/LADSPA + CAPS: Click - Metronome + Tim Goetze <tim@quitte.de> + + + ladspa-Clip + CAPS: Clip - Hard clipper, 8x oversampled + Filter/Effect/Audio/LADSPA + CAPS: Clip - Hard clipper, 8x oversampled + Tim Goetze <tim@quitte.de> + + + ladspa-Compress + CAPS: Compress - Mono compressor + Filter/Effect/Audio/LADSPA + CAPS: Compress - Mono compressor + Tim Goetze <tim@quitte.de>, Steve Harris <steve@plugin.org.uk> + + + ladspa-Dirac + CAPS: Dirac - One-sample impulse generator + Source/Audio/LADSPA + CAPS: Dirac - One-sample impulse generator + Tim Goetze <tim@quitte.de> + + + ladspa-Eq + CAPS: Eq - 10-band 'analogue' equalizer + Filter/Effect/Audio/LADSPA + CAPS: Eq - 10-band 'analogue' equalizer + Tim Goetze <tim@quitte.de> + + + ladspa-HRTF + CAPS: HRTF - Head-related transfer function at elevation 0 + Filter/Effect/Audio/LADSPA + CAPS: HRTF - Head-related transfer function at elevation 0 + Tim Goetze <tim@quitte.de> + + + ladspa-JVRev + CAPS: JVRev - Stanford-style reverb from STK + Filter/Effect/Audio/LADSPA + CAPS: JVRev - Stanford-style reverb from STK + Tim Goetze <tim@quitte.de> + + + ladspa-Lorenz + CAPS: Lorenz - The sound of a Lorenz attractor + Source/Audio/LADSPA + CAPS: Lorenz - The sound of a Lorenz attractor + Tim Goetze <tim@quitte.de> + + + ladspa-Mvchpf-1 + Mvchpf-1 Digital implementation of the VC HP filter invented by R.A. Moog + Filter/Effect/Audio/LADSPA + Mvchpf-1 Digital implementation of the VC HP filter invented by R.A. Moog + Fons Adriaensen <fons.adriaensen@skynet.be> + + + ladspa-Mvclpf-1 + Mvclpf-1 Digital implementation of the VC filter invented by R.A.Moog + Filter/Effect/Audio/LADSPA + Mvclpf-1 Digital implementation of the VC filter invented by R.A.Moog + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Mvclpf-2 + Mvclpf-2 Digital implementation of the VC filter invented by R.A.Moog + Filter/Effect/Audio/LADSPA + Mvclpf-2 Digital implementation of the VC filter invented by R.A.Moog + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Mvclpf-3 + Mvclpf-3 Digital implementation of the VC filter invented by R.A.Moog + Filter/Effect/Audio/LADSPA + Mvclpf-3 Digital implementation of the VC filter invented by R.A.Moog + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Mvclpf-4 + Mvclpf-4 Digital implementation of the VC filter invented by R.A.Moog + Filter/Effect/Audio/LADSPA + Mvclpf-4 Digital implementation of the VC filter invented by R.A.Moog + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Pan + CAPS: Pan - Pan and width + Filter/Effect/Audio/LADSPA + CAPS: Pan - Pan and width + Tim Goetze <tim@quitte.de> + + + ladspa-Parametric1 + 4-band parametric filter + Filter/Effect/Audio/LADSPA + 4-band parametric filter + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Phaser1 + Phaser1 - Similar to CSound's phaser1 by Sean Costello + Filter/Effect/Audio/LADSPA + Phaser1 - Similar to CSound's phaser1 by Sean Costello + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-Phaser1+LFO + Phaser1 with LFO + Filter/Effect/Audio/LADSPA + Phaser1 with LFO + Fons Adriaensen <fons.adriaensen@alcatel.be> + + + ladspa-PhaserI + CAPS: PhaserI - Mono phaser + Filter/Effect/Audio/LADSPA + CAPS: PhaserI - Mono phaser + Tim Goetze <tim@quitte.de> + + + ladspa-PhaserII + CAPS: PhaserII - Mono phaser modulated by a Lorenz fractal + Filter/Effect/Audio/LADSPA + CAPS: PhaserII - Mono phaser modulated by a Lorenz fractal + Tim Goetze <tim@quitte.de> + + + ladspa-Plate + CAPS: Plate - Versatile plate reverb + Filter/Effect/Audio/LADSPA + CAPS: Plate - Versatile plate reverb + Tim Goetze <tim@quitte.de> + + + ladspa-Plate2x2 + CAPS: Plate2x2 - Versatile plate reverb, stereo inputs + Filter/Effect/Audio/LADSPA + CAPS: Plate2x2 - Versatile plate reverb, stereo inputs + Tim Goetze <tim@quitte.de> + + + ladspa-PreampIII + CAPS: PreampIII - Tube preamp emulation + Filter/Effect/Audio/LADSPA + CAPS: PreampIII - Tube preamp emulation + Tim Goetze <tim@quitte.de> + + + ladspa-PreampIV + CAPS: PreampIV - Tube preamp emulation + tone controls + Filter/Effect/Audio/LADSPA + CAPS: PreampIV - Tube preamp emulation + tone controls + Tim Goetze <tim@quitte.de> + + + ladspa-Roessler + CAPS: Roessler - The sound of a Roessler attractor + Source/Audio/LADSPA + CAPS: Roessler - The sound of a Roessler attractor + Tim Goetze <tim@quitte.de> + + + ladspa-Scape + CAPS: Scape - Stereo delay + Filters + Filter/Effect/Audio/LADSPA + CAPS: Scape - Stereo delay + Filters + Tim Goetze <tim@quitte.de> + + + ladspa-Sin + CAPS: Sin - Sine wave generator + Source/Audio/LADSPA + CAPS: Sin - Sine wave generator + Tim Goetze <tim@quitte.de> + + + ladspa-StereoChorusI + CAPS: StereoChorusI - Stereo chorus/flanger + Filter/Effect/Audio/LADSPA + CAPS: StereoChorusI - Stereo chorus/flanger + Tim Goetze <tim@quitte.de> + + + ladspa-StereoChorusII + CAPS: StereoChorusII - Stereo chorus/flanger modulated by a fractal + Filter/Effect/Audio/LADSPA + CAPS: StereoChorusII - Stereo chorus/flanger modulated by a fractal + Tim Goetze <tim@quitte.de> + + + ladspa-SweepVFI + CAPS: SweepVFI - Resonant filter, f swept by a Lorenz fractal + Filter/Effect/Audio/LADSPA + CAPS: SweepVFI - Resonant filter, f swept by a Lorenz fractal + Tim Goetze <tim@quitte.de> + + + ladspa-SweepVFII + CAPS: SweepVFII - Resonant filter, f and Q swept by a Lorenz fractal + Filter/Effect/Audio/LADSPA + CAPS: SweepVFII - Resonant filter, f and Q swept by a Lorenz fractal + Tim Goetze <tim@quitte.de> + + + ladspa-VCOd + CAPS: VCOd - Double VCO with detune and hard sync options + Source/Audio/LADSPA + CAPS: VCOd - Double VCO with detune and hard sync options + Tim Goetze <tim@quitte.de> + + + ladspa-VCOs + CAPS: VCOs - Virtual 'analogue' oscillator + Source/Audio/LADSPA + CAPS: VCOs - Virtual 'analogue' oscillator + Tim Goetze <tim@quitte.de> + + + ladspa-White + CAPS: White - White noise generator + Source/Audio/LADSPA + CAPS: White - White noise generator + Tim Goetze <tim@quitte.de> + + + ladspa-adenv + Percussive AD Envelope + Filter/Effect/Audio/LADSPA + Percussive AD Envelope + Loki Davison <ltdav1[at]student.monash.edu.au> + + + ladspa-adenv-lvl + Percussive AD Envelope with levels + Filter/Effect/Audio/LADSPA + Percussive AD Envelope with levels + Loki Davison <ltdav1[at]student.monash.edu.au> + ladspa-adsr ADSR Envelope @@ -268,6 +583,20 @@ Comb Splitter Steve Harris <steve@plugin.org.uk> + + ladspa-comp-aa + Comparison (AA) + Filter/Effect/Audio/LADSPA + Comparison (AA) + Thorsten Wilms + + + ladspa-comp-ac + Comparison (AC) + Filter/Effect/Audio/LADSPA + Comparison (AC) + Thorsten Wilms + ladspa-compress-peak Simple Compressor (Peak Envelope Tracking) @@ -303,6 +632,13 @@ DAHDSR Envelope with Control Gate and Trigger (Control Inputs) Mike Rawes <mike_rawes[at]yahoo.co.uk> + + ladspa-dahdsr-fexp + DAHDSR Envelope full exp, adr + Filter/Effect/Audio/LADSPA + DAHDSR Envelope full exp, adr + Loki Davison <ltdav1[at]student.monash.edu.au> + ladspa-dahdsr-g+t-audio DAHDSR Envelope with Gate and Trigger (Audio-Rate Inputs) @@ -317,6 +653,13 @@ DAHDSR Envelope with Gate and Trigger (Control Inputs) Mike Rawes <mike_rawes[at]yahoo.co.uk> + + ladspa-dahdsr-hexp + DAHDSR Envelope linear attack exp dr + Filter/Effect/Audio/LADSPA + DAHDSR Envelope linear attack exp dr + Loki Davison <ltdav1[at]student.monash.edu.au> + ladspa-dcRemove DC Offset Remover @@ -520,6 +863,13 @@ Fractionally Addressed Delay Line Steve Harris <steve@plugin.org.uk> + + ladspa-fast-xfade + Fast Crossfade + Filter/Effect/Audio/LADSPA + Fast Crossfade + Thorsten Wilms + ladspa-fastLookaheadLimiter Fast Lookahead limiter @@ -632,6 +982,13 @@ Foldover distortion Steve Harris <steve@plugin.org.uk> + + ladspa-formant-vc + Formant Filter (CR vowel) + Filter/Effect/Audio/LADSPA + Formant Filter (CR vowel) + Dave Robillard + ladspa-fourByFourPole 4 x 4 pole allpass @@ -758,6 +1115,20 @@ Simple High Pass Filter Richard Furse (LADSPA example plugins) + + ladspa-hz-voct-ar + Hz to V/Oct Converter (AR) + Filter/Effect/Audio/LADSPA + Hz to V/Oct Converter (AR) + Dave Robillard + + + ladspa-hz-voct-cr + Hz to V/Oct Converter (CR) + Source/Audio/LADSPA + Hz to V/Oct Converter (CR) + Dave Robillard + ladspa-identity-audio Identity (Audio) @@ -933,6 +1304,20 @@ Multivoice Chorus Steve Harris <steve@plugin.org.uk> + + ladspa-mux-ar + Multiplexer (AR) + Filter/Effect/Audio/LADSPA + Multiplexer (AR) + Thorsten Wilms + + + ladspa-mux-cr + Multiplexer (CR) + Sink/Audio/LADSPA + Multiplexer (CR) + Thorsten Wilms + ladspa-noise-source-white Noise Source (White) @@ -1052,6 +1437,34 @@ Pointer cast distortion Steve Harris <steve@plugin.org.uk> + + ladspa-power + Power (AR) + Filter/Effect/Audio/LADSPA + Power (AR) + Thorsten Wilms + + + ladspa-power-cr + Power (CR) + Source/Audio/LADSPA + Power (CR) + Thorsten Wilms + + + ladspa-prob-switch-ar + Probability Switch (AR Controls) + Filter/Effect/Audio/LADSPA + Probability Switch (AR Controls) + Loki Davison + + + ladspa-prob-switch-cr + Probability Switch (CR Controls) + Filter/Effect/Audio/LADSPA + Probability Switch (CR Controls) + Loki Davison + ladspa-product-iaia-oa Signal Product (IAIA) @@ -1150,6 +1563,20 @@ Random Wave Generator (FCSC) Mike Rawes <mike_rawes[at]yahoo.co.uk> + + ladspa-range-trans-ar + Range Translator (AR Controls) + Filter/Effect/Audio/LADSPA + Range Translator (AR Controls) + Dave Robillard + + + ladspa-range-trans-cr + Range Translator (CR Controls) + Filter/Effect/Audio/LADSPA + Range Translator (CR Controls) + Dave Robillard + ladspa-rateShifter Rate shifter @@ -1297,6 +1724,20 @@ Analogue Style 64 Step Sequencer Mike Rawes <mike_rawes[at]yahoo.co.uk> + + ladspa-sh-ar + Sample and Hold (AR Threshold) + Filter/Effect/Audio/LADSPA + Sample and Hold (AR Threshold) + Thorsten Wilms + + + ladspa-sh-cr + Sample and Hold (CR Threshold) + Filter/Effect/Audio/LADSPA + Sample and Hold (CR Threshold) + Thorsten Wilms + ladspa-shaper Wave shaper @@ -1311,6 +1752,20 @@ Signal sifter Steve Harris <steve@plugin.org.uk> + + ladspa-signal-abs-ar + Signal Absolute value, negative or positive (AR Controls) + Filter/Effect/Audio/LADSPA + Signal Absolute value, negative or positive (AR Controls) + Loki Davison + + + ladspa-signal-abs-cr + Signal Absolute value, negative or positive (CR Controls) + Filter/Effect/Audio/LADSPA + Signal Absolute value, negative or positive (CR Controls) + Loki Davison + ladspa-sinCos Sine + cosine oscillator @@ -1367,6 +1822,34 @@ Dynamic Sledgehammer CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) + + ladspa-slew-limiter-ra + Slew limiter (RA) + Filter/Effect/Audio/LADSPA + Slew limiter (RA) + Lars Luthman <larsl@users.sourceforge.net> + + + ladspa-slew-limiter-rc + Slew limiter (RC) + Filter/Effect/Audio/LADSPA + Slew limiter (RC) + Lars Luthman <larsl@users.sourceforge.net> + + + ladspa-slide-ta + Slide (TA) + Filter/Effect/Audio/LADSPA + Slide (TA) + Lars Luthman <larsl@users.sourceforge.net> + + + ladspa-slide-tc + Slide (TC) + Filter/Effect/Audio/LADSPA + Slide (TC) + Lars Luthman <larsl@users.sourceforge.net> + ladspa-smoothDecimate Smooth Decimator @@ -1395,6 +1878,13 @@ Bandlimited Square Oscillator (FC) Mike Rawes <mike_rawes[at]yahoo.co.uk> + + ladspa-ssm-masher + Masher + Filter/Effect/Audio/LADSPA + Masher + Dave Griffiths + ladspa-stepMuxer Step Demuxer @@ -1710,6 +2200,69 @@ Valve rectifier Steve Harris <steve@plugin.org.uk> + + ladspa-vcf-bp1 + Bandpass Filter I + Filter/Effect/Audio/LADSPA + Bandpass Filter I + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-bp2 + Bandpass Filter II + Filter/Effect/Audio/LADSPA + Bandpass Filter II + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-hp + Highpass Filter + Filter/Effect/Audio/LADSPA + Highpass Filter + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-hshelf + High Shelf Filter + Filter/Effect/Audio/LADSPA + High Shelf Filter + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-lp + Lowpass Filter + Filter/Effect/Audio/LADSPA + Lowpass Filter + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-lshelf + Low Shelf Filter + Filter/Effect/Audio/LADSPA + Low Shelf Filter + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-notch + Notch Filter + Filter/Effect/Audio/LADSPA + Notch Filter + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-peakeq + Peaking EQ Filter + Filter/Effect/Audio/LADSPA + Peaking EQ Filter + LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson + + + ladspa-vcf-reslp + Resonant Lowpass Filter + Filter/Effect/Audio/LADSPA + Resonant Lowpass Filter + LADSPA code by Matthias Nagorni, Filter formula by Paul Kellett + ladspa-vcf303 VCF 303 @@ -1731,6 +2284,13 @@ Wave Terrain Oscillator Steve Harris <steve@plugin.org.uk> + + ladspa-wg-mesh-cr + Simple waveguide mesh (CR Controls) + Filter/Effect/Audio/LADSPA + Simple waveguide mesh (CR Controls) + Loki Davison + ladspa-wshape-sine Wave Shaper (Sine-Based) diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index acd62fa2d6..8f5beed908 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,10 +3,10 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 5674e24174..1219ddd673 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,10 +3,10 @@ Matroska stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index 57d353b317..c27cca900f 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,10 +3,10 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 90ed0e530f..7486b91c61 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,10 +3,10 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index abd2417f73..cc77cda93f 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,10 +3,10 @@ Template for a video filter ../../gst/debug/.libs/libgstnavigationtest.so libgstnavigationtest.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 24e393f90a..b3ebe6fb8a 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,10 +3,10 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index d8bbcdb7be..87cdbb1512 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,10 +3,10 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 253b5a756a..a90a62809e 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,10 +3,10 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin @@ -18,14 +18,14 @@ rtpamrdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts AMR audio from RTP packets (RFC 3267) Wim Taymans <wim@fluendo.com> rtpamrpay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload-encode AMR audio into RTP packets (RFC 3267) Wim Taymans <wim@fluendo.com> @@ -39,7 +39,7 @@ rtpgsmdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts GSM audio from RTP packets Zeeshan Ali <zeenix@gmail.com> @@ -53,140 +53,168 @@ rtph263pay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload-encodes H263 video in RTP packets (RFC 2190) Neil Stratford <neils@vipadia.com> rtph263pdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts H263+ video from RTP packets (RFC 2429) Wim Taymans <wim@fluendo.com> rtph263ppay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload-encodes H263+ video in RTP packets (RFC 2429) Wim Taymans <wim@fluendo.com> rtph264depay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts H264 video from RTP packets (RFC 3984) Wim Taymans <wim@fluendo.com> + + rtpilbcdepay + RTP iLBC packet depayloader + Codec/Depayloader/Network + Extracts iLBC audio from RTP packets + Philippe Kalaf <philippe.kalaf@collabora.co.uk> + + + rtpilbcpay + RTP Payloader for iLBC Audio + Codec/Payloader/Network + Packetize iLBC audio streams into RTP packets + Philippe Kalaf <philippe.kalaf@collabora.co.uk> + rtpmp2tdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts MPEG2 TS from RTP packets (RFC 2250) Wim Taymans <wim@fluendo.com> rtpmp4gdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts MPEG4 elementary streams from RTP packets (RFC 3640) Wim Taymans <wim@fluendo.com> rtpmp4gpay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload MPEG4 elementary streams as RTP packets (RFC 3640) Wim Taymans <wim@fluendo.com> rtpmp4vdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts MPEG4 video from RTP packets (RFC 3016) Wim Taymans <wim@fluendo.com> rtpmp4vpay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload MPEG4 video as RTP packets (RFC 3016) Wim Taymans <wim@fluendo.com> rtpmpadepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts MPEG audio from RTP packets (RFC 2038) Wim Taymans <wim@fluendo.com> rtpmpapay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload MPEG audio as RTP packets (RFC 2038) Wim Taymans <wim@fluendo.com> rtppcmadepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts PCMA audio from RTP packets Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com> rtppcmapay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload-encodes PCMA audio into a RTP packet Edgard Lima <edgard.lima@indt.org.br> rtppcmudepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts PCMU audio from RTP packets Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com> rtppcmupay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload-encodes PCMU audio into a RTP packet Edgard Lima <edgard.lima@indt.org.br> rtpspeexdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts Speex audio from RTP packets Edgard Lima <edgard.lima@indt.org.br> rtpspeexpay - RTP packet parser + RTP packet payloader Codec/Payloader/Network Payload-encodes Speex audio into a RTP packet Edgard Lima <edgard.lima@indt.org.br> rtpsv3vdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts SVQ3 video from RTP packets (no RFC) Wim Taymans <wim@fluendo.com> + + rtptheoradepay + RTP packet depayloader + Codec/Depayloader/Network + Extracts Theora video from RTP packets (draft-01 of RFC XXXX) + Wim Taymans <wim@fluendo.com> + + + rtptheorapay + RTP packet depayloader + Codec/Payloader/Network + Payload-encode Theora video into RTP packets (draft-01 RFC XXXX) + Wim Taymans <wim@fluendo.com> + rtpvorbisdepay - RTP packet parser + RTP packet depayloader Codec/Depayloader/Network Extracts Vorbis Audio from RTP packets (draft-01 of RFC XXXX) Wim Taymans <wim@fluendo.com> rtpvorbispay - RTP packet parser + RTP packet depayloader Codec/Payloader/Network Payload-encode Vorbis audio into RTP packets (draft-01 RFC XXXX) Wim Taymans <wim@fluendo.com> diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 52df407ccd..0fae87811d 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,10 +3,10 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index af904486e0..9a77f73c4d 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index f65adefd70..d88d8ef998 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,10 +3,10 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index fea23c9258..ddfd83a73e 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,10 +3,10 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 28bb6cdf95..1f639eb651 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,10 +3,10 @@ Tag writing plug-in based on taglib ../../ext/taglib/.libs/libgsttaglib.so libgsttaglib.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 7794df2283..a1cc25a38b 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,10 +3,10 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videobalance.xml b/docs/plugins/inspect/plugin-videobalance.xml index ec43f8d51e..6f94b81ddb 100644 --- a/docs/plugins/inspect/plugin-videobalance.xml +++ b/docs/plugins/inspect/plugin-videobalance.xml @@ -3,10 +3,10 @@ Changes hue, saturation, brightness etc. on video images ../../gst/videofilter/.libs/libgstvideobalance.so libgstvideobalance.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index 68b5897dd1..998153bc1c 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,10 +3,10 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml index 2383cf91ce..36375aac9b 100644 --- a/docs/plugins/inspect/plugin-videoflip.xml +++ b/docs/plugins/inspect/plugin-videoflip.xml @@ -3,10 +3,10 @@ Flips and rotates video ../../gst/videofilter/.libs/libgstvideoflip.so libgstvideoflip.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index 5ebdf4e602..fc0eb60398 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,10 +3,10 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 2f9d172b95..b2a3ec9bc3 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,10 +3,10 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index 8d4ea0b043..782cc9f40b 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,10 +3,10 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 9476cb8b7c..b7e1390b9d 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,10 +3,10 @@ X11 video input plugin using standard Xlib calls ../../sys/ximage/.libs/libgstximagesrc.so libgstximagesrc.so - 0.10.4.1 + 0.10.5 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/win32/common/config.h b/win32/common/config.h index 46ebbabfb7..506adb50f3 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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). */