summaryrefslogtreecommitdiff
path: root/libavcodec/resample2.c
Commit message (Expand)AuthorAgeFilesLines
* resample: remove disabled debug codeMichael Niedermayer2012-12-061-7/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-0/+4
|\
| * lavc: deprecate the audio resampling API.Anton Khirnov2012-10-051-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | resample2: use av_assert()Michael Niedermayer2012-07-021-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | resample2: fix potential overflowMichael Niedermayer2011-10-271-3/+2
* | resample: Fix overflowMichael Niedermayer2011-10-271-2/+4
|/
* resample: replace VLA with malloc/freeMåns Rullgård2010-07-091-3/+13
* resample: check memory allocations in av_resample_init()Måns Rullgård2010-07-091-0/+8
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make av_build_filter static (and remove av_): It is not used outside resample...Carl Eugen Hoyos2010-02-281-2/+2
* Stop the approximation in bessel() once it does no longer improve.Michael Niedermayer2010-01-061-1/+3
* Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2009-03-231-0/+1
* Move doxy for public resample2 functions to the public header.Michael Niedermayer2009-02-091-25/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-2/+2
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* misc typo fixesDiego Biurrun2007-06-121-2/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Remove unused variable.Diego Biurrun2007-04-081-1/+1
* replace long double in the audiophile kiddy mode with doubles, its faster (an...Michael Niedermayer2007-03-221-3/+3
* change high precision mode to 30 bits again after making the code less overfl...Michael Niedermayer2007-03-221-1/+1
* optimize linear filter coeff interpolation code, this also makes the code les...Michael Niedermayer2007-03-221-5/+4
* revert r8469 (increase bits for non default highprecision mode)Michael Niedermayer2007-03-221-1/+1
* AUDIOPHILE_KIDDY_MODEMichael Niedermayer2007-03-221-5/+21
* optimize bessel function instead of trusting gcc to do trivial optimizations ...Michael Niedermayer2007-03-221-2/+3
* select more sensible default windows (= attenuation beyond the dynamic range ...Michael Niedermayer2007-03-221-1/+3
* make kaiser windows with other beta than 16 availableMichael Niedermayer2007-03-211-3/+3
* make high precision mode accessible at compile timeMichael Niedermayer2007-03-211-1/+1
* increase bits for non default highprecision modeMichael Niedermayer2007-03-211-1/+1
* code for testing the accuracy of the resamplerMichael Niedermayer2007-03-211-0/+36
* remove dithering of filter coefficients, improves precision by 1-2 bits andMichael Niedermayer2007-03-211-3/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-8/+8
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger2005-08-141-1/+1
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-121-2/+0
* faster and slightly less accurate nearest neighbor resamplerMichael Niedermayer2004-12-311-13/+11
* special case for filter_length==1Michael Niedermayer2004-12-311-1/+18
* av_resample_compensate() doxyMichael Niedermayer2004-11-121-0/+12
* user selectble cutoff frequencyMichael Niedermayer2004-10-211-2/+2