summaryrefslogtreecommitdiff
path: root/libavcodec/faandct.c
Commit message (Expand)AuthorAge
* Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-08
* mark read-only data as constStefan Gehrer2008-06-24
* Fix unused variable warnings.Mark Cox2008-03-08
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-26
* Get rid of another useless variable.Michael Niedermayer2008-02-26
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-26
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-26
* Clarify which BSD license.Michael Niedermayer2008-02-25
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-25
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* move identical code into its own functionMichael Niedermayer2003-10-30
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...Michael Niedermayer2003-10-23
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
* 10lMichael Niedermayer2003-10-23
* oops forgotMichael Niedermayer2003-10-22
* floating point AAN DCTMichael Niedermayer2003-10-22