log mp3lib/dct64_3dnow.c @ 28655:9fcf23aaf13c

age author description
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Mon, 04 Jun 2007 03:05:16 +0000 zuxy Correct dct64 functions' declarations
Thu, 01 Mar 2007 12:45:00 +0000 reimar Add missing registers to asm code in mp3lib
Sun, 29 Oct 2006 18:16:00 +0000 reimar disable nonworking/broken code for now till I find out what it is supposed to do.
Sat, 08 Jul 2006 12:23:36 +0000 gpoirier fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com
Tue, 27 Jun 2006 05:51:45 +0000 gpoirier fix conversion float to int to use saturated ops,