log mp3lib/sr1.c @ 16858:daf4e680d116

age author description
Fri, 15 Apr 2005 22:21:35 +0000 diego Mark modified imported files as such to comply with (L)GPL ¡ø2a.
Mon, 15 Nov 2004 09:09:29 +0000 diego Reduce excessive verbosity.
Tue, 06 Apr 2004 01:06:21 +0000 alex fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated
Wed, 22 Oct 2003 21:08:46 +0000 alex removed obsoleted (or never ending) code
Wed, 22 Oct 2003 20:58:46 +0000 alex removed the stdcall convention
Sat, 09 Aug 2003 19:15:40 +0000 nexus remove debug message
Thu, 24 Jul 2003 22:12:59 +0000 arpi layer-1 support
Tue, 24 Dec 2002 00:06:55 +0000 arpi cleanup & fix cpu detection & init stuff
Sat, 28 Sep 2002 02:03:09 +0000 arpi layer-1 stream parsing (NOT decoding) support
Sat, 21 Sep 2002 20:23:49 +0000 arpi pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which
Fri, 24 May 2002 01:56:01 +0000 atmos4 Cygwin stdcall mismatch fix.
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Sun, 28 Apr 2002 17:46:15 +0000 arpi don't re-detect cpu
Wed, 23 Jan 2002 17:09:58 +0000 nick Fixing compilation on non-MMX but x86 systems
Sat, 19 Jan 2002 18:22:22 +0000 nick Using cpudetect code instead of d_cpu.s
Mon, 14 Jan 2002 16:18:43 +0000 alex runtime cpudetect support #2 - still not working (i can't identify the problems ground, also it produces no sound (no noises), but the init seems to be ok (also i didn't changed anything)...very annoying :( snipp
Fri, 30 Nov 2001 16:50:37 +0000 alex fixed
Thu, 29 Nov 2001 18:05:42 +0000 atmos4 Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster and I don't get data aligned in dct64_sse.s, so I can't finish optimizing it)
Fri, 23 Nov 2001 17:16:43 +0000 alex changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)
Fri, 27 Jul 2001 17:21:23 +0000 atmos4 Beginning sse optimization of dct code.
Thu, 12 Jul 2001 15:35:52 +0000 jkeil Add some preliminary support for non-x86 architectures to mplayer
Wed, 04 Jul 2001 20:54:09 +0000 nick One flaw is fixed
Tue, 03 Jul 2001 07:50:52 +0000 nick Portability and old binutils support
Mon, 02 Jul 2001 08:07:41 +0000 nick Minor fixes
Fri, 29 Jun 2001 17:55:35 +0000 nick Added newest MMX-optimized decore which speedups decoding at least on 13% for any cpu.
Tue, 19 Jun 2001 22:07:19 +0000 arpi_esp fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)
Thu, 07 Jun 2001 09:08:32 +0000 nickols_k Minor improvements
Wed, 06 Jun 2001 09:33:36 +0000 nickols_k Minor optimization
Wed, 09 May 2001 07:55:32 +0000 nickols_k K7 3dnow-dsp printing
Tue, 08 May 2001 21:49:00 +0000 arpi_esp applied 'fakemono' patch by Bryan Chan scorpio@acm.org
Sat, 10 Mar 2001 21:06:28 +0000 szabii use _3dnow instead of a3dnow()
Sat, 24 Feb 2001 20:28:24 +0000 arpi_esp Initial revision