summaryrefslogtreecommitdiff
path: root/libavcodec/rv40dsp.c
Commit message (Expand)AuthorAge
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-10
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* rv40: rearrange loop filter functionsMans Rullgard2011-12-14
* rv40: NEON optimised chroma MCJanne Grunau2011-12-06
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12
* RV40: reuse some H.264 motion compensation functions in RV40.Kostya Shishkov2011-08-30
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* RV40 MC functionsKostya Shishkov2008-12-01