aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with moreGravatar pacman2006-03-13
* Just a comment update, replacing a FIXME to reflect the new expectation ofGravatar pacman2006-02-18
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingGravatar pacman2006-02-17
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justGravatar diego2006-02-11
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachGravatar diego2006-02-09
* altivec_yuv2packedX() ignores the requested output format and unconditionallyGravatar diego2006-02-08
* AltiVec operations need to have memory aligned on 16-byte boundaries.Gravatar diego2006-02-08
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectGravatar diego2006-02-08
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* postproc/yuv2rgb_altivec.c compile fixGravatar michael2004-10-05
* simplify the initGravatar alex2004-07-17
* some fixesGravatar alex2004-07-17
* altivec yuv->rgb converterGravatar michael2004-06-27