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
/
dct64_sse.c
Commit message (
Expand
)
Author
Age
*
unbreak compilation after cleanups in libavutil/common.h
siretart
2010-03-09
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
Refactor real --> float #define to a typedef in a common header.
diego
2010-01-04
*
DECLARE_ALIGNED was moved in FFmpeg.
diego
2009-01-25
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
cosmetics: Remove ugly and inconsistent uppercasing from filenames.
diego
2007-12-12
*
Change some static temporary vars to automatic ones because mingw32 binutils
zuxy
2007-06-06
*
Align output pointer so that we can use movaps instead of movups in dct64_sse;
zuxy
2007-06-06
*
Correct dct64 functions' declarations
zuxy
2007-06-04
*
Fix bug in reference code
zuxy
2007-05-19
*
directly insert ffreep %%st(0) opcode for compatibility with old
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