summaryrefslogtreecommitdiff
path: root/ext/ladspa
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-3/+13
2018-07-22ladspa: Only scan LADSPA subdir APPDATA and COMMONPROGRAMFILESJan Schmidt1-5/+11
2018-07-22ladspa: Don't try and load every file as a pluginJan Schmidt1-0/+12
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-03-27meson: Add missing optional lrdf dep to ladspa buildNirbheek Chauhan1-1/+1
2018-03-27ladspa: Fix critical during plugin load on WindowsNirbheek Chauhan1-2/+6
2018-03-22meson: fix ladspa dependenciesPatrik Nilsson1-5/+11
2017-12-18ladspa: Add Windows/OSX path supportNicolas Dufresne1-13/+56
2017-12-18meson: Enable ladspa plugins compilationNicolas Dufresne1-0/+20
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-35/+24
2016-06-15ladspa: simplify registry cache structure creationStefan Sauer1-2/+1
2016-05-15ladspa: use _OBJECT log variants for plugin_initStefan Sauer1-14/+13
2016-05-10ladspa: code cleanupStefan Sauer2-14/+11
2016-05-10ladspa: simplify the codeStefan Sauer1-9/+5
2016-02-17ladspa: Fix some debugsThibault Saunier1-4/+3
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-8/+8
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