summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-23/+30
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun6-23/+30
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer21-41/+79
2013-04-30ppc: More consistent arch initializationDiego Biurrun21-41/+79
2013-04-25vc1dsp: add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer1-0/+21
2013-03-13vc1: fix int/ptrdiff_t mismatchesMichael Niedermayer2-3/+3
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer17-283/+442
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato18-285/+444
2013-02-09Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'Michael Niedermayer7-23/+52
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer42-684/+982
2013-02-06dsputil: Separate h264chromaDiego Biurrun40-680/+971
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-12-26vc1dsp: fix the warning fix, make it work with --disable-asmMichael Niedermayer1-5/+7
2012-12-26vc1dsp: fix pointer type warningsMichael Niedermayer1-2/+11
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-463/+1635
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau6-94/+163
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-07-02vc1dsp: use av_assert2Michael Niedermayer1-4/+4
2012-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer92-256/+697
2012-06-08vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard1-1/+1
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-230/+297
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje9-201/+161
2012-03-01vc1: fix out of array reads in vc1_inv_trans_4x4_c()Michael Niedermayer1-5/+4
2012-03-01vc1: fix out of array reads in vc1_inv_trans_4x8_c()Michael Niedermayer1-9/+8
2012-03-01vc1: fix out of array reads in vc1_inv_trans_8x4_c()Michael Niedermayer1-5/+4
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-11Remove extraneous semicolonsMans Rullgard8-77/+77
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-793/+3217
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar3-366/+2183
2011-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-92/+437
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás14-85/+431
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer25-319/+490
2011-05-04vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje5-60/+311
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje5-170/+39
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-22VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje5-40/+170
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje5-40/+170
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje13-221/+272
2011-02-18VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje4-58/+63
2011-02-17dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje13-221/+272
2011-02-17VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje4-58/+63
2010-08-25Remove duplicate definitions of fullpel MC functionsMåns Rullgård4-43/+34
2010-06-22Improve some uses of ff_cropTbl with constant offsetMåns Rullgård4-43/+47
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-06Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård3-6/+6
2010-01-13More av_cold for infrequently called functions.Zuxy Meng7-8/+8
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser5-5/+305
[next]