aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_lavcresample.c
Commit message (Expand)AuthorAge
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Relicense GPL v2 files as GPL v2+ and add proper license headers.Gravatar diego2007-12-31
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* ff_gcd is already in libavutil/common.h, no need for an extra prototype hereGravatar reimar2007-06-24
* reasonable cutoff frequency defaultGravatar michael2007-03-22
* Rename open to af_open so as not to conflict with a previous header definition.Gravatar diego2007-03-20
* Move variable declaration to appropriate placeGravatar reimar2007-02-10
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.Gravatar reimar2007-02-10
* Fix memory leaks.Gravatar uau2007-02-10
* Use AF_NCH for max number of channels instead of private CHANS define.Gravatar uau2007-02-10
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* Unify include paths by adding -I.. to CFLAGS.Gravatar diego2005-11-13
* libavutil compile fix (working also with old libavcodec)Gravatar reimar2005-08-01
* 10l to beastd due to new libavutil introductionGravatar gpoirier2005-08-01
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08
* faster packed<->planar conversationGravatar michael2004-12-31
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make filters request a supported input format instead of failing.Gravatar reimar2004-12-22
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.Gravatar reimar2004-12-19
* libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d...Gravatar michael2004-11-03
* user selectable cutoff frequencyGravatar michael2004-10-21
* libavcodec resampling ...Gravatar michael2004-10-21