]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1dsp.c
Move arch check before OS check.
[ffmpeg] / libavcodec / vc1dsp.c
2008-01-19 Kostya Shishkovsimplify 4-point transform part a bit
2008-01-19 Kostya ShishkovFactor out constant addition
2007-12-08 Kostya ShishkovSwitch VC-1 decoder to output decoded residual immediately.
2007-07-29 Christophe GisquetMake bicubic interpolation standard compliant
2007-07-08 Christophe GisquetPass modes as parameters instead of calculating them...
2007-07-08 Christophe GisquetReplace function declarations with macro
2007-07-08 Christophe GisquetDrop ff_ prefix for static functions
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
2006-11-17 Kostya ShishkovOptimize overlapping
2006-11-17 Kostya ShishkovFix comments
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-02 Kostya ShishkovDrop put_vc1_qpel_pixels_tab as they won't be needed...
2006-08-31 Kostya ShishkovNew qpel MC functions conforming to VC-1 standard.
2006-07-31 Kostya ShishkovFix overflows in bicubic interpolation.
2006-07-30 Kostya ShishkovNew functions in DSPContext for VC-1 decoding