log simple_idct.c @ 12488:351a81a23343 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sat, 27 Dec 2008 16:25:36 +0000 mru simple_idct: use MUL16 and MAC16 from mathops.h libavcodec
Sat, 27 Dec 2008 11:33:26 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Sun, 09 Dec 2007 05:54:59 +0000 kostya Add 4x4 IDCT libavcodec
Sat, 08 Dec 2007 21:21:11 +0000 aurel add ff_ prefix to all simple_idct symbols libavcodec
Mon, 03 Dec 2007 06:59:48 +0000 kostya Rename function to reflect its action libavcodec
Wed, 28 Feb 2007 00:55:19 +0000 aurel enable some 64bit optimized code on 64bit arch 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
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Wed, 15 Jan 2003 19:21:21 +0000 michaelni fixing DCTELEM != short libavcodec
Fri, 27 Dec 2002 23:51:46 +0000 michaelni qpel encoding libavcodec
Fri, 11 Oct 2002 23:01:16 +0000 mellum Move Alpha optimized IDCT to own file. Based on a patch by Mns libavcodec
Thu, 03 Oct 2002 21:03:59 +0000 bellard in fact IDCT248 needs to be normalized as I suspected libavcodec
Thu, 03 Oct 2002 13:41:33 +0000 bellard first version of IDCT248 for DV decoding support libavcodec
Mon, 02 Sep 2002 17:08:40 +0000 michaelni 10l (compilation if defined ARCH_ALPHA) libavcodec
Sun, 01 Sep 2002 09:33:05 +0000 michaelni dct-test update libavcodec
Mon, 24 Jun 2002 21:17:22 +0000 mellum Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more libavcodec
Wed, 05 Jun 2002 18:46:25 +0000 bellard added inlined put/add functions libavcodec
Wed, 05 Jun 2002 14:25:06 +0000 bellard removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodec
Sun, 02 Jun 2002 16:06:41 +0000 michaelni gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) libavcodec
Mon, 27 May 2002 16:42:14 +0000 kabi * started to cleanup name clashes for onetime compilation libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec
Thu, 02 May 2002 13:35:33 +0000 michaelni C4=16383 for the c version too and even for some outcommented code libavcodec
Mon, 21 Jan 2002 17:46:42 +0000 nickols_k Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> libavcodec
Sun, 20 Jan 2002 14:48:02 +0000 nickols_k Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> libavcodec
Mon, 14 Jan 2002 04:39:59 +0000 arpi_esp (commit by michael) libavcodec
Sun, 09 Dec 2001 12:39:54 +0000 arpi_esp new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec