index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
aclib_template.c
Commit message (
Expand
)
Author
Age
*
Merge svn changes up to r29752
Uoti Urpala
2009-10-06
|
\
|
*
Use ecx instead of ebx to avoid unnecessary issues with PIC.
reimar
2009-09-17
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
|
/
*
Add standard license headers, unify header formatting.
diego
2009-02-08
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
libvo: change asm syntax to use ASMALIGN and " # nop"
uau
2008-02-15
*
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
michael
2007-05-27
*
More gcc-4.0 fixes
gpoirier
2005-06-04
*
Make this file compile with gcc-4.0.0. The old code was invalid C.
gpoirier
2005-01-21
*
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
aurel
2004-10-21
*
removed nonsense 'inline'
arpi
2002-08-22
*
prefer prefetchnta if its available
michael
2002-04-17
*
pre mmx2/3dnow fix
michael
2002-04-17
*
101
michael
2002-02-13
*
mem2agpcpy()
michael
2002-02-12
*
runtime cpu detection
michael
2001-12-09
*
10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am...
michael
2001-11-22
*
Issues about P3 performance and SSE2 support.
nickols_k
2001-06-13
*
Moving fast_memcpy to separate file (Size optimization)
nickols_k
2001-05-05