log libaf/af_delay.c @ 37174:6c941fe7fc3e

age author description
Sat, 26 Oct 2013 09:36:23 +0000 reimar Remove some macros and switch to libavutil equivalents.
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
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
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.
Mon, 05 Jan 2009 12:41:40 +0000 diego Replace informal license notices by standard license header
Thu, 01 Nov 2007 06:52:01 +0000 uau libaf: change filter input/output ratio calculations
Tue, 20 Mar 2007 09:46:00 +0000 diego Rename open to af_open so as not to conflict with a previous header definition.
Wed, 01 Jan 2003 15:55:49 +0000 attila fix compilation on solaris
Tue, 31 Dec 2002 05:44:50 +0000 anders Extending delay to have different delays for different channels
Sat, 28 Dec 2002 13:59:53 +0000 anders Changes includes:
Wed, 04 Dec 2002 21:48:15 +0000 arpi the -af delay=[seconds] option currently parses floating point values of
Tue, 12 Nov 2002 12:33:56 +0000 anders New features:
Thu, 31 Oct 2002 11:06:19 +0000 anders Adding commandline options for filters and fixing stupid bug in cfg
Wed, 16 Oct 2002 01:49:40 +0000 anders Adding volume control and moving control() call parameters to a seperate file
Fri, 11 Oct 2002 23:55:04 +0000 pl src and dest buffers may overlap
Tue, 08 Oct 2002 10:20:36 +0000 anders Adding function for calculating the delay caused by the filters
Sun, 06 Oct 2002 11:26:14 +0000 anders Adding Support for non-reentrant audio filters
Tue, 01 Oct 2002 06:45:08 +0000 anders Adding new audio output filter layer libaf