summaryrefslogtreecommitdiff
path: root/ext/ladspa
Commit message (Expand)AuthorAgeFilesLines
* 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
* ladspa/lv2: link and init to gst-controllerStefan Kost2010-01-312-1/+4
* ladspa: only use g_return_val_if_fail for checking pre-conditionsStefan Kost2009-11-191-3/+7
* ladspa: remove left-over commentStefan Kost2009-11-191-2/+0
* signalprocessor: change _setup to pass whole caps and not just sampling_rateStefan Kost2009-11-191-4/+15
* signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LA...Yaakov Selkowitz2009-11-181-1/+1
* signalprocessor: don't set channel positions in template-caps, Fixes #601775Stefan Kost2009-11-161-3/+2
* ladspa: don't reference freed pointer when building portnamesStefan Kost2009-10-241-1/+4
* Multi-channel support with channel positions.Dave Robillard2009-09-171-2/+3
* Fix typo in LADSPA element documentation.Dave Robillard2009-09-171-1/+1
* Working multi-channel pads for LV2 plugins.Dave Robillard2009-09-171-2/+2
* signalprocessor: Fix various build/dist issuesSebastian Dröge2009-09-101-1/+1
* docs: add docs for ladspa and update plugin docsStefan Kost2009-07-221-1/+10
* signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost2009-06-222-3/+9
* Working LV2 plugin discovery.Dave Robillard2009-06-224-1152/+4
* Fix inconsistent style (trivial test commit).Dave Robillard2009-06-221-1/+1
* ladspa: comment signalprocessor class more and do minor code cleanupsStefan Kost2009-03-252-51/+48
* ladspa: fix compilation when LRDF is missingWim Taymans2009-03-061-1/+4
* ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost2009-03-051-1/+1
* ladspa: add initial liblrdf support.Stefan Kost2009-03-052-11/+162
* ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost2009-03-041-9/+93
* ladspa: rewrite the directory scanning, fixes first part of #573370Stefan Kost2009-03-044-404/+2
* ladspa: Don't compile unused code from load.cSebastian Dröge2009-03-011-1/+1
* ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh...Brian Cameron2009-01-081-2/+8
* ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge2009-01-081-0/+5
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/ladspa/gstladspa.c: Whitespace.Stefan Kost2008-10-302-3/+3