summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer13-104/+107
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun13-114/+117
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö15-44/+44
2013-04-01cavsdsp: fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer1-4/+4
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer17-283/+442
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato18-285/+444
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: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau4-15/+26
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-50/+41
2012-09-07cavsdsp: set idct permutation independently of dsputilMans Rullgard5-3/+6
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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-08-25Remove duplicate definitions of fullpel MC functionsMåns Rullgård4-43/+34
2010-08-03Move cavs dsp functions to their own structMåns Rullgård10-44/+78
2010-03-06Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård3-13/+14
2010-01-13More av_cold for infrequently called functions.Zuxy Meng7-8/+8
2009-02-10avoid duplicating dsputil's clear_blockStefan Gehrer3-23/+1
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-02-25Add av_ prefix to clip functionsReimar Döffinger34-178/+178
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård18-70/+70
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-29some MMX optimizations for the CAVS decoderStefan Gehrer6-3/+551
2006-07-04add rounding bias earlier in the idct, avoids many addsMichael Niedermayer1-18/+20
2006-07-03CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer9-166/+161
2006-07-01new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer4-0/+2769