summaryrefslogtreecommitdiff
path: root/ext/ladspa
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Add -WundefBenjamin Otte1-8/+8
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-22/+19
2010-02-01signalprocessor,lv2,ladspa: move sample-rate to baseclassStefan Kost1-13/+3
2010-01-31ladspa: simplify property registrationStefan Kost1-14/+9
2010-01-31ladspa: lookup GQuark just once and not for each plugin+1Stefan Kost1-4/+5
2010-01-31ladspa/lv2: link and init to gst-controllerStefan Kost2-1/+4
2009-11-19ladspa: only use g_return_val_if_fail for checking pre-conditionsStefan Kost1-3/+7
2009-11-19ladspa: remove left-over commentStefan Kost1-2/+0
2009-11-19signalprocessor: change _setup to pass whole caps and not just sampling_rateStefan Kost1-4/+15
2009-11-18signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LA...Yaakov Selkowitz1-1/+1
2009-11-16signalprocessor: don't set channel positions in template-caps, Fixes #601775Stefan Kost1-3/+2
2009-10-24ladspa: don't reference freed pointer when building portnamesStefan Kost1-1/+4
2009-09-17Multi-channel support with channel positions.Dave Robillard1-2/+3
2009-09-17Fix typo in LADSPA element documentation.Dave Robillard1-1/+1
2009-09-17Working multi-channel pads for LV2 plugins.Dave Robillard1-2/+2
2009-09-10signalprocessor: Fix various build/dist issuesSebastian Dröge1-1/+1
2009-07-22docs: add docs for ladspa and update plugin docsStefan Kost1-1/+10
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