summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
Commit message (Expand)AuthorAgeFilesLines
* fix mp3lib compilation on OSXnplourde2006-11-191-0/+5
* mp3lib asm does not compile on AMD64.reimar2006-11-011-1/+1
* always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).gpoirier2006-08-231-1/+1
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* 10l, i missed ifdefs around the callsrfelker2006-07-191-0/+10
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...gpoirier2006-07-071-0/+7
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Make mp3lib say that it's using Altivec to decode instead of generic Cdiego2006-04-151-0/+7
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Reverse commit 31 Dec 2005 18:56:35 -0000 1.34gpoirier2006-01-031-2/+1
* "Currently mplayer looks for only one MP3 frame sync. The attachedgpoirier2005-12-311-1/+2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-151-4/+4
* Mark modified imported files as such to comply with (L)GPL ยง2a.diego2005-04-151-0/+6
* Reduce excessive verbosity.diego2004-11-151-1/+1
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...alex2004-04-061-3/+3
* removed obsoleted (or never ending) codealex2003-10-221-10/+0
* removed the stdcall conventionalex2003-10-221-5/+5
* remove debug messagenexus2003-08-091-1/+1
* layer-1 supportarpi2003-07-241-5/+5
* cleanup & fix cpu detection & init stuffarpi2002-12-241-53/+20
* layer-1 stream parsing (NOT decoding) supportarpi2002-09-281-0/+13
* pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 whicharpi2002-09-211-1/+1
* Cygwin stdcall mismatch fix.atmos42002-05-241-5/+5
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-11/+14
* don't re-detect cpuarpi2002-04-281-1/+1
* Fixing compilation on non-MMX but x86 systemsnick2002-01-231-2/+2
* Using cpudetect code instead of d_cpu.snick2002-01-191-151/+29
* runtime cpudetect support #2 - still not working (i can't identify the proble...alex2002-01-141-90/+137
* fixedalex2001-11-301-2/+2
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...atmos42001-11-291-6/+6
* changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)alex2001-11-231-0/+83
* Beginning sse optimization of dct code.atmos42001-07-271-3/+4
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-0/+20
* One flaw is fixednick2001-07-041-2/+6
* Portability and old binutils supportnick2001-07-031-0/+10
* Minor fixesnick2001-07-021-2/+7
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...nick2001-06-291-9/+72
* fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)arpi_esp2001-06-191-0/+2
* Minor improvementsnickols_k2001-06-071-1/+2
* Minor optimizationnickols_k2001-06-061-14/+7
* K7 3dnow-dsp printingnickols_k2001-05-091-0/+3
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgarpi_esp2001-05-081-0/+13
* use _3dnow instead of a3dnow()szabii2001-03-101-1/+1
* Initial revisionarpi_esp2001-02-241-0/+489