aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_ladspa.c
Commit message (Expand)AuthorAge
* cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* af_ladspa: Fix multiple instances of a filter typeGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* cosmetics: Remove file names from file header, it only causes trouble.Gravatar diego2009-03-15
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Remove redundant changelog from comments. There's always svn log.Gravatar ivo2007-11-29
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Remove unnecessary unistd.h include.Gravatar diego2007-03-20
* Rename open to af_open so as not to conflict with a previous header definition.Gravatar diego2007-03-20
* Cosmetics: add space after comma in outputGravatar reimar2007-02-08
* Experimental support for multichannel ladspa effectsGravatar reimar2007-02-05
* The FSF changed postal address.Gravatar diego2006-09-01
* Unify include paths by adding -I.. to CFLAGS.Gravatar diego2005-11-13
* MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.hGravatar ptt2005-11-05
* Removed in-filter int to float conversion. af_ladspa now demands floats asGravatar ivo2005-08-10
* 10l for me. two usages of mp_msg instead of af_msg slipped throughGravatar ivo2005-06-20
* 10l fix. misplaced ;Gravatar ivo2005-02-27
* 100l, mp_msg instead af_msgGravatar alex2005-01-06
* Make af_ladspa use new AF_FORMAT define that was introduced by Alex'sGravatar ivo2004-12-28
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.Gravatar ivo2004-12-23