log libaf/af_pan.c @ 37195:ac6c37d85d65 default tip

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
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
Sun, 17 Jun 2007 12:18:13 +0000 zuxy Add AF_CONTROL_PAN_BALANCE control
Wed, 13 Jun 2007 09:29:51 +0000 zuxy Remove incorrect comment: pan defaults to block all, instead of pass-thru.
Wed, 13 Jun 2007 09:28:49 +0000 zuxy Avoid zero output for pan filter; zero output now means same # of channels
Wed, 13 Jun 2007 09:20:36 +0000 zuxy Make pan reentrant. Multiple pans in chain work fine.
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.
Sat, 10 Feb 2007 17:27:11 +0000 uau Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").
Thu, 15 Sep 2005 11:41:23 +0000 reimar Fix af_pan commandline mess and (hopefully) improve description.