aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/dct64_3dnow.c
Commit message (Expand)AuthorAge
* 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
* Add missing registers to asm code in mp3libGravatar reimar2007-03-01
* disable nonworking/broken code for now till I find out what it is supposed to...Gravatar reimar2006-10-29
* fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP comGravatar gpoirier2006-07-08
* 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
* forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>)Gravatar michael2002-11-19
* 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