summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-15Merge commit '015821229f96bf7e677f2a711a58dbea3009f574'Michael Niedermayer2-3/+2
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje12-117/+135
2013-03-12vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje13-122/+141
2013-02-09Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'Michael Niedermayer7-23/+52
2013-02-08dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun6-23/+51
2013-01-29Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer10-32/+27
2013-01-28bfin: Separate VP3 initialization codeDiego Biurrun6-13/+14
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Merge commit '0ee8293a77a6afad161e91ce1d43c4a57ce33a6a'Michael Niedermayer2-14/+14
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2013-01-23vp3dsp: don't do aligned reads on input.Ronald S. Bultje1-4/+4
2013-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-46/+102
2013-01-22vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje7-11/+39
2013-01-20Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer8-21/+46
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje7-20/+45
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-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-246/+321
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard19-169/+220
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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-22Improve some uses of ff_cropTbl with constant offsetMåns Rullgård4-43/+47
2010-05-28vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2-7/+3
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-17vp3: DC-only IDCTDavid Conrad9-3/+118
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-10-04Move VP3 loop filter to DSPContextDavid Conrad4-43/+46
2008-07-13Fix decoding of 320x240.ogg.Michael Niedermayer1-1/+1
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård30-86/+89
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-19avoid 4 +Michael Niedermayer1-13/+7
2006-07-19remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer1-78/+78
2006-07-19remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer1-104/+22
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-09-06Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård10-15/+17
2005-08-14kill a bunch of compiler warningsMåns Rullgård15-31/+26
2005-05-17porting vp3 idct over to lavc idct apiMichael Niedermayer5-76/+136
2005-05-17remove permutation done to quant tables and then undone during idctMichael Niedermayer2-5/+4
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer22-38/+47
2004-04-26reorganize and simplify the VP3 IDCT stuffMike Melanson7-256/+57
2004-03-08seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson5-2/+1024