log libaf/af_resample.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.
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
Sun, 10 Oct 2004 14:20:42 +0000 diego The full name of the GPL is GNU General Public License.
Sun, 12 Jan 2003 08:05:51 +0000 anders 10l sig 11 bug reported by Fabian Franz
Fri, 10 Jan 2003 01:45:34 +0000 anders 10l bug for float conversion control + feature fix in volume control
Fri, 10 Jan 2003 01:01:38 +0000 anders New auto config for volume and resample and added support for float flag in configuration
Thu, 02 Jan 2003 03:00:44 +0000 anders sig 11 fix in reinit and resample + spelling error fixes
Sat, 28 Dec 2002 13:59:53 +0000 anders Changes includes:
Sat, 14 Dec 2002 17:56:35 +0000 arpi compiler warning fixes
Tue, 12 Nov 2002 12:33:56 +0000 anders New features:
Sun, 03 Nov 2002 06:06:05 +0000 anders 10l
Thu, 31 Oct 2002 11:06:19 +0000 anders Adding commandline options for filters and fixing stupid bug in cfg
Thu, 24 Oct 2002 17:34:01 +0000 arpi made gcd() static
Sat, 12 Oct 2002 20:02:01 +0000 jkeil Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
Tue, 08 Oct 2002 10:20:36 +0000 anders Adding function for calculating the delay caused by the filters
Sun, 06 Oct 2002 11:28:03 +0000 anders Changing frequency limit for resampling
Sun, 06 Oct 2002 11:26:14 +0000 anders Adding Support for non-reentrant audio filters
Sat, 05 Oct 2002 22:53:21 +0000 arpi optimization of the FIR macros, extending outfreq range to 2..192khz
Wed, 02 Oct 2002 22:30:10 +0000 arpi 1l
Wed, 02 Oct 2002 22:13:14 +0000 arpi 100l
Wed, 02 Oct 2002 10:47:18 +0000 anders Changing to 32 bit aritmetics for counters
Tue, 01 Oct 2002 12:53:30 +0000 anders Adding support for multiple audio streams and removing annoying message from resample and format
Tue, 01 Oct 2002 06:45:08 +0000 anders Adding new audio output filter layer libaf