summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dsp.c
Commit message (Expand)AuthorAge
* 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