aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/sr1.c
Commit message (Expand)AuthorAge
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-15
* Mark modified imported files as such to comply with (L)GPL ยง2a.Gravatar diego2005-04-15
* Reduce excessive verbosity.Gravatar diego2004-11-15
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...Gravatar alex2004-04-06
* removed obsoleted (or never ending) codeGravatar alex2003-10-22
* removed the stdcall conventionGravatar alex2003-10-22
* remove debug messageGravatar nexus2003-08-09
* layer-1 supportGravatar arpi2003-07-24
* cleanup & fix cpu detection & init stuffGravatar arpi2002-12-24
* layer-1 stream parsing (NOT decoding) supportGravatar arpi2002-09-28
* pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 whichGravatar arpi2002-09-21
* Cygwin stdcall mismatch fix.Gravatar atmos42002-05-24
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* don't re-detect cpuGravatar arpi2002-04-28
* Fixing compilation on non-MMX but x86 systemsGravatar nick2002-01-23
* Using cpudetect code instead of d_cpu.sGravatar nick2002-01-19
* runtime cpudetect support #2 - still not working (i can't identify the proble...Gravatar alex2002-01-14
* fixedGravatar alex2001-11-30
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...Gravatar atmos42001-11-29
* changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)Gravatar alex2001-11-23
* Beginning sse optimization of dct code.Gravatar atmos42001-07-27
* Add some preliminary support for non-x86 architectures to mplayerGravatar jkeil2001-07-12
* One flaw is fixedGravatar nick2001-07-04
* Portability and old binutils supportGravatar nick2001-07-03
* Minor fixesGravatar nick2001-07-02
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...Gravatar nick2001-06-29
* fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)Gravatar arpi_esp2001-06-19
* Minor improvementsGravatar nickols_k2001-06-07
* Minor optimizationGravatar nickols_k2001-06-06
* K7 3dnow-dsp printingGravatar nickols_k2001-05-09
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgGravatar arpi_esp2001-05-08
* use _3dnow instead of a3dnow()Gravatar szabii2001-03-10
* Initial revisionGravatar arpi_esp2001-02-24