summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt2008-12-25
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* license header consistency cosmeticsDiego Biurrun2007-07-05
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27