summaryrefslogtreecommitdiff
path: root/libavcodec/resample2.c
Commit message (Collapse)AuthorAge
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-08-14
| | | | | | uni-muenchen de) Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-12
| | | | Originally committed as revision 3830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster and slightly less accurate nearest neighbor resamplerMichael Niedermayer2004-12-31
| | | | Originally committed as revision 3789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special case for filter_length==1Michael Niedermayer2004-12-31
| | | | Originally committed as revision 3787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_resample_compensate() doxyMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user selectble cutoff frequencyMichael Niedermayer2004-10-21
| | | | Originally committed as revision 3619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (dont reset the sample position at the block end)Michael Niedermayer2004-10-21
| | | | Originally committed as revision 3618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-21
| | | | Originally committed as revision 3617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make filter size, int32/int16 and a few other things selectable at compiletimeMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont just resample half of the data sometimesMichael Niedermayer2004-09-28
| | | | Originally committed as revision 3535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (lrintf(a)+b vs. lrintf(a+b))Michael Niedermayer2004-08-14
| | | | Originally committed as revision 3391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer2004-07-05
| | | | Originally committed as revision 3289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various resampling fixesMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid useless normalization and 10l fixMichael Niedermayer2004-06-17
| | | | Originally committed as revision 3229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio ↵Michael Niedermayer2004-06-17
resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk