]> git.sesse.net Git - ffmpeg/history - libavcodec/resample.c
Mask bits of reference indexes properly to avoid negative numbers entangling
[ffmpeg] / libavcodec / resample.c
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2007-12-15 Andreas ÖmanAdd missing '\n' to log format text
2007-12-01 Michael Niedermayersenseless cast and ()
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-08-06 Michael Niedermayermake output buffer larger so drift compensation can...
2007-07-17 Diego Biurruntypo fixes
2007-03-22 Michael Niedermayerset more reasonable cutoff for audio rate conversion
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-10-21 Michael Niedermayeruser selectble cutoff frequency
2004-10-21 Michael Niedermayermake most resample filter parameters selectable at...
2004-06-30 Michael Niedermayervarious resampling fixes
2004-06-18 Michael Niedermayer10l
2004-06-17 Michael Niedermayerpolyphase kaiser windowed sinc and blackman nuttall...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-08 Fabrice Bellardremoved os_support.h
2003-08-20 Michael NiedermayerAC3 encoding patch ba (Ross Martin <ffmpeg at ross...
2003-03-12 Zdenek Kabelac* moved os_support.h into libavcodec
2003-03-11 Slavik Gnatenkorestoring OS/2 compatibility patch by ("Slavik Gnatenko...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-10-09 Fabrice Bellardresample fix by Petros Tsantoulis
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-09 Philip Gladstone* Fix a problem with the first sample when down sampling.
2001-08-13 Fabrice Bellardwin32 fixes
2001-07-22 Fabrice BellardInitial revision