summaryrefslogtreecommitdiff
path: root/libavcodec/rv34dsp.c
Commit message (Expand)AuthorAge
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* 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
* rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET2012-04-28
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
* rv34: DC-only inverse transformChristophe GISQUET2012-01-12
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-04
* rv34: move 4x4 dequant to RV34DSPContextMans Rullgard2011-12-13
* rv34: NEON optimised inverse transform functionsJanne Grunau2011-12-06
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12