summaryrefslogtreecommitdiffstats
path: root/libaf/af_ladspa.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-915/+0
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-5/+5
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-5/+5
* cleanup: avoid various GCC warningsClément Bœsch2011-04-201-12/+13
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-35/+18
* af_ladspa: Fix multiple instances of a filter typereimar2010-11-021-3/+2
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-15/+15
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-14/+14
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-45/+45
* cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-1/+1
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-6/+5
* Use standard license headers with standard formatting.diego2008-05-141-11/+10
* 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