log libaf/af_resample.c @ 30569:98b6d4c82ab6

age author description
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-28 bircoph Remove af_msg special-casing API in libaf.
2009-03-06 reimar Remove several useless casts from af_resample
2009-03-06 reimar Free af->setup and contents in af_resample uninit function.
2009-03-06 reimar Use calloc to allocate the af_resample ring buffers, reportedly using
2009-03-06 reimar Use a single malloc to allocate space for the circular buffers.
2009-03-06 reimar Comment typo fixes for af_resample
2009-01-25 diego Add missing header for av_gcd, fixes the warning:
2009-01-17 cehoyos Fix compilation: s/ff_gcd/av_gcd.
2009-01-16 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
2009-01-05 diego Replace informal license notices by standard license header
2009-01-02 diego Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
2007-11-01 uau A/V sync: take audio filter buffers into account
2007-11-01 uau libaf: Remove rational number implementation
2007-11-01 uau libaf: change filter input/output ratio calculations
2007-09-25 diego cosmetics: misc typo fixes
2007-03-20 diego Remove unnecessary unistd.h include.
2007-03-20 diego Rename open to af_open so as not to conflict with a previous header definition.
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