]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vc1dsp.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / vc1dsp.c
2009-06-16 darkshikariidct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-04-15 conradSplit VC1 loop filter into separate functions for h...
2009-04-15 conradMove VC1 loop filter to DSPContext
2009-04-14 conradVC1: Do qpel when needed for both MVs in a B frame
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 lorenmfix an overflow in vc1 intra overlap filter
2008-01-19 kostyasimplify 4-point transform part a bit
2008-01-19 kostyaFactor out constant addition
2007-12-08 kostyaSwitch VC-1 decoder to output decoded residual immediately.
2007-07-29 kostyaMake bicubic interpolation standard compliant
2007-07-08 kostyaPass modes as parameters instead of calculating them...
2007-07-08 kostyaReplace function declarations with macro
2007-07-08 kostyaDrop ff_ prefix for static functions
2007-07-05 diegolicense header consistency cosmetics
2007-02-25 reimarAdd av_ prefix to clip functions
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-11-26 kostyaCorrect rounding values in overlap filtering
2006-11-17 kostyaOptimize overlapping
2006-11-17 kostyaFix comments
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-02 kostyaDrop put_vc1_qpel_pixels_tab as they won't be needed...
2006-08-31 kostyaNew qpel MC functions conforming to VC-1 standard.
2006-07-31 kostyaFix overflows in bicubic interpolation.
2006-07-30 kostyaNew functions in DSPContext for VC-1 decoding