| Commit message (Expand) | Author | Age | Files | Lines |
* | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 1 | -4/+5 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -6/+6 |
* | arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) | Jean-Baptiste Kempf | 2012-10-10 | 1 | -2/+2 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | rv34dsp: factorize a multiplication in the noround inverse transform | Christophe GISQUET | 2012-04-28 | 1 | -9/+9 |
* | Don't use ff_cropTbl[] for IDCT. | Ronald S. Bultje | 2012-03-06 | 1 | -9/+6 |
* | rv34: change most "int stride" into "ptrdiff_t stride". | Ronald S. Bultje | 2012-02-20 | 1 | -2/+2 |
* | rv34: 1-pass inter MB reconstruction | Christophe GISQUET | 2012-01-16 | 1 | -48/+14 |
* | rv34: Intra 16x16 handling | Christophe GISQUET | 2012-01-16 | 1 | -1/+46 |
* | rv34: DC-only inverse transform | Christophe GISQUET | 2012-01-12 | 1 | -0/+24 |
* | rv34: joint coefficient decoding and dequantization | Christophe GISQUET | 2012-01-04 | 1 | -16/+0 |
* | rv34: move 4x4 dequant to RV34DSPContext | Mans Rullgard | 2011-12-13 | 1 | -0/+16 |
* | rv34: NEON optimised inverse transform functions | Janne Grunau | 2011-12-06 | 1 | -0/+3 |
* | rv34: move inverse transform functions to DSP context | Janne Grunau | 2011-10-12 | 1 | -0/+106 |