summaryrefslogtreecommitdiffstats
path: root/libaf/af_lavcresample.c
Commit message (Expand)AuthorAgeFilesLines
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-8/+2
* Relicense GPL v2 files as GPL v2+ and add proper license headers.diego2007-12-311-2/+19
* A/V sync: take audio filter buffers into accountuau2007-11-011-1/+1
* libaf: change filter input/output ratio calculationsuau2007-11-011-7/+4
* ff_gcd is already in libavutil/common.h, no need for an extra prototype herereimar2007-06-241-2/+0
* reasonable cutoff frequency defaultmichael2007-03-221-2/+3
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-201-2/+2
* Move variable declaration to appropriate placereimar2007-02-101-1/+1
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.reimar2007-02-101-3/+3
* Fix memory leaks.uau2007-02-101-2/+6
* Use AF_NCH for max number of channels instead of private CHANS define.uau2007-02-101-5/+3
* Move conditional compilation out of the code and into the build system.diego2006-01-311-3/+0
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-131-1/+1
* libavutil compile fix (working also with old libavcodec)reimar2005-08-011-2/+2
* 10l to beastd due to new libavutil introductiongpoirier2005-08-011-1/+1
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-081-4/+3
* faster packed<->planar conversationmichael2004-12-311-6/+24
* removing AFMT_ dependancyalex2004-12-271-1/+1
* Make filters request a supported input format instead of failing.reimar2004-12-221-4/+8
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.reimar2004-12-191-4/+6
* libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d...michael2004-11-031-0/+5
* user selectable cutoff frequencymichael2004-10-211-6/+14
* libavcodec resampling ...michael2004-10-211-0/+155