aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/dct64_k7.c
Commit message (Expand)AuthorAge
* mp3lib: use ffmpeg_files/x86_cpu.hGravatar Uoti Urpala2010-06-03
* Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).Gravatar reimar2010-05-30
* the great MPlayer tab removal: part IGravatar diego2010-04-12
* Refactor real --> float #define to a typedef in a common header.Gravatar diego2010-01-04
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Correct dct64 functions' declarationsGravatar zuxy2007-06-04
* disable nonworking/broken code for now till I find out what it is supposed to...Gravatar reimar2006-10-29
* remove MMX2 dependency (replace pshufw $78 with pswapd) so it canGravatar gpoirier2006-06-27
* fix conversion float to int to use saturated ops,Gravatar gpoirier2006-06-27
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-15
* compilation fix for gcc 3.4.2Gravatar reimar2004-11-11
* attribute_used for gcc3.4Gravatar alex2004-04-26
* removed the stdcall conventionGravatar alex2003-10-22
* Propolice catches an overflow in dct64_k7.c:Gravatar arpi2003-01-19
* forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>)Gravatar michael2002-11-19
* Minor speedup by nick kurshev.Gravatar atmos42002-09-07
* Cygwin stdcall mismatch fix.Gravatar atmos42002-05-24
* Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I hav...Gravatar atmos42002-04-26
* MANGLE() the 3dnow codeGravatar arpi2002-03-23
* S->CGravatar nick2002-01-14