| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the ol... | Michael Niedermayer | 2013-03-13 | 1 | -0/+319 |
* | lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft | Anton Khirnov | 2013-03-11 | 1 | -324/+0 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | lavc: deprecate the audio resampling API. | Anton Khirnov | 2012-10-05 | 1 | -0/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | resample: replace VLA with malloc/free | Måns Rullgård | 2010-07-09 | 1 | -3/+13 |
* | resample: check memory allocations in av_resample_init() | Måns Rullgård | 2010-07-09 | 1 | -0/+8 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Make av_build_filter static (and remove av_): It is not used outside resample... | Carl Eugen Hoyos | 2010-02-28 | 1 | -2/+2 |
* | Stop the approximation in bessel() once it does no longer improve. | Michael Niedermayer | 2010-01-06 | 1 | -1/+3 |
* | Move av_class to AVResampleContext instead of ReSampleContext. | Benoit Fouet | 2009-03-23 | 1 | -0/+1 |
* | Move doxy for public resample2 functions to the public header. | Michael Niedermayer | 2009-02-09 | 1 | -25/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -1/+1 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -2/+2 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Remove unused variable. | Diego Biurrun | 2007-04-08 | 1 | -1/+1 |
* | replace long double in the audiophile kiddy mode with doubles, its faster (an... | Michael Niedermayer | 2007-03-22 | 1 | -3/+3 |
* | change high precision mode to 30 bits again after making the code less overfl... | Michael Niedermayer | 2007-03-22 | 1 | -1/+1 |
* | optimize linear filter coeff interpolation code, this also makes the code les... | Michael Niedermayer | 2007-03-22 | 1 | -5/+4 |
* | revert r8469 (increase bits for non default highprecision mode) | Michael Niedermayer | 2007-03-22 | 1 | -1/+1 |
* | AUDIOPHILE_KIDDY_MODE | Michael Niedermayer | 2007-03-22 | 1 | -5/+21 |
* | optimize bessel function instead of trusting gcc to do trivial optimizations ... | Michael Niedermayer | 2007-03-22 | 1 | -2/+3 |
* | select more sensible default windows (= attenuation beyond the dynamic range ... | Michael Niedermayer | 2007-03-22 | 1 | -1/+3 |
* | make kaiser windows with other beta than 16 available | Michael Niedermayer | 2007-03-21 | 1 | -3/+3 |
* | make high precision mode accessible at compile time | Michael Niedermayer | 2007-03-21 | 1 | -1/+1 |
* | increase bits for non default highprecision mode | Michael Niedermayer | 2007-03-21 | 1 | -1/+1 |
* | code for testing the accuracy of the resampler | Michael Niedermayer | 2007-03-21 | 1 | -0/+36 |
* | remove dithering of filter coefficients, improves precision by 1-2 bits and | Michael Niedermayer | 2007-03-21 | 1 | -3/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -8/+8 |
* | minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ... | Wolfram Gloger | 2005-08-14 | 1 | -1/+1 |
* | av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) | Kurosu | 2005-01-12 | 1 | -2/+0 |
* | faster and slightly less accurate nearest neighbor resampler | Michael Niedermayer | 2004-12-31 | 1 | -13/+11 |
* | special case for filter_length==1 | Michael Niedermayer | 2004-12-31 | 1 | -1/+18 |
* | av_resample_compensate() doxy | Michael Niedermayer | 2004-11-12 | 1 | -0/+12 |
* | user selectble cutoff frequency | Michael Niedermayer | 2004-10-21 | 1 | -2/+2 |
* | 100l (dont reset the sample position at the block end) | Michael Niedermayer | 2004-10-21 | 1 | -1/+1 |
* | make most resample filter parameters selectable at runtime | Michael Niedermayer | 2004-10-21 | 1 | -22/+22 |
* | optimization | Michael Niedermayer | 2004-10-20 | 1 | -4/+4 |
* | make filter size, int32/int16 and a few other things selectable at compiletime | Michael Niedermayer | 2004-10-20 | 1 | -11/+29 |