summaryrefslogtreecommitdiffstats
path: root/libavcodec/faandct.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '34c22a9ca656603428b2c3490d1339c5a5966961'Clément Bœsch2017-03-191-18/+2
|\
| * faan(i)dct: Kill some disabled codeDiego Biurrun2016-08-171-18/+2
* | avcodec/faandct: remove L suffixes for floating point literalGanesh Ajjanagadde2015-11-261-9/+11
* | avcodec/faandct: use typedef instead of #defineGanesh Ajjanagadde2015-11-171-1/+1
* | avcodec/faandct: use more accurate constantsGanesh Ajjanagadde2015-11-151-16/+13
|/
* Replace av_unused attributes by block structuresDiego Biurrun2014-09-051-8/+12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-281-21/+16
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-081-18/+12
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Fix unused variable warnings.Mark Cox2008-03-081-2/+4
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-261-0/+10
* Get rid of another useless variable.Michael Niedermayer2008-02-261-8/+8
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-261-14/+14
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-261-15/+18
* Clarify which BSD license.Michael Niedermayer2008-02-251-1/+1
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-251-0/+3
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-8/+8
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-2/+0
* move identical code into its own functionMichael Niedermayer2003-10-301-45/+17
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-251-0/+86
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...Michael Niedermayer2003-10-231-8/+8
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-231-8/+13
* 10lMichael Niedermayer2003-10-231-1/+1
* oops forgotMichael Niedermayer2003-10-221-0/+1
* floating point AAN DCTMichael Niedermayer2003-10-221-0/+156
OpenPOWER on IntegriCloud