summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Multi-channel support with channel positions.Dave Robillard1-2/+3
2009-08-10Fix typo in LADSPA element documentation.Dave Robillard1-1/+1
2009-07-22Merge branch 'fdo' into lv2Dave Robillard1-1/+10
2009-07-22docs: add docs for ladspa and update plugin docsStefan Kost1-1/+10
2009-07-03Working multi-channel pads for LV2 plugins.Dave Robillard1-2/+2
2009-06-22signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost2-3/+9
2009-06-22Working LV2 plugin discovery.Dave Robillard4-1152/+4
2009-06-22Fix inconsistent style (trivial test commit).Dave Robillard1-1/+1
2009-03-25ladspa: comment signalprocessor class more and do minor code cleanupsStefan Kost2-51/+48
2009-03-06ladspa: fix compilation when LRDF is missingWim Taymans1-1/+4
2009-03-05ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost1-1/+1
2009-03-05ladspa: add initial liblrdf support.Stefan Kost2-11/+162
2009-03-04ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost1-9/+93
2009-03-04ladspa: rewrite the directory scanning, fixes first part of #573370Stefan Kost4-404/+2
2009-03-01ladspa: Don't compile unused code from load.cSebastian Dröge1-1/+1
2009-01-08ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh...Brian Cameron1-2/+8
2009-01-08ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge1-0/+5
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-30ext/ladspa/gstladspa.c: Whitespace.Stefan Kost2-3/+3
2008-07-21Link the ladspa plugin with -ldl. It's needed for dlopen() and friends for lo...Sebastian Dröge1-1/+1
2008-03-20ext/ladspa/: Add some thoughts and FIXME's.Stefan Kost2-1/+12
2008-02-04ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from...Sebastian Dröge1-34/+23
2008-02-04ext/ladspa/gstsignalprocessor.c: Don't unref the pad template after adding it...Sebastian Dröge1-1/+0
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-2/+2
2007-08-16ext/ladspa/gstladspa.c: Don't leak like hell.Stefan Kost1-5/+13
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-1/+1
2007-01-31Fix classification in GstElementDetails.Stefan Kost1-45/+38
2007-01-28ext/ladspa/: add GstController support to ladspaStefan Kost2-3/+6
2007-01-12ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)Andy Wingo1-39/+55
2007-01-06ext/ladspa/gstsignalprocessor.cAndy Wingo1-31/+31
2007-01-06ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_add_pad_from_template)Andy Wingo1-16/+51
2006-12-18ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush s...Wim Taymans1-7/+18
2006-08-16ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo1-12/+57
2006-08-16ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans1-1/+4
2006-08-16ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans1-4/+6
2006-08-04ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro...Andy Wingo3-37/+161
2006-08-04BPBAndy Wingo1-1/+1
2006-08-04ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps) (gst_signal_pr...Andy Wingo1-74/+127
2006-07-31ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-c...Andy Wingo1-2/+11
2006-07-31ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default ...Andy Wingo2-36/+71
2006-07-31ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lot...Stefan Kost1-12/+7
2006-07-29ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more err...Stefan Kost1-9/+52
2006-06-11autogen.sh: require am17Thomas Vander Stichele1-1/+1
2006-04-08Fix broken GObject macrosStefan Kost1-5/+5
2006-02-20ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t...Jan Schmidt1-1/+3
2005-12-06expand tabsThomas Vander Stichele3-13/+13
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+3
2005-11-21Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller1-22/+0
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-07ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ...Andy Wingo1-1/+1