log libaf/af_ladspa.c @ 33065:83c226105086

age author description
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-06-25 reimar ladspa: ensure that activate is called on each filter instance, even
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-28 bircoph Remove af_msg special-casing API in libaf.
2009-03-15 diego cosmetics: Remove file names from file header, it only causes trouble.
2008-10-13 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
2008-05-14 diego Use standard license headers with standard formatting.
2007-11-29 ivo Remove redundant changelog from comments. There's always svn log.
2007-11-01 uau libaf: change filter input/output ratio calculations
2007-03-20 diego Remove unnecessary unistd.h include.
2007-03-20 diego Rename open to af_open so as not to conflict with a previous header definition.
2007-02-08 reimar Cosmetics: add space after comma in output
2007-02-05 reimar Experimental support for multichannel ladspa effects
2006-09-01 diego The FSF changed postal address.
2005-11-13 diego Unify include paths by adding -I.. to CFLAGS.
2005-11-05 ptt MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h
2005-08-10 ivo Removed in-filter int to float conversion. af_ladspa now demands floats as
2005-06-20 ivo 10l for me. two usages of mp_msg instead of af_msg slipped through
2005-02-27 ivo 10l fix. misplaced ;
2005-01-06 alex 100l, mp_msg instead af_msg
2004-12-28 ivo Make af_ladspa use new AF_FORMAT define that was introduced by Alex's
2004-12-23 ivo Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.