log libswscale/rgb2rgb_template.c @ 32157:aae5b14d959a

age author description
Tue, 14 Sep 2010 13:12:11 +0000 ramiro rgb2rgb: don't misuse HAVE_* defines
Mon, 13 Sep 2010 14:33:08 +0000 ramiro swscale: indentation and emtpy line cosmetics
Mon, 13 Sep 2010 14:25:18 +0000 ramiro swscale: avoid reading prior to the source buffer in planar2x() MMX2
Sun, 12 Sep 2010 13:03:41 +0000 ramiro rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
Sat, 11 Sep 2010 14:29:55 +0000 ramiro rgb2rgb: remove unused yvu9toyv12 function
Wed, 31 Mar 2010 17:00:33 +0000 reimar Replace some "m" constraints by MANGLE to avoid issues with some compilers not
Sat, 27 Mar 2010 11:31:02 +0000 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Sat, 09 Jan 2010 14:44:20 +0000 zuxy Remove unused PREFETCHW macro
Mon, 07 Sep 2009 16:29:32 +0000 ramiro Indent.
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Sun, 16 Aug 2009 00:32:04 +0000 ramiro Indent libswscale:
Sat, 08 Aug 2009 15:18:48 +0000 diego Remove disabled crufty code.
Sun, 26 Jul 2009 12:26:32 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Sat, 18 Apr 2009 22:27:36 +0000 michael Remove 2 useless += at the end of rgb16to15(), found by CSA.
Sat, 21 Mar 2009 23:52:34 +0000 michael 10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was
Sat, 21 Mar 2009 23:45:20 +0000 michael Average chroma of 2 lines in packed 422 -> planar 420.
Thu, 19 Mar 2009 15:02:44 +0000 michael Revert
Thu, 19 Mar 2009 03:45:29 +0000 michael Unscaled converters for
Wed, 18 Mar 2009 22:11:50 +0000 reimar Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
Wed, 18 Mar 2009 17:07:30 +0000 ramiro Do not assume long is same width as x86 register.
Wed, 04 Mar 2009 19:12:49 +0000 sdrik Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions
Sat, 28 Feb 2009 08:01:52 +0000 sdrik When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
Sun, 25 Jan 2009 19:58:33 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Fri, 12 Dec 2008 16:46:43 +0000 reimar Some forgotten eax -> REG_a changes.
Thu, 23 Oct 2008 16:23:42 +0000 diego cosmetics: typo fix
Thu, 16 Oct 2008 13:34:30 +0000 flameeyes Convert asm keyword into __asm__.
Thu, 09 Oct 2008 11:11:35 +0000 flameeyes Mark variation-specific interleaveBytes static.
Sun, 05 Oct 2008 21:00:16 +0000 lu_zero gcc-apple specific fallback not necessary anymore