log libvo/osd_template.c @ 28446:7681eab10aea

age author description
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_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Fri, 15 Feb 2008 21:52:34 +0000 uau libvo: change asm syntax to use ASMALIGN and " # nop"
Wed, 30 Jan 2008 18:52:59 +0000 reimar Avoid a MANGLE, there is no register pressure and the generated code
Wed, 29 Nov 2006 13:49:48 +0000 reimar Avoid compiling code using %ah etc. on AMD64, since that will not work
Wed, 01 Nov 2006 18:41:25 +0000 reimar ARCH_X86 simplifications
Mon, 12 Jun 2006 11:14:10 +0000 gpoirier moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
Tue, 13 Sep 2005 21:41:44 +0000 reimar Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".
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
Sun, 03 Aug 2003 18:33:28 +0000 alex removed obsolete my_profile
Mon, 21 Apr 2003 17:24:29 +0000 michael big endian yellow fix?
Sat, 16 Mar 2002 17:12:19 +0000 michael workaround lack of -fomit-frame-pointer
Sat, 19 Jan 2002 04:44:49 +0000 atmos4 mangling in libvo
Mon, 10 Dec 2001 13:14:28 +0000 michael yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>
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