summaryrefslogtreecommitdiff
path: root/postproc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* Move postproc ---> libswscaleLuca Abeni2006-06-30
* Fix some bugs handling input that is not aligned at 16 bytes or hasAlan Curry2006-04-27
* Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with moreAlan Curry2006-03-13
* Just a comment update, replacing a FIXME to reflect the new expectation ofAlan Curry2006-02-18
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingAlan Curry2006-02-17
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justAlan Curry2006-02-11
* 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