]> git.sesse.net Git - ffmpeg/history - libavcodec/h264idct.c
Apply changes made in r21308 to svq3.c.
[ffmpeg] / libavcodec / h264idct.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2008-12-25 Loren Merrittflatten an array, since gcc fails at optimizing multidi...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2004-09-27 Michael Niedermayermove h264 idct to its own file and call via function...