summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
Commit message (Collapse)AuthorAge
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
| | | | Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '\n' to log format textAndreas Öman2007-12-15
| | | | Originally committed as revision 11224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* senseless cast and ()Michael Niedermayer2007-12-01
| | | | Originally committed as revision 11118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2007-07-17
| | | | Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 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
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-21
| | | | Originally committed as revision 3617 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
* 10lMichael Niedermayer2004-06-18
| | | | Originally committed as revision 3231 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
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.hFabrice Bellard2003-09-08
| | | | Originally committed as revision 2227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-20
| | | | Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-12
| | | | | | * added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko2003-03-11
| | | | | | newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resample fix by Petros TsantoulisFabrice Bellard2002-10-09
| | | | Originally committed as revision 1018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fix a problem with the first sample when down sampling.Philip Gladstone2002-05-09
| | | | | | | * Note that this code needs to be fixed -- the rate conversion from 48000->44100 sounds horrible! Originally committed as revision 471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk