summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun4-50/+22
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-09-08Relicense as ISC with the authors' permission.Diego Biurrun1-18/+12
2008-06-24mark read-only data as constStefan Gehrer32-58/+58
2008-03-08Fix unused variable warnings.Mark Cox2-3/+5
2008-02-26Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer1-0/+10
2008-02-26Get rid of another useless variable.Michael Niedermayer1-8/+8
2008-02-26Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer1-14/+14
2008-02-26One variable less. No real change to the actual code.Michael Niedermayer1-15/+18
2008-02-25Clarify which BSD license.Michael Niedermayer1-1/+1
2008-02-25Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer1-0/+3
2007-07-05Group all copyright and author notices together.Diego Biurrun38-178/+161
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård30-86/+89
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
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer22-38/+47
2003-10-30move identical code into its own functionMichael Niedermayer3-185/+68
2003-10-25 * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik5-2/+197
2003-10-234.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...Michael Niedermayer1-8/+8
2003-10-23optionally merge postscale into quantization table for the float aan dctMichael Niedermayer4-11/+30
2003-10-2310lMichael Niedermayer1-1/+1
2003-10-22oops forgotMichael Niedermayer1-0/+1
2003-10-22floating point AAN DCTMichael Niedermayer7-3/+193