log h264idct.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Tue, 22 Jun 2010 23:12:48 +0000 mru Improve some uses of ff_cropTbl with constant offset libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 26 Jan 2009 22:51:16 +0000 diego Fix filenames in Doxygen comments. libavcodec
Thu, 25 Dec 2008 01:20:37 +0000 lorenm flatten an array, since gcc fails at optimizing multidimensional arrays libavcodec
Thu, 18 Dec 2008 02:36:48 +0000 michael H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Fri, 10 Feb 2006 06:55:25 +0000 lorenm h264: special case dc-only idct. ~1% faster overall libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Thu, 02 Jun 2005 21:15:20 +0000 lorenm decode H.264 with 8x8 transform. libavcodec
Mon, 27 Sep 2004 19:47:17 +0000 michael move h264 idct to its own file and call via function pointer in DspContext libavcodec