log libswscale/swscale_template.c @ 29090:319305829bdc

age author description
Thu, 02 Apr 2009 18:34:11 +0000 ramiro swscale: Remove mmx2 params from h[yc]scale().
Thu, 02 Apr 2009 18:32:49 +0000 ramiro swscale: Split h[yc]scale_fast() into their own functions.
Thu, 02 Apr 2009 18:31:22 +0000 ramiro swscale: Execute sfence and emms depending on runtime flags.
Sun, 29 Mar 2009 14:18:44 +0000 diego Move swscale AltiVec template code to ppc subdirectory.
Fri, 20 Mar 2009 16:23:48 +0000 reimar Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
Fri, 20 Mar 2009 16:12:03 +0000 reimar Fix swscale compilation with Altivec enabled.
Fri, 20 Mar 2009 14:44:26 +0000 sdrik Reindent after last commit
Fri, 20 Mar 2009 14:16:24 +0000 sdrik YUVA420P is now supported as output format
Fri, 20 Mar 2009 14:15:14 +0000 sdrik Add alpha channel scaling
Thu, 19 Mar 2009 23:29:19 +0000 cehoyos Remove useless casting in asm "m" operand.
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.