summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct.c
Commit message (Expand)AuthorAge
* 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