summaryrefslogtreecommitdiff
path: root/ext/ladspa
Commit message (Expand)AuthorAgeFilesLines
* gstladspautils.c: avoid implicit float to int conversionJordan Petridis2020-08-041-2/+4
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-232-0/+4
* ladspa: only multiply bounded rate properties by sample rateTim-Philipp Müller2020-02-061-2/+4
* ladspa: fix unbounded integer propertiesTim-Philipp Müller2020-02-061-1/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-32/+0
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-1/+2
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* misc: Fix warnings on Cerbero MinGWNirbheek Chauhan2019-02-061-1/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-3/+13
* ladspa: Only scan LADSPA subdir APPDATA and COMMONPROGRAMFILESJan Schmidt2018-07-221-5/+11
* ladspa: Don't try and load every file as a pluginJan Schmidt2018-07-221-0/+12
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* meson: Add missing optional lrdf dep to ladspa buildNirbheek Chauhan2018-03-271-1/+1
* ladspa: Fix critical during plugin load on WindowsNirbheek Chauhan2018-03-271-2/+6
* meson: fix ladspa dependenciesPatrik Nilsson2018-03-221-5/+11
* ladspa: Add Windows/OSX path supportNicolas Dufresne2017-12-181-13/+56
* meson: Enable ladspa plugins compilationNicolas Dufresne2017-12-181-0/+20
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-35/+24
* ladspa: simplify registry cache structure creationStefan Sauer2016-06-151-2/+1
* ladspa: use _OBJECT log variants for plugin_initStefan Sauer2016-05-151-14/+13
* ladspa: code cleanupStefan Sauer2016-05-102-14/+11
* ladspa: simplify the codeStefan Sauer2016-05-101-9/+5
* ladspa: Fix some debugsThibault Saunier2016-02-171-4/+3
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-8/+8
* ladspa: fix up broken patch mergeTim-Philipp Müller2014-08-101-3/+0
* ladspa: Unref pad template caps after usageSebastian Rasmussen2014-08-101-0/+3
* ladspa: Unref pad template caps after usageSebastian Rasmussen2014-08-101-0/+3
* ladspa: remove duplicate assignmentVincent Penquerc'h2014-04-091-2/+1
* ladspa: initialize debug category earlierDavid Schleef2013-07-261-2/+2
* ladspa: fix typos in launch examplesStefan Sauer2013-05-281-10/+7
* ladspa: use the registry cache for plugin detailsStefan Sauer2013-05-2810-180/+212
* ladspa: Fix compilation issue when lrdf is enabledNicolas Dufresne2013-05-141-8/+10
* ladspa: sync controlled parames in filters and sinksStefan Sauer2013-05-032-20/+15
* ladspa: Add $(GMODULE_NO_EXPORT_LIBS) for gmoduleSebastian Dröge2013-05-031-1/+2
* ladspa: improved port to gstreamer 1.0Juan Manuel Borges Caño2013-05-0311-739/+2863
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* controller: port to new controller location and apiStefan Sauer2011-11-042-6/+2
* ladspa,lv2: don't fail in plugin_init when having 0 elementsStefan Kost2010-04-261-1/+6
* ladspa: Fix compiler warningsSebastian Dröge2010-03-221-2/+2
* Add -WundefBenjamin Otte2010-03-221-8/+8
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-22/+19
* signalprocessor,lv2,ladspa: move sample-rate to baseclassStefan Kost2010-02-011-13/+3
* ladspa: simplify property registrationStefan Kost2010-01-311-14/+9
* ladspa: lookup GQuark just once and not for each plugin+1Stefan Kost2010-01-311-4/+5