summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-05avcodec/dsputil: add 12bit simple idctMichael Niedermayer4-1/+21
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer24-35/+47
2013-02-08dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun24-35/+47
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
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-02simple_idct: idct_4col_put: Fix out of array reads.Michael Niedermayer1-5/+4
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer33-304/+330
2011-10-14prores-idct: fix overflow in c code.Ronald S. Bultje3-22/+29
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-233/+877
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje8-95/+180
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-1322/+435
2011-07-20simple_idct: add 10-bit versionMans Rullgard17-361/+461
2011-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-67/+35
2011-07-18simple_idct: simplify some ifdefferyMans Rullgard1-18/+6
2011-07-18simple_idct: remove code for DCTELEM != int16Mans Rullgard1-30/+15
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17simple_idct: remove disabled codeDiego Biurrun2-145/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård28-44/+39
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-12-27simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård1-36/+17
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun9-16/+16
2008-10-16Convert asm keyword into __asm__.Diego Pettenò65-591/+591
2007-12-09Add 4x4 IDCTKostya Shishkov2-0/+15
2007-12-08add ff_ prefix to all simple_idct symbolsAurelien Jacobs7-27/+27
2007-12-03Rename function to reflect its actionKostya Shishkov1-3/+3
2007-02-28enable some 64bit optimized code on 64bit archAurelien Jacobs2-5/+18
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-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2003-03-06per file doxyMichael Niedermayer66-27/+342
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2003-01-15fixing DCTELEM != shortMichael Niedermayer7-50/+65
2002-12-27qpel encodingMichael Niedermayer18-970/+3213
2002-10-11Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner5-267/+313
2002-10-03in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard2-25/+27
2002-10-03first version of IDCT248 for DV decoding supportFabrice Bellard2-1/+82
2002-09-0210l (compilation if defined ARCH_ALPHA)Michael Niedermayer1-4/+3
2002-09-01dct-test updateMichael Niedermayer4-36/+259
2002-06-24Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner1-0/+73
2002-06-05added inlined put/add functionsFabrice Bellard2-13/+118
2002-06-05removed unused code - began to merge alpha specific stuff - added mac macros ...Fabrice Bellard1-345/+160
2002-06-02gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge...Felix Bünemann1-6/+6
[next]