log libaf/af_resample.c @ 22641:a996a2673bd7

age author description
2007-02-10 uau Fix memory leaks.
2006-11-19 uau Reinitialize some variables on af_resample reinit, fixes crash
2006-11-18 uau Fix double free in af_resample when reinited with suitable parameters
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-01-08 reimar always cancel down fractions (frac_t) to avoid overflows and playback
2004-12-29 alex less namespace pollution #2 (prefixed globals in filter.c with af_filter_)
2004-12-27 alex removing AFMT_ dependancy
2004-10-10 diego The full name of the GPL is GNU General Public License.
2003-01-12 anders 10l sig 11 bug reported by Fabian Franz
2003-01-10 anders 10l bug for float conversion control + feature fix in volume control
2003-01-10 anders New auto config for volume and resample and added support for float flag in configuration
2003-01-02 anders sig 11 fix in reinit and resample + spelling error fixes
2002-12-28 anders Changes includes:
2002-12-14 arpi compiler warning fixes
2002-11-12 anders New features:
2002-11-03 anders 10l
2002-10-31 anders Adding commandline options for filters and fixing stupid bug in cfg
2002-10-24 arpi made gcd() static
2002-10-12 jkeil Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
2002-10-08 anders Adding function for calculating the delay caused by the filters
2002-10-06 anders Changing frequency limit for resampling
2002-10-06 anders Adding Support for non-reentrant audio filters
2002-10-05 arpi optimization of the FIR macros, extending outfreq range to 2..192khz
2002-10-02 arpi 1l
2002-10-02 arpi 100l
2002-10-02 anders Changing to 32 bit aritmetics for counters
2002-10-01 anders Adding support for multiple audio streams and removing annoying message from resample and format
2002-10-01 anders Adding new audio output filter layer libaf