summaryrefslogtreecommitdiff
path: root/ext/ladspa
AgeCommit message (Expand)Author
2014-08-10ladspa: fix up broken patch mergeTim-Philipp Müller
2014-08-10ladspa: Unref pad template caps after usageSebastian Rasmussen
2014-08-10ladspa: Unref pad template caps after usageSebastian Rasmussen
2014-04-09ladspa: remove duplicate assignmentVincent Penquerc'h
2013-07-26ladspa: initialize debug category earlierDavid Schleef
2013-05-28ladspa: fix typos in launch examplesStefan Sauer
2013-05-28ladspa: use the registry cache for plugin detailsStefan Sauer
2013-05-14ladspa: Fix compilation issue when lrdf is enabledNicolas Dufresne
2013-05-03ladspa: sync controlled parames in filters and sinksStefan Sauer
2013-05-03ladspa: Add $(GMODULE_NO_EXPORT_LIBS) for gmoduleSebastian Dröge
2013-05-03ladspa: improved port to gstreamer 1.0Juan Manuel Borges Caño
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2012-11-04Fix FSF addressTim-Philipp Müller
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge
2012-04-04gst: Update versioningSebastian Dröge
2011-11-04controller: port to new controller location and apiStefan Sauer
2010-04-26ladspa,lv2: don't fail in plugin_init when having 0 elementsStefan Kost
2010-03-22ladspa: Fix compiler warningsSebastian Dröge
2010-03-22Add -WundefBenjamin Otte
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte
2010-02-01signalprocessor,lv2,ladspa: move sample-rate to baseclassStefan Kost
2010-01-31ladspa: simplify property registrationStefan Kost
2010-01-31ladspa: lookup GQuark just once and not for each plugin+1Stefan Kost
2010-01-31ladspa/lv2: link and init to gst-controllerStefan Kost
2009-11-19ladspa: only use g_return_val_if_fail for checking pre-conditionsStefan Kost
2009-11-19ladspa: remove left-over commentStefan Kost
2009-11-19signalprocessor: change _setup to pass whole caps and not just sampling_rateStefan Kost
2009-11-18signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LA...Yaakov Selkowitz
2009-11-16signalprocessor: don't set channel positions in template-caps, Fixes #601775Stefan Kost
2009-10-24ladspa: don't reference freed pointer when building portnamesStefan Kost
2009-09-17Multi-channel support with channel positions.Dave Robillard
2009-09-17Fix typo in LADSPA element documentation.Dave Robillard
2009-09-17Working multi-channel pads for LV2 plugins.Dave Robillard
2009-09-10signalprocessor: Fix various build/dist issuesSebastian Dröge
2009-07-22docs: add docs for ladspa and update plugin docsStefan Kost
2009-06-22signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost
2009-06-22Working LV2 plugin discovery.Dave Robillard
2009-06-22Fix inconsistent style (trivial test commit).Dave Robillard
2009-03-25ladspa: comment signalprocessor class more and do minor code cleanupsStefan Kost
2009-03-06ladspa: fix compilation when LRDF is missingWim Taymans
2009-03-05ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost
2009-03-05ladspa: add initial liblrdf support.Stefan Kost
2009-03-04ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost
2009-03-04ladspa: rewrite the directory scanning, fixes first part of #573370Stefan Kost
2009-03-01ladspa: Don't compile unused code from load.cSebastian Dröge
2009-01-08ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh...Brian Cameron
2009-01-08ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost
2008-10-30ext/ladspa/gstladspa.c: Whitespace.Stefan Kost