summaryrefslogtreecommitdiff
path: root/ext/ladspa
AgeCommit message (Expand)AuthorFilesLines
2014-08-10ladspa: fix up broken patch mergeTim-Philipp Müller1-3/+0
2014-08-10ladspa: Unref pad template caps after usageSebastian Rasmussen1-0/+3
2014-08-10ladspa: Unref pad template caps after usageSebastian Rasmussen1-0/+3
2014-04-09ladspa: remove duplicate assignmentVincent Penquerc'h1-2/+1
2013-07-26ladspa: initialize debug category earlierDavid Schleef1-2/+2
2013-05-28ladspa: fix typos in launch examplesStefan Sauer1-10/+7
2013-05-28ladspa: use the registry cache for plugin detailsStefan Sauer10-180/+212
2013-05-14ladspa: Fix compilation issue when lrdf is enabledNicolas Dufresne1-8/+10
2013-05-03ladspa: sync controlled parames in filters and sinksStefan Sauer2-20/+15
2013-05-03ladspa: Add $(GMODULE_NO_EXPORT_LIBS) for gmoduleSebastian Dröge1-1/+2
2013-05-03ladspa: improved port to gstreamer 1.0Juan Manuel Borges Caño11-739/+2863
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2011-11-04controller: port to new controller location and apiStefan Sauer2-6/+2
2010-04-26ladspa,lv2: don't fail in plugin_init when having 0 elementsStefan Kost1-1/+6
2010-03-22ladspa: Fix compiler warningsSebastian Dröge1-2/+2
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