summaryrefslogtreecommitdiff
path: root/libavcodec/faandct.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.
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* 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>
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
| | | | It is not a user-accessible option and unlikely to ever be changed.
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-08
| | | | Originally committed as revision 15260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark read-only data as constStefan Gehrer2008-06-24
| | | | Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of another useless variable.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-26
| | | | | | code is exactly the same just uses different variables. Originally committed as revision 12235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which BSD license.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-25
| | | | | | SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap). Originally committed as revision 12212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some of the warning fixes by (Michael Roitzsch <mroi at users dot ↵Michael Niedermayer2004-05-18
| | | | | | sourceforge dot net>) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move identical code into its own functionMichael Niedermayer2003-10-30
| | | | | | intXY_t -> int_fastXY_t Originally committed as revision 2455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
| | | | Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd ↵Michael Niedermayer2003-10-23
| | | | | | supports that but we emulate it ... Originally committed as revision 2421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops forgotMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN DCTMichael Niedermayer2003-10-22
Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk