log libswscale/swscale_template.c @ 29864:4e79bdef6176

age author description
Sun, 08 Nov 2009 23:31:43 +0000 cehoyos Use enum PixelFormat instead of int for srcFormat and dstFormat.
Tue, 22 Sep 2009 14:38:49 +0000 diego Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
Wed, 16 Sep 2009 22:34:48 +0000 ramiro Cleanup buffer debugs in swScale().
Wed, 16 Sep 2009 22:31:43 +0000 ramiro Use correct buffers in vertical scaler in unscaled YV12 case.
Sat, 05 Sep 2009 23:33:11 +0000 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Sun, 16 Aug 2009 21:37:07 +0000 ramiro More indentation changes leftover from r29522:
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Sun, 16 Aug 2009 00:32:04 +0000 ramiro Indent libswscale:
Sat, 15 Aug 2009 02:35:55 +0000 ramiro Indent.
Fri, 14 Aug 2009 15:52:40 +0000 ramiro Vertical yuv -> yuv16 scaler.
Thu, 13 Aug 2009 18:28:55 +0000 ramiro Remove duplicate define (it is the same in the lum code).
Thu, 13 Aug 2009 18:28:17 +0000 ramiro Rename "funny" code to "mmx2 filter" code.
Sat, 08 Aug 2009 15:18:48 +0000 diego Remove disabled crufty code.
Tue, 28 Jul 2009 05:14:47 +0000 ramiro Indent.
Tue, 28 Jul 2009 05:13:36 +0000 ramiro Remove duplicate horizontal scaling when there aren't enough lines in a slice
Mon, 27 Jul 2009 06:47:41 +0000 ramiro Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
Mon, 27 Jul 2009 06:22:00 +0000 ramiro Factorize x86 fast_bilinear assembly.
Mon, 27 Jul 2009 06:20:17 +0000 ramiro Fix assembly comments for x86 fast_bilinear so they match the C code.
Thu, 11 Jun 2009 17:10:54 +0000 ramiro Kill warnings of possibly unused variables by using av_unused.
Thu, 04 Jun 2009 22:10:52 +0000 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Tue, 02 Jun 2009 12:28:49 +0000 kostya Partial (low bits ignored, no direct transcoding into other RGB formats) support
Mon, 25 May 2009 16:42:54 +0000 kostya Move colorspace conversion functions implemented in pure C from template
Sat, 02 May 2009 08:40:53 +0000 sdrik Fix chroma shift when scaling from ARGB on LE and BGRA on BE
Tue, 21 Apr 2009 01:08:03 +0000 michael Planar 16bit 420 422 444 YUV support (output is only supported in some
Tue, 14 Apr 2009 14:11:57 +0000 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Sat, 04 Apr 2009 22:41:46 +0000 ramiro swscale: Add const to some swScale functions' parameters.
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.
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