summaryrefslogtreecommitdiff
path: root/libavcodec/faanidct.c
Commit message (Expand)AuthorAge
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* | Merge commit '34c22a9ca656603428b2c3490d1339c5a5966961'Clément Bœsch2017-03-19
|\|
| * faan(i)dct: Kill some disabled codeDiego Biurrun2016-08-17
* | avcodec/faanidct: replace #define by typedefGanesh Ajjanagadde2015-11-20
* | Merge commit '213e606752d16f51337e94431962fb5d7749c07e'Michael Niedermayer2014-09-05
|\|
| * Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * 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