aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/osd.c
Commit message (Expand)AuthorAge
* Add missing RGB12 version of the fast OSD table.Gravatar diego2010-05-26
* Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Get rid of pointless preprocessor condition indirection and use ARCH_X86Gravatar diego2009-03-15
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Remove unnecessary mangle.h #include.Gravatar diego2008-06-04
* Avoid a MANGLE, there is no register pressure and the generated codeGravatar reimar2008-01-30
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* Change 'if(verbose)' to the more appropriate mp_msg_test.Gravatar diego2006-03-27
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* draw alpha for uyvyGravatar nplourde2004-05-31
* attribute_used for gcc3.4Gravatar alex2004-04-26
* many small typo and grammar fixesGravatar gabucino2003-10-04
* removed obsolete my_profileGravatar alex2003-08-03
* printf to mp_msgGravatar albeu2002-05-02
* mangling in libvoGravatar atmos42002-01-19
* optional runtime cpu detectGravatar michael2001-11-27
* runtime cpu detectionGravatar michael2001-11-26
* Compile fix.Gravatar atmos42001-11-12
* p2/p3 bgr32 version (20%faster)Gravatar michael2001-11-11
* Use new logic suggested by Michael NiedermayerGravatar nick2001-11-11
* Cloning 32 stuff to 24Gravatar nick2001-11-11
* Minor speedup for K6-2, K7, P3Gravatar nick2001-11-11
* Enable MMX stuffGravatar nick2001-11-11
* Extract parallelism from OSD stuff + MMX2 optimization.Gravatar nick2001-11-11
* bugfixGravatar michael2001-11-11
* .balign or we´ll align by 64kb on some architecturesGravatar michael2001-11-10
* Code cleanup - emms is not required when MMX block is commented out.Gravatar nick2001-11-10
* slow mmx & not so slow asm versions (outcommented)Gravatar michael2001-10-30
* FAST_OSD option to disable font outline antialiasingGravatar arpi_esp2001-06-02
* to be sure in that header is okeyGravatar arpi_esp2001-04-24
* OSD alpha renderers moved to osd.cGravatar arpi_esp2001-04-10