summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/gstladspa.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-20Clip defaults of control parameters to range.David Schleef1-0/+4
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
2002-09-16fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo1-1/+3
2002-09-16Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the mul...Andy Wingo1-8/+5
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-1/+1
2002-09-09removing warnings as approved by wimThomas Vander Stichele1-3/+1
2002-08-11use gstcontrol as a lib, not a pluginSteve Baker1-4/+2
2002-07-26fix to adder: don't pull on unusable padsAndy Wingo1-22/+21
2002-07-24fix a segfault, and support ladspa 1.1 (default parameter values)Andy Wingo1-9/+45
2002-06-04include the system ladspa.h fileThomas Vander Stichele1-1/+1
2002-05-30fix a problem in ladspa -- i think...Andy Wingo1-3/+3
2002-05-29use new dparams api. run demo_dparams to hear how smooth it is nowSteve Baker1-10/+12
2002-05-15use new bytestream apiSteve Baker1-2/+3
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo1-9/+7
2002-04-20s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop funcSteve Baker1-1/+3
2002-04-20A fairly large reworking of the ladspa _get, _chain and _loop funcs. highligh...Steve Baker1-241/+399
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo1-5/+5
2002-03-30Changed to the new props APIWim Taymans1-8/+14
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-14/+14
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo1-1/+1
2002-01-22Updated ladspa to work with the new caps nego stuff. Also updated it to work ...Leif Johnson1-223/+323
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-8/+10
2002-01-10fix glib2's complaining on the params of some plugins there's still some work...Andy Wingo1-5/+12
2001-12-23Fixed some leftover fixesWim Taymans1-16/+13
2001-12-23added ladspa, doesn't have checks yet thoughThomas Vander Stichele1-0/+877