log libaf/af_ladspa.c @ 37171:29802bb119f6

age author description
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Fri, 25 Jun 2010 16:53:27 +0000 reimar ladspa: ensure that activate is called on each filter instance, even
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 28 Mar 2009 19:57:56 +0000 bircoph Remove af_msg special-casing API in libaf.
Sun, 15 Mar 2009 12:45:16 +0000 diego cosmetics: Remove file names from file header, it only causes trouble.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Wed, 14 May 2008 17:24:10 +0000 diego Use standard license headers with standard formatting.
Thu, 29 Nov 2007 14:30:03 +0000 ivo Remove redundant changelog from comments. There's always svn log.
Thu, 01 Nov 2007 06:52:01 +0000 uau libaf: change filter input/output ratio calculations
Tue, 20 Mar 2007 09:53:31 +0000 diego Remove unnecessary unistd.h include.
Tue, 20 Mar 2007 09:46:00 +0000 diego Rename open to af_open so as not to conflict with a previous header definition.
Thu, 08 Feb 2007 11:27:18 +0000 reimar Cosmetics: add space after comma in output
Mon, 05 Feb 2007 17:09:25 +0000 reimar Experimental support for multichannel ladspa effects
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Sun, 13 Nov 2005 18:28:44 +0000 diego Unify include paths by adding -I.. to CFLAGS.
Sat, 05 Nov 2005 00:45:56 +0000 ptt MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h
Wed, 10 Aug 2005 23:27:39 +0000 ivo Removed in-filter int to float conversion. af_ladspa now demands floats as
Mon, 20 Jun 2005 23:50:42 +0000 ivo 10l for me. two usages of mp_msg instead of af_msg slipped through
Sun, 27 Feb 2005 22:36:04 +0000 ivo 10l fix. misplaced ;
Thu, 06 Jan 2005 11:40:34 +0000 alex 100l, mp_msg instead af_msg
Tue, 28 Dec 2004 01:47:40 +0000 ivo Make af_ladspa use new AF_FORMAT define that was introduced by Alex's
Thu, 23 Dec 2004 02:09:52 +0000 ivo Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.