summaryrefslogtreecommitdiffstats
path: root/libavcodec/resample2.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 10l (lrintf(a)+b vs. lrintf(a+b))Michael Niedermayer2004-08-141-1/+1
| | | | 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-051-0/+1
| | | | Originally committed as revision 3289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various resampling fixesMichael Niedermayer2004-06-301-5/+7
| | | | Originally committed as revision 3271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid useless normalization and 10l fixMichael Niedermayer2004-06-171-5/+12
| | | | 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-171-0/+214
resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk