log libaf/af_resample.c @ 27184:a7d88d135561

age author description
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