log mp3lib/decode_MMX.c @ 23464:1b1fdac4a68c

age author description
Sat, 02 Jun 2007 16:25:18 +0000 zuxy Use int and uint32_t instead of long and unsigned long, when appropriate.
Fri, 25 May 2007 02:52:35 +0000 zuxy Record what was produced by make_decode_table_MMX() and used that data to
Wed, 23 May 2007 15:31:37 +0000 zuxy Remove hardcoded registers
Tue, 22 May 2007 14:00:39 +0000 zuxy Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
Mon, 21 May 2007 01:47:27 +0000 zuxy Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
Thu, 01 Mar 2007 12:45:00 +0000 reimar Add missing registers to asm code in mp3lib
Sun, 19 Nov 2006 16:44:19 +0000 reimar Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
Sun, 19 Nov 2006 15:21:50 +0000 nplourde fix mp3lib compilation on OSX
Fri, 07 Jul 2006 14:04:07 +0000 gpoirier Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
Tue, 15 Nov 2005 18:14:07 +0000 diego Unify include paths, -I.. is in CFLAGS.
Mon, 26 Apr 2004 10:12:40 +0000 alex attribute_used for gcc3.4
Sat, 25 Oct 2003 23:13:54 +0000 alex reverting my last change as buggy gcc 3.x fails with it :(
Thu, 23 Oct 2003 00:01:23 +0000 alex 100l to Nick
Wed, 22 Oct 2003 20:58:46 +0000 alex removed the stdcall convention
Tue, 24 Dec 2002 22:33:46 +0000 alex fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
Sat, 23 Mar 2002 21:44:05 +0000 arpi use .balign instead of .align
Sat, 09 Feb 2002 14:34:08 +0000 nick Fix according to strange bugreport
Wed, 23 Jan 2002 17:27:07 +0000 nick Fixing compilation on non-MMX but x86 systems
Sat, 19 Jan 2002 04:47:32 +0000 atmos4 mangling in mp3lib + stdcall undefined fix with cygwin
Sun, 13 Jan 2002 18:26:58 +0000 nick S->C