summaryrefslogtreecommitdiff
path: root/libavcodec/faanidct.c
Commit message (Expand)AuthorAge
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* faan(i)dct: Kill some disabled codeDiego Biurrun2016-08-17
* Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix unused variable warnings.Mark Cox2008-03-08
* better includeMichael Niedermayer2008-02-26
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-26
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-26
* floating point AAN IDCTMichael Niedermayer2008-02-26