log libswscale/swscale_template.c @ 28957:e538af2c69c1

age author description
Wed, 18 Mar 2009 17:07:30 +0000 ramiro Do not assume long is same width as x86 register.
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Sat, 14 Mar 2009 08:11:03 +0000 sdrik Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro
Wed, 11 Mar 2009 14:44:22 +0000 sdrik Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro
Mon, 09 Mar 2009 17:25:43 +0000 kostya Mask all unused bits for packed pixel format instead of green and alpha mask only.
Tue, 03 Mar 2009 19:47:23 +0000 henry remove the rest of x86 asm from LGPL build
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
Sat, 21 Feb 2009 10:54:29 +0000 stefang move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
Sat, 21 Feb 2009 10:52:59 +0000 stefang splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
Sat, 21 Feb 2009 10:49:52 +0000 stefang make MMX registers parametrized in the WRITEBGR32 macro,
Sat, 14 Feb 2009 16:37:39 +0000 kostya Some AltiVec functions in SwScaler produce different output than their
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_*.
Mon, 17 Nov 2008 10:33:59 +0000 diego Put variable declaration inside an #ifdef to avoid an unused variable warning.
Sat, 25 Oct 2008 20:41:51 +0000 cehoyos Remove unused code that can't be compiled without svn archive.
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:10:30 +0000 flameeyes Invert logic for the single-pass in swScale() functions.
Wed, 08 Oct 2008 17:48:23 +0000 vitor Do not set src[1] to the palette, it is now in the context
Sat, 04 Oct 2008 18:50:39 +0000 cehoyos Remove b5Dither, g5Dither and r5Dither from libswscale.
Sat, 04 Oct 2008 16:40:35 +0000 cehoyos Remove g6Dither from libswscale.
Thu, 18 Sep 2008 00:26:37 +0000 lu_zero Uniform *ToY and *ToUV function signatures
Thu, 18 Sep 2008 00:24:32 +0000 lu_zero Split mono2Y in monowhite and monoblack
Thu, 18 Sep 2008 00:22:53 +0000 lu_zero Factorize unit32_t* casts for palette pointer
Sat, 13 Sep 2008 16:13:04 +0000 ben Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.
Sat, 13 Sep 2008 13:41:47 +0000 michael Fix indention.
Sat, 13 Sep 2008 03:12:15 +0000 michael Disable mmx routines that are not bitexact when the user wants
Sat, 13 Sep 2008 02:18:12 +0000 michael Make horizontal mmx scaling code match C code.
Fri, 12 Sep 2008 22:29:21 +0000 michael Make the horizontal C scaler code clip only against INT16_MAX not 0,
Fri, 12 Sep 2008 18:05:57 +0000 michael Fix another 1000l bug in the mono input code.