summaryrefslogtreecommitdiffstats
path: root/postproc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with morepacman2006-03-131-12/+16
* Just a comment update, replacing a FIXME to reflect the new expectation ofpacman2006-02-181-1/+2
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingpacman2006-02-171-16/+14
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justdiego2006-02-111-26/+2
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachdiego2006-02-091-3/+3
* altivec_yuv2packedX() ignores the requested output format and unconditionallydiego2006-02-081-2/+32
* AltiVec operations need to have memory aligned on 16-byte boundaries.diego2006-02-081-2/+5
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectdiego2006-02-081-4/+4
* Unify include paths, -I.. is in CFLAGS.diego2005-11-141-2/+2
* postproc/yuv2rgb_altivec.c compile fixmichael2004-10-051-95/+231
* simplify the initalex2004-07-171-45/+13
* some fixesalex2004-07-171-14/+9
* altivec yuv->rgb convertermichael2004-06-271-0/+836