summaryrefslogtreecommitdiff
path: root/libavcodec/faanidct.c
Commit message (Collapse)AuthorAge
* Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
| | | | | This is more portable and avoids warnings with compilers that do not properly support av_unused.
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix unused variable warnings.Mark Cox2008-03-08
| | | | | | patch by mark cox, melbournemark+ffmpeg gmail.com Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better includeMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-26
| | | | Originally committed as revision 12254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN IDCTMichael Niedermayer2008-02-26
Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk