index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libaf
/
af_lavcresample.c
Commit message (
Expand
)
Author
Age
*
ff_gcd is already in libavutil/common.h, no need for an extra prototype here
reimar
2007-06-24
*
reasonable cutoff frequency default
michael
2007-03-22
*
Rename open to af_open so as not to conflict with a previous header definition.
diego
2007-03-20
*
Move variable declaration to appropriate place
reimar
2007-02-10
*
Cosmetics: remove tabs added in last commit from otherwise tab-free file.
reimar
2007-02-10
*
Fix memory leaks.
uau
2007-02-10
*
Use AF_NCH for max number of channels instead of private CHANS define.
uau
2007-02-10
*
Move conditional compilation out of the code and into the build system.
diego
2006-01-31
*
Unify include paths by adding -I.. to CFLAGS.
diego
2005-11-13
*
libavutil compile fix (working also with old libavcodec)
reimar
2005-08-01
*
10l to beastd due to new libavutil introduction
gpoirier
2005-08-01
*
always cancel down fractions (frac_t) to avoid overflows and playback
reimar
2005-01-08
*
faster packed<->planar conversation
michael
2004-12-31
*
removing AFMT_ dependancy
alex
2004-12-27
*
Make filters request a supported input format instead of failing.
reimar
2004-12-22
*
Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.
reimar
2004-12-19
*
libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d...
michael
2004-11-03
*
user selectable cutoff frequency
michael
2004-10-21
*
libavcodec resampling ...
michael
2004-10-21