summaryrefslogtreecommitdiffstats
path: root/libaf/af_lavcresample.c
Commit message (Expand)AuthorAgeFilesLines
* 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