]> git.sesse.net Git - ffmpeg/history - libavcodec/resample2.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / resample2.c
2012-10-05 Anton Khirnovlavc: deprecate the audio resampling API.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-09 Måns Rullgårdresample: replace VLA with malloc/free
2010-07-09 Måns Rullgårdresample: check memory allocations in av_resample_init()
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-28 Carl Eugen HoyosMake av_build_filter static (and remove av_): It is...
2010-01-06 Michael NiedermayerStop the approximation in bessel() once it does no...
2009-03-23 Benoit FouetMove av_class to AVResampleContext instead of ReSampleC...
2009-02-09 Michael NiedermayerMove doxy for public resample2 functions to the public...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-03-22 Diego Biurruntypo: occured --> occurred
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Diego BiurrunRemove unused variable.
2007-03-22 Michael Niedermayerreplace long double in the audiophile kiddy mode with...
2007-03-22 Michael Niedermayerchange high precision mode to 30 bits again after makin...
2007-03-22 Michael Niedermayeroptimize linear filter coeff interpolation code, this...
2007-03-22 Michael Niedermayerrevert r8469 (increase bits for non default highprecis...
2007-03-22 Michael NiedermayerAUDIOPHILE_KIDDY_MODE
2007-03-22 Michael Niedermayeroptimize bessel function instead of trusting gcc to...
2007-03-22 Michael Niedermayerselect more sensible default windows (= attenuation...
2007-03-21 Michael Niedermayermake kaiser windows with other beta than 16 available
2007-03-21 Michael Niedermayermake high precision mode accessible at compile time
2007-03-21 Michael Niedermayerincrease bits for non default highprecision mode
2007-03-21 Michael Niedermayercode for testing the accuracy of the resampler
2007-03-21 Michael Niedermayerremove dithering of filter coefficients, improves preci...
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...