summaryrefslogtreecommitdiff
path: root/libavcodec/resample2.c
Commit message (Expand)AuthorAge
* Move doxy for public resample2 functions to the public header.Michael Niedermayer2009-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* typo: occured --> occurredDiego Biurrun2008-03-22
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Remove unused variable.Diego Biurrun2007-04-08
* replace long double in the audiophile kiddy mode with doubles, its faster (an...Michael Niedermayer2007-03-22
* change high precision mode to 30 bits again after making the code less overfl...Michael Niedermayer2007-03-22
* optimize linear filter coeff interpolation code, this also makes the code les...Michael Niedermayer2007-03-22
* revert r8469 (increase bits for non default highprecision mode)Michael Niedermayer2007-03-22
* AUDIOPHILE_KIDDY_MODEMichael Niedermayer2007-03-22
* optimize bessel function instead of trusting gcc to do trivial optimizations ...Michael Niedermayer2007-03-22
* select more sensible default windows (= attenuation beyond the dynamic range ...Michael Niedermayer2007-03-22
* make kaiser windows with other beta than 16 availableMichael Niedermayer2007-03-21
* make high precision mode accessible at compile timeMichael Niedermayer2007-03-21
* increase bits for non default highprecision modeMichael Niedermayer2007-03-21
* code for testing the accuracy of the resamplerMichael Niedermayer2007-03-21
* remove dithering of filter coefficients, improves precision by 1-2 bits andMichael Niedermayer2007-03-21
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger2005-08-14
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-12
* faster and slightly less accurate nearest neighbor resamplerMichael Niedermayer2004-12-31
* special case for filter_length==1Michael Niedermayer2004-12-31
* av_resample_compensate() doxyMichael Niedermayer2004-11-12
* user selectble cutoff frequencyMichael Niedermayer2004-10-21
* 100l (dont reset the sample position at the block end)Michael Niedermayer2004-10-21
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-21
* optimizationMichael Niedermayer2004-10-20
* make filter size, int32/int16 and a few other things selectable at compiletimeMichael Niedermayer2004-10-20
* 10lMichael Niedermayer2004-10-20
* dont just resample half of the data sometimesMichael Niedermayer2004-09-28
* 10l (lrintf(a)+b vs. lrintf(a+b))Michael Niedermayer2004-08-14
* ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer2004-07-05
* various resampling fixesMichael Niedermayer2004-06-30
* avoid useless normalization and 10l fixMichael Niedermayer2004-06-17
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer2004-06-17