summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning:diego2007-08-251-4/+0
* Enable SIMD optmizations for mp3lib on AMD64zuxy2007-06-081-2/+2
* Remove unused synth_1to1_mono()zuxy2007-05-221-21/+0
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...zuxy2007-05-211-7/+1
* Remove (now hopefully unnecessary) workarounds added in r21056reimar2006-11-191-5/+0
* fix mp3lib compilation on OSXnplourde2006-11-191-0/+5
* 10l, i missed ifdefs around the callsrfelker2006-07-191-1/+1
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-151-1/+1
* Mark modified imported files as such to comply with (L)GPL ยง2a.diego2005-04-151-0/+6
* small gcc warning fixesrathann2004-08-281-1/+3
* reorder funcs to avoid warnings/errors (gccs are nowadays are more pickier ab...alex2004-04-261-34/+31
* some more globalsalex2004-04-061-2/+2
* An altivec-optimized DCT64 for mp3libarpi2003-01-181-2/+9
* fixing that f*cking linker 'bug' e.g. naming config with libmp3lamealex2002-12-241-1/+1
* decode_i586.c version uses %ebp for its own use, so:arpi2002-12-241-6/+6
* - GCC 3.x (SPARC) is too clever for the double->int conversion trick used injkeil2002-09-061-10/+3
* Fixing compilation on non-MMX but x86 systemsnick2002-01-231-2/+9
* runtime cpudetect suppportalex2002-01-141-2/+3
* Eeeh I need some sleep, accidently commited a wrong version of the files that...atmos42001-09-231-6/+4
* Fix for mp3 decoding on alpha/64bit platforms wupposed by Bob McElrath.atmos42001-09-231-5/+7
* mp3 audio decoding didn't work on big-endian architecturesjkeil2001-07-141-2/+44
* Portability and old binutils supportnick2001-07-031-4/+5
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...nick2001-06-291-29/+11
* mp3lib sse support - disabled by defaultarpi_esp2001-05-131-0/+9
* K7 3dnow-dsp supportnickols_k2001-05-091-0/+9
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgarpi_esp2001-05-081-0/+34
* Initial revisionarpi_esp2001-02-241-0/+194