log libaf/af_resample.c @ 37182:1c64016edce3

age author description
Sat, 26 Oct 2013 09:36:23 +0000 reimar Remove some macros and switch to libavutil equivalents.
Sun, 06 Jan 2013 13:26:16 +0000 upsuper Fix a resource leak.
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.
Fri, 06 Mar 2009 11:47:51 +0000 reimar Remove several useless casts from af_resample
Fri, 06 Mar 2009 11:46:06 +0000 reimar Free af->setup and contents in af_resample uninit function.
Fri, 06 Mar 2009 11:42:45 +0000 reimar Use calloc to allocate the af_resample ring buffers, reportedly using
Fri, 06 Mar 2009 11:39:13 +0000 reimar Use a single malloc to allocate space for the circular buffers.
Fri, 06 Mar 2009 11:31:18 +0000 reimar Comment typo fixes for af_resample
Sun, 25 Jan 2009 19:20:30 +0000 diego Add missing header for av_gcd, fixes the warning:
Sat, 17 Jan 2009 11:29:36 +0000 cehoyos Fix compilation: s/ff_gcd/av_gcd.
Fri, 16 Jan 2009 09:32:54 +0000 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
Mon, 05 Jan 2009 12:41:40 +0000 diego Replace informal license notices by standard license header
Fri, 02 Jan 2009 16:13:22 +0000 diego Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
Thu, 01 Nov 2007 06:52:50 +0000 uau A/V sync: take audio filter buffers into account
Thu, 01 Nov 2007 06:52:06 +0000 uau libaf: Remove rational number implementation
Thu, 01 Nov 2007 06:52:01 +0000 uau libaf: change filter input/output ratio calculations
Tue, 25 Sep 2007 16:34:23 +0000 diego cosmetics: misc typo fixes
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 18:12:03 +0000 uau Fix memory leaks.
Sun, 19 Nov 2006 18:10:04 +0000 uau Reinitialize some variables on af_resample reinit, fixes crash
Sat, 18 Nov 2006 17:07:17 +0000 uau Fix double free in af_resample when reinited with suitable parameters
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Sat, 08 Jan 2005 21:34:06 +0000 reimar always cancel down fractions (frac_t) to avoid overflows and playback
Wed, 29 Dec 2004 19:50:44 +0000 alex less namespace pollution #2 (prefixed globals in filter.c with af_filter_)
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy