summaryrefslogtreecommitdiff
path: root/postproc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachAlan Curry2006-02-09
* altivec_yuv2packedX() ignores the requested output format and unconditionallyAlan Curry2006-02-08
* AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry2006-02-08
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectAlan Curry2006-02-08
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
* postproc/yuv2rgb_altivec.c compile fixLuca Barbato2004-10-05
* simplify the initAlex Beregszaszi2004-07-17
* some fixesAlex Beregszaszi2004-07-17
* altivec yuv->rgb converterMichael Niedermayer2004-06-27