summaryrefslogtreecommitdiffstats
path: root/libvo/osd_template.c
Commit message (Expand)AuthorAgeFilesLines
* Remove things related to old OSDwm42012-10-241-383/+0
* osd: remove FAST_OSD codewm42012-08-071-24/+0
* Remove dead codewm42012-08-011-24/+0
* Rip out 3DNOW supportwm42012-07-301-54/+1
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+1
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* Add standard license headers, unify header formatting.diego2009-02-081-3/+20
* HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-6/+6
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-21/+21
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-21/+21
* libvo: change asm syntax to use ASMALIGN and " # nop"uau2008-02-151-2/+2
* Avoid a MANGLE, there is no register pressure and the generated codereimar2008-01-301-2/+2
* Avoid compiling code using %ah etc. on AMD64, since that will not workreimar2006-11-291-4/+4
* ARCH_X86 simplificationsreimar2006-11-011-2/+2
* moves invariant code (chiefly MMX register initialization) out of loops as we...gpoirier2006-06-121-21/+43
* Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".reimar2005-09-131-2/+4
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-3/+3
* draw alpha for uyvynplourde2004-05-311-0/+24
* removed obsolete my_profilealex2003-08-031-6/+0
* big endian yellow fix?michael2003-04-211-0/+3
* workaround lack of -fomit-frame-pointermichael2002-03-161-8/+8
* mangling in libvoatmos42002-01-191-3/+3
* yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>michael2001-12-101-1/+4
* runtime cpu detectionmichael2001-11-261-98/+26
* Compile fix.atmos42001-11-121-1/+1
* p2/p3 bgr32 version (20%faster)michael2001-11-111-3/+158
* Use new logic suggested by Michael Niedermayernick2001-11-111-0/+2
* Cloning 32 stuff to 24nick2001-11-111-3/+84
* Minor speedup for K6-2, K7, P3nick2001-11-111-33/+34
* Enable MMX stuffnick2001-11-111-21/+7
* Extract parallelism from OSD stuff + MMX2 optimization.nick2001-11-111-32/+41
* bugfixmichael2001-11-111-4/+4
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-101-2/+2
* Code cleanup - emms is not required when MMX block is commented out.nick2001-11-101-13/+16
* slow mmx & not so slow asm versions (outcommented)michael2001-10-301-0/+77
* FAST_OSD option to disable font outline antialiasingarpi_esp2001-06-021-0/+60
* to be sure in that header is okeyarpi_esp2001-04-241-0/+2
* OSD alpha renderers moved to osd.carpi_esp2001-04-101-0/+115