]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1dsp.c
Move array specifiers outside DECLARE_ALIGNED() invocations
[ffmpeg] / libavcodec / vc1dsp.c
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2009-06-16 Jason Garrett-Glaseridct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-04-15 David ConradSplit VC1 loop filter into separate functions for h...
2009-04-15 David ConradMove VC1 loop filter to DSPContext
2009-04-14 David ConradVC1: Do qpel when needed for both MVs in a B frame
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Loren Merrittfix an overflow in vc1 intra overlap filter
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