summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_k7.c
Commit message (Expand)AuthorAgeFilesLines
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-021-767/+0
* mp3lib: use ffmpeg_files/x86_cpu.hUoti Urpala2010-06-031-1/+1
* Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).reimar2010-05-301-413/+414
* the great MPlayer tab removal: part Idiego2010-04-121-702/+702
* Refactor real --> float #define to a typedef in a common header.diego2010-01-041-1/+1
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-1/+1
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
* Correct dct64 functions' declarationszuxy2007-06-041-1/+1
* disable nonworking/broken code for now till I find out what it is supposed to...reimar2006-10-291-0/+3
* remove MMX2 dependency (replace pshufw $78 with pswapd) so it cangpoirier2006-06-271-32/+32
* fix conversion float to int to use saturated ops,gpoirier2006-06-271-20/+20
* Unify include paths, -I.. is in CFLAGS.diego2005-11-151-2/+2
* compilation fix for gcc 3.4.2reimar2004-11-111-1/+1
* attribute_used for gcc3.4alex2004-04-261-1/+2
* removed the stdcall conventionalex2003-10-221-1/+1
* Propolice catches an overflow in dct64_k7.c:arpi2003-01-191-1/+1
* forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-11-191-1/+1
* Minor speedup by nick kurshev.atmos42002-09-071-64/+32
* Cygwin stdcall mismatch fix.atmos42002-05-241-5/+0
* Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I hav...atmos42002-04-261-1/+6
* MANGLE() the 3dnow codearpi2002-03-231-2/+4
* S->Cnick2002-01-141-0/+792