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-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-04-11avcodec: rename prores encodersMichael Niedermayer10-21/+21
2013-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer13-23/+29
2013-02-08dsputil: Move fdct function declarations to dct.hDiego Biurrun12-20/+25
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-463/+1635
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-06-04Fix compilation condition for some ProRes dsp encoder functions.Carl Eugen Hoyos1-2/+2
2012-06-04Fix compilation condition for some ProRes dsp decoder functions.Carl Eugen Hoyos1-2/+2
2012-02-17prores: initialise encoder and decoder parts only when neededKostya Shishkov1-2/+10
2012-02-17prores: initialise encoder and decoder parts only when neededKostya Shishkov1-2/+10
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15prores encoderKostya Shishkov8-3/+861
2011-10-14prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer11-22/+25
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje7-2/+496
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje8-95/+180