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