]> git.sesse.net Git - ffmpeg/history - libavcodec/resample2.c
typo: unkown->unknown
[ffmpeg] / libavcodec / resample2.c
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-14 Wolfram Glogerminor fixes for invalid audio data patch by (Wolfram...
2005-01-12 Kurosuav_malloc vs av_mallocz patch by (Kurosu <kurosu infore...
2004-12-31 Michael Niedermayerfaster and slightly less accurate nearest neighbor...
2004-12-31 Michael Niedermayerspecial case for filter_length==1
2004-11-12 Michael Niedermayerav_resample_compensate() doxy
2004-10-21 Michael Niedermayeruser selectble cutoff frequency
2004-10-21 Michael Niedermayer100l (dont reset the sample position at the block end)
2004-10-21 Michael Niedermayermake most resample filter parameters selectable at...
2004-10-20 Michael Niedermayeroptimization
2004-10-20 Michael Niedermayermake filter size, int32/int16 and a few other things...
2004-10-20 Michael Niedermayer10l
2004-09-28 Michael Niedermayerdont just resample half of the data sometimes
2004-08-14 Michael Niedermayer10l (lrintf(a)+b vs. lrintf(a+b))
2004-07-05 Michael Niedermayerugly missing lrintf workaround by ("Steven M. Schultz...
2004-06-30 Michael Niedermayervarious resampling fixes
2004-06-17 Michael Niedermayeravoid useless normalization and 10l fix
2004-06-17 Michael Niedermayerpolyphase kaiser windowed sinc and blackman nuttall...