2009-07-26 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-02-08 |
diego |
Add standard license headers, unify header formatting.
|
2009-01-26 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
2009-01-16 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
2008-10-16 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
2008-02-15 |
uau |
libvo: change asm syntax to use ASMALIGN and " # nop"
|
2008-01-30 |
reimar |
Avoid a MANGLE, there is no register pressure and the generated code
|
2006-11-29 |
reimar |
Avoid compiling code using %ah etc. on AMD64, since that will not work
|
2006-11-01 |
reimar |
ARCH_X86 simplifications
|
2006-06-12 |
gpoirier |
moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
|
2005-09-13 |
reimar |
Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".
|
2004-10-21 |
aurel |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
|
2004-05-31 |
nplourde |
draw alpha for uyvy
|
2003-08-03 |
alex |
removed obsolete my_profile
|
2003-04-21 |
michael |
big endian yellow fix?
|
2002-03-16 |
michael |
workaround lack of -fomit-frame-pointer
|
2002-01-19 |
atmos4 |
mangling in libvo
|
2001-12-10 |
michael |
yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>
|
2001-11-26 |
michael |
runtime cpu detection
|
2001-11-12 |
atmos4 |
Compile fix.
|
2001-11-11 |
michael |
p2/p3 bgr32 version (20%faster)
|
2001-11-11 |
nick |
Use new logic suggested by Michael Niedermayer
|
2001-11-11 |
nick |
Cloning 32 stuff to 24
|
2001-11-11 |
nick |
Minor speedup for K6-2, K7, P3
|
2001-11-11 |
nick |
Enable MMX stuff
|
2001-11-11 |
nick |
Extract parallelism from OSD stuff + MMX2 optimization.
|
2001-11-11 |
michael |
bugfix
|
2001-11-10 |
michael |
.balign or we´ll align by 64kb on some architectures
|
2001-11-10 |
nick |
Code cleanup - emms is not required when MMX block is commented out.
|
2001-10-30 |
michael |
slow mmx & not so slow asm versions (outcommented)
|
2001-06-02 |
arpi_esp |
FAST_OSD option to disable font outline antialiasing
|
2001-04-24 |
arpi_esp |
to be sure in that header is okey
|
2001-04-10 |
arpi_esp |
OSD alpha renderers moved to osd.c
|