log postproc/yuv2rgb_altivec.c @ 18419:40712b70206c

age author description
Thu, 27 Apr 2006 21:42:41 +0000 pacman Fix some bugs handling input that is not aligned at 16 bytes or has
Mon, 13 Mar 2006 03:46:25 +0000 pacman Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
Sat, 18 Feb 2006 01:08:17 +0000 pacman Just a comment update, replacing a FIXME to reflect the new expectation of
Fri, 17 Feb 2006 05:01:46 +0000 pacman Fix vec_clip for gcc's that don't handle (vector signed short){16} according
Sat, 11 Feb 2006 14:16:10 +0000 diego Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
Thu, 09 Feb 2006 00:29:35 +0000 diego Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
Wed, 08 Feb 2006 13:14:19 +0000 diego altivec_yuv2packedX() ignores the requested output format and unconditionally
Wed, 08 Feb 2006 08:20:40 +0000 diego AltiVec operations need to have memory aligned on 16-byte boundaries.
Wed, 08 Feb 2006 08:16:53 +0000 diego vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
Mon, 14 Nov 2005 00:30:37 +0000 diego Unify include paths, -I.. is in CFLAGS.
Tue, 05 Oct 2004 19:11:00 +0000 michael postproc/yuv2rgb_altivec.c compile fix
Sat, 17 Jul 2004 08:53:20 +0000 alex simplify the init
Sat, 17 Jul 2004 07:01:15 +0000 alex some fixes
Sun, 27 Jun 2004 00:07:15 +0000 michael altivec yuv->rgb converter