]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/resample2.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / resample2.c
2009-03-23 benoitMove av_class to AVResampleContext instead of ReSampleC...
2009-02-09 michaelMove doxy for public resample2 functions to the public...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-03-22 diegotypo: occured --> occurred
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-07-05 diegolicense header consistency cosmetics
2007-06-12 diegomisc typo fixes
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 diegoRemove unused variable.
2007-03-22 michaelreplace long double in the audiophile kiddy mode with...
2007-03-22 michaelchange high precision mode to 30 bits again after makin...
2007-03-22 michaeloptimize linear filter coeff interpolation code, this...
2007-03-22 michaelrevert r8469 (increase bits for non default highprecis...
2007-03-22 michaelAUDIOPHILE_KIDDY_MODE
2007-03-22 michaeloptimize bessel function instead of trusting gcc to...
2007-03-22 michaelselect more sensible default windows (= attenuation...
2007-03-21 michaelmake kaiser windows with other beta than 16 available
2007-03-21 michaelmake high precision mode accessible at compile time
2007-03-21 michaelincrease bits for non default highprecision mode
2007-03-21 michaelcode for testing the accuracy of the resampler
2007-03-21 michaelremove dithering of filter coefficients, improves preci...
2007-02-25 reimarAdd av_ prefix to clip functions
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-14 michaelminor fixes for invalid audio data patch by (Wolfram...
2005-01-12 michaelav_malloc vs av_mallocz patch by (Kurosu <kurosu infore...
2004-12-31 michaelfaster and slightly less accurate nearest neighbor...
2004-12-31 michaelspecial case for filter_length==1
2004-11-12 michaelav_resample_compensate() doxy
2004-10-21 michaeluser selectble cutoff frequency
2004-10-21 michael100l (dont reset the sample position at the block end)
2004-10-21 michaelmake most resample filter parameters selectable at...
2004-10-20 michaeloptimization
2004-10-20 michaelmake filter size, int32/int16 and a few other things...
2004-10-20 michael10l
2004-09-28 michaeldont just resample half of the data sometimes
2004-08-14 michael10l (lrintf(a)+b vs. lrintf(a+b))
2004-07-05 michaelugly missing lrintf workaround by ("Steven M. Schultz...
2004-06-30 michaelvarious resampling fixes
2004-06-17 michaelavoid useless normalization and 10l fix
2004-06-17 michaelpolyphase kaiser windowed sinc and blackman nuttall...