summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun9-24/+26
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-10-10arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf6-18/+32
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-04-28rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET1-9/+9
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje9-201/+161
2012-02-20rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje7-30/+30
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET7-240/+130
2012-01-15rv34: Intra 16x16 handlingChristophe GISQUET5-140/+292
2012-01-12rv34: DC-only inverse transformChristophe GISQUET7-66/+200
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET6-90/+44
2011-12-13rv34: move 4x4 dequant to RV34DSPContextMans Rullgard3-16/+19
2011-12-06rv34: NEON optimised inverse transform functionsJanne Grunau5-0/+153
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau6-81/+121