summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
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-02-06dsputil: Separate h264chromaDiego Biurrun40-680/+971
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-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET7-79/+112
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-14rv40: rearrange loop filter functionsMans Rullgard3-146/+240
2011-12-13rv34: move 4x4 dequant to RV34DSPContextMans Rullgard3-16/+19
2011-12-06rv40: NEON optimised chroma MCJanne Grunau5-5/+118
2011-12-06rv34: NEON optimised inverse transform functionsJanne Grunau5-0/+153
2011-11-30rv40: move loop filter to rv34dsp contextJanne Grunau4-164/+176
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau6-81/+121
2011-08-11Add weighted motion compensation for RV40 B-framesKostya Shishkov5-104/+189
2011-08-11Move RV3/4-specific DSP functions into their own contextKostya Shishkov10-178/+253