log postproc/yuv2rgb_altivec.c @ 18012:2b4e71051200

age author description
2006-03-13 pacman Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
2006-02-18 pacman Just a comment update, replacing a FIXME to reflect the new expectation of
2006-02-17 pacman Fix vec_clip for gcc's that don't handle (vector signed short){16} according
2006-02-11 diego Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
2006-02-09 diego Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
2006-02-08 diego altivec_yuv2packedX() ignores the requested output format and unconditionally
2006-02-08 diego AltiVec operations need to have memory aligned on 16-byte boundaries.
2006-02-08 diego vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
2005-11-14 diego Unify include paths, -I.. is in CFLAGS.
2004-10-05 michael postproc/yuv2rgb_altivec.c compile fix
2004-07-17 alex simplify the init
2004-07-17 alex some fixes
2004-06-27 michael altivec yuv->rgb converter