| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 10l | Michael Niedermayer | 2004-10-20 | 1 | -2/+2 |
* | dont just resample half of the data sometimes | Michael Niedermayer | 2004-09-28 | 1 | -9/+14 |
* | 10l (lrintf(a)+b vs. lrintf(a+b)) | Michael Niedermayer | 2004-08-14 | 1 | -1/+1 |
* | ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>) | Michael Niedermayer | 2004-07-05 | 1 | -0/+1 |
* | various resampling fixes | Michael Niedermayer | 2004-06-30 | 1 | -5/+7 |
* | avoid useless normalization and 10l fix | Michael Niedermayer | 2004-06-17 | 1 | -5/+12 |
* | polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam... | Michael Niedermayer | 2004-06-17 | 1 | -0/+214 |