Wed, 26 May 2010 00:47:22 +0000 |
diego |
Add missing RGB12 version of the fast OSD table.
|
Thu, 06 May 2010 10:18:25 +0000 |
cehoyos |
Add support for 12-bit color mode on framebuffer devices.
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Wed, 08 Apr 2009 20:21:21 +0000 |
ramiro |
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
|
Sun, 15 Mar 2009 10:01:02 +0000 |
diego |
Get rid of pointless preprocessor condition indirection and use ARCH_X86
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Wed, 04 Jun 2008 09:44:12 +0000 |
diego |
Remove unnecessary mangle.h #include.
|
Wed, 30 Jan 2008 18:52:59 +0000 |
reimar |
Avoid a MANGLE, there is no register pressure and the generated code
|
Wed, 01 Nov 2006 18:41:25 +0000 |
reimar |
ARCH_X86 simplifications
|
Mon, 27 Mar 2006 07:22:48 +0000 |
diego |
Change 'if(verbose)' to the more appropriate mp_msg_test.
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Thu, 21 Oct 2004 11:55:20 +0000 |
aurel |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
|
Mon, 31 May 2004 15:13:35 +0000 |
nplourde |
draw alpha for uyvy
|
Mon, 26 Apr 2004 10:12:40 +0000 |
alex |
attribute_used for gcc3.4
|
Sat, 04 Oct 2003 17:29:08 +0000 |
gabucino |
many small typo and grammar fixes
|
Sun, 03 Aug 2003 18:33:28 +0000 |
alex |
removed obsolete my_profile
|
Thu, 02 May 2002 10:49:55 +0000 |
albeu |
printf to mp_msg
|
Sat, 19 Jan 2002 04:44:49 +0000 |
atmos4 |
mangling in libvo
|
Tue, 27 Nov 2001 01:54:13 +0000 |
michael |
optional runtime cpu detect
|
Mon, 26 Nov 2001 21:12:15 +0000 |
michael |
runtime cpu detection
|
Mon, 12 Nov 2001 02:01:24 +0000 |
atmos4 |
Compile fix.
|
Sun, 11 Nov 2001 22:14:13 +0000 |
michael |
p2/p3 bgr32 version (20%faster)
|
Sun, 11 Nov 2001 17:14:57 +0000 |
nick |
Use new logic suggested by Michael Niedermayer
|
Sun, 11 Nov 2001 16:09:19 +0000 |
nick |
Cloning 32 stuff to 24
|
Sun, 11 Nov 2001 15:35:11 +0000 |
nick |
Minor speedup for K6-2, K7, P3
|
Sun, 11 Nov 2001 14:42:10 +0000 |
nick |
Enable MMX stuff
|
Sun, 11 Nov 2001 11:18:50 +0000 |
nick |
Extract parallelism from OSD stuff + MMX2 optimization.
|
Sun, 11 Nov 2001 01:14:09 +0000 |
michael |
bugfix
|
Sat, 10 Nov 2001 20:39:23 +0000 |
michael |
.balign or weĦll align by 64kb on some architectures
|
Sat, 10 Nov 2001 18:40:49 +0000 |
nick |
Code cleanup - emms is not required when MMX block is commented out.
|
Tue, 30 Oct 2001 22:35:02 +0000 |
michael |
slow mmx & not so slow asm versions (outcommented)
|
Sat, 02 Jun 2001 16:02:38 +0000 |
arpi_esp |
FAST_OSD option to disable font outline antialiasing
|
Tue, 24 Apr 2001 20:03:13 +0000 |
arpi_esp |
to be sure in that header is okey
|
Tue, 10 Apr 2001 02:29:38 +0000 |
arpi_esp |
OSD alpha renderers moved to osd.c
|