index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mp3lib
/
decode_MMX.c
Commit message (
Expand
)
Author
Age
*
Use int and uint32_t instead of long and unsigned long, when appropriate.
zuxy
2007-06-02
*
Record what was produced by make_decode_table_MMX() and used that data to
zuxy
2007-05-25
*
Remove hardcoded registers
zuxy
2007-05-23
*
Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w...
zuxy
2007-05-22
*
Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...
zuxy
2007-05-21
*
Add missing registers to asm code in mp3lib
reimar
2007-03-01
*
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
reimar
2006-11-19
*
fix mp3lib compilation on OSX
nplourde
2006-11-19
*
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...
gpoirier
2006-07-07
*
Unify include paths, -I.. is in CFLAGS.
diego
2005-11-15
*
attribute_used for gcc3.4
alex
2004-04-26
*
reverting my last change as buggy gcc 3.x fails with it :(
alex
2003-10-25
*
100l to Nick
alex
2003-10-23
*
removed the stdcall convention
alex
2003-10-22
*
fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
alex
2002-12-24
*
use .balign instead of .align
arpi
2002-03-23
*
Fix according to strange bugreport
nick
2002-02-09
*
Fixing compilation on non-MMX but x86 systems
nick
2002-01-23
*
mangling in mp3lib + stdcall undefined fix with cygwin
atmos4
2002-01-19
*
S->C
nick
2002-01-13