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
/
osd_template.c
Commit message (
Expand
)
Author
Age
*
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
*
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
*
Avoid a MANGLE, there is no register pressure and the generated code
reimar
2008-01-30
*
Avoid compiling code using %ah etc. on AMD64, since that will not work
reimar
2006-11-29
*
ARCH_X86 simplifications
reimar
2006-11-01
*
moves invariant code (chiefly MMX register initialization) out of loops as we...
gpoirier
2006-06-12
*
Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".
reimar
2005-09-13
*
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
aurel
2004-10-21
*
draw alpha for uyvy
nplourde
2004-05-31
*
removed obsolete my_profile
alex
2003-08-03
*
big endian yellow fix?
michael
2003-04-21
*
workaround lack of -fomit-frame-pointer
michael
2002-03-16
*
mangling in libvo
atmos4
2002-01-19
*
yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>
michael
2001-12-10
*
runtime cpu detection
michael
2001-11-26
*
Compile fix.
atmos4
2001-11-12
*
p2/p3 bgr32 version (20%faster)
michael
2001-11-11
*
Use new logic suggested by Michael Niedermayer
nick
2001-11-11
*
Cloning 32 stuff to 24
nick
2001-11-11
*
Minor speedup for K6-2, K7, P3
nick
2001-11-11
*
Enable MMX stuff
nick
2001-11-11
*
Extract parallelism from OSD stuff + MMX2 optimization.
nick
2001-11-11
*
bugfix
michael
2001-11-11
*
.balign or we´ll align by 64kb on some architectures
michael
2001-11-10
*
Code cleanup - emms is not required when MMX block is commented out.
nick
2001-11-10
*
slow mmx & not so slow asm versions (outcommented)
michael
2001-10-30
*
FAST_OSD option to disable font outline antialiasing
arpi_esp
2001-06-02
*
to be sure in that header is okey
arpi_esp
2001-04-24
*
OSD alpha renderers moved to osd.c
arpi_esp
2001-04-10