summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.h
Commit message (Expand)AuthorAge
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add 4x4 IDCTKostya Shishkov2007-12-09
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* 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: Remove all trailing whitespace.Diego Biurrun2005-12-17
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
* qpel encodingMichael Niedermayer2002-12-27
* first version of IDCT248 for DV decoding supportFabrice Bellard2002-10-03
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* dct-test updateMichael Niedermayer2002-09-01
* added inlined put/add functionsFabrice Bellard2002-06-05
* license/copyright changeFabrice Bellard2002-05-25
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09