summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dsp.c
Commit message (Expand)AuthorAge
* vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-10
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-04
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-17
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
* simplify 4-point transform part a bitKostya Shishkov2008-01-19
* Factor out constant additionKostya Shishkov2008-01-19
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-29
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-08
* Replace function declarations with macroChristophe Gisquet2007-07-08
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
* Optimize overlappingKostya Shishkov2006-11-17
* Fix commentsKostya Shishkov2006-11-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
* Fix overflows in bicubic interpolation.Kostya Shishkov2006-07-31
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-30