summaryrefslogtreecommitdiffstats
path: root/libaf/af_ladspa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant changelog from comments. There's always svn log.ivo2007-11-291-33/+0
* libaf: change filter input/output ratio calculationsuau2007-11-011-2/+1
* Remove unnecessary unistd.h include.diego2007-03-201-1/+0
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-201-3/+3
* Cosmetics: add space after comma in outputreimar2007-02-081-1/+1
* Experimental support for multichannel ladspa effectsreimar2007-02-051-20/+11
* The FSF changed postal address.diego2006-09-011-1/+1
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-131-1/+1
* MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.hptt2005-11-051-1/+1
* Removed in-filter int to float conversion. af_ladspa now demands floats asivo2005-08-101-13/+9
* 10l for me. two usages of mp_msg instead of af_msg slipped throughivo2005-06-201-2/+3
* 10l fix. misplaced ;ivo2005-02-271-1/+1
* 100l, mp_msg instead af_msgalex2005-01-061-55/+43
* Make af_ladspa use new AF_FORMAT define that was introduced by Alex'sivo2004-12-281-1/+1
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-231-0/+994