log mp3lib/decod386.c @ 34167:131d0e04a50b

age author description
Mon, 12 Apr 2010 10:56:17 +0000 diego the great MPlayer tab removal: part I
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 26 Jan 2009 09:56:27 +0000 diego WORDS_BIGENDIAN is defined/undefined, not 0/1.
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Sat, 25 Aug 2007 17:05:02 +0000 diego Fix warning:
Fri, 08 Jun 2007 14:38:25 +0000 zuxy Enable SIMD optmizations for mp3lib on AMD64
Tue, 22 May 2007 13:44:14 +0000 zuxy Remove unused synth_1to1_mono()
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.
Sun, 19 Nov 2006 16:54:06 +0000 reimar Remove (now hopefully unnecessary) workarounds added in r21056
Sun, 19 Nov 2006 15:21:50 +0000 nplourde fix mp3lib compilation on OSX
Wed, 19 Jul 2006 05:42:38 +0000 rfelker 10l, i missed ifdefs around the calls
Thu, 22 Jun 2006 13:34:00 +0000 diego CVS --> Subversion in copyright notices
Tue, 15 Nov 2005 18:14:07 +0000 diego Unify include paths, -I.. is in CFLAGS.
Fri, 15 Apr 2005 22:21:35 +0000 diego Mark modified imported files as such to comply with (L)GPL ¡ø2a.
Sat, 28 Aug 2004 20:59:49 +0000 rathann small gcc warning fixes
Mon, 26 Apr 2004 10:08:16 +0000 alex reorder funcs to avoid warnings/errors (gccs are nowadays are more pickier about code than gcc2.95 with -ansi)
Tue, 06 Apr 2004 01:24:34 +0000 alex some more globals
Sat, 18 Jan 2003 19:28:53 +0000 arpi An altivec-optimized DCT64 for mp3lib
Tue, 24 Dec 2002 22:33:46 +0000 alex fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
Tue, 24 Dec 2002 00:05:43 +0000 arpi decode_i586.c version uses %ebp for its own use, so:
Fri, 06 Sep 2002 17:34:52 +0000 jkeil - GCC 3.x (SPARC) is too clever for the double->int conversion trick used in
Wed, 23 Jan 2002 17:09:58 +0000 nick Fixing compilation on non-MMX but x86 systems
Mon, 14 Jan 2002 16:15:59 +0000 alex runtime cpudetect suppport
Sun, 23 Sep 2001 02:07:01 +0000 atmos4 Eeeh I need some sleep, accidently commited a wrong version of the files that had other changes, too.
Sun, 23 Sep 2001 01:44:37 +0000 atmos4 Fix for mp3 decoding on alpha/64bit platforms wupposed by Bob McElrath.
Sat, 14 Jul 2001 16:52:09 +0000 jkeil mp3 audio decoding didn't work on big-endian architectures
Tue, 03 Jul 2001 07:50:52 +0000 nick Portability and old binutils support
Fri, 29 Jun 2001 17:55:35 +0000 nick Added newest MMX-optimized decore which speedups decoding at least on 13% for any cpu.
Sun, 13 May 2001 18:30:53 +0000 arpi_esp mp3lib sse support - disabled by default
Wed, 09 May 2001 07:59:55 +0000 nickols_k K7 3dnow-dsp support
Tue, 08 May 2001 21:49:00 +0000 arpi_esp applied 'fakemono' patch by Bryan Chan scorpio@acm.org
Sat, 24 Feb 2001 20:28:24 +0000 arpi_esp Initial revision