log libaf/af_lavcresample.c @ 23484:4c1ce861ed82

age author description
2007-03-22 michael reasonable cutoff frequency default
2007-03-20 diego Rename open to af_open so as not to conflict with a previous header definition.
2007-02-10 reimar Move variable declaration to appropriate place
2007-02-10 reimar Cosmetics: remove tabs added in last commit from otherwise tab-free file.
2007-02-10 uau Fix memory leaks.
2007-02-10 uau Use AF_NCH for max number of channels instead of private CHANS define.
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2005-11-13 diego Unify include paths by adding -I.. to CFLAGS.
2005-08-01 reimar libavutil compile fix (working also with old libavcodec)
2005-08-01 gpoirier 10l to beastd due to new libavutil introduction
2005-01-08 reimar always cancel down fractions (frac_t) to avoid overflows and playback
2004-12-31 michael faster packed<->planar conversation
2004-12-27 alex removing AFMT_ dependancy
2004-12-22 reimar Make filters request a supported input format instead of failing.
2004-12-19 reimar Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.
2004-11-03 michael libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)
2004-10-21 michael user selectable cutoff frequency
2004-10-21 michael libavcodec resampling ...