summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264idct.c
Commit message (Expand)AuthorAgeFilesLines
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt2008-12-251-25/+24
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-181-0/+52
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-101-0/+25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* decode H.264 with 8x8 transform.Loren Merritt2005-06-021-0/+71
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-271-0/+70
OpenPOWER on IntegriCloud