]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1dsp.c
ra288dec: set channel layout
[ffmpeg] / libavcodec / vc1dsp.c
2012-10-08 Janne Grunaux86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-08 Mans Rullgardvc1dsp: mark put/avg_vc1_mspel_mc() always_inline
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 3/3
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-05-04 Ronald S. Bultjevc1: make overlap filter for I-frames bit-exact.
2011-05-04 Ronald S. BultjeRevert "VC1: merge idct8x8, coeff adjustments and put_p...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2010-08-25 Måns RullgårdRemove duplicate definitions of fullpel MC functions
2010-06-22 Måns RullgårdImprove some uses of ff_cropTbl with constant offset
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-06 Måns RullgårdMove some VC1 dsp prototypes to dsputil.h; they are...
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