]> git.sesse.net Git - ffmpeg/history - postproc/yuv2rgb_altivec.c
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
[ffmpeg] / postproc / yuv2rgb_altivec.c
2006-04-27 Alan CurryFix some bugs handling input that is not aligned at...
2006-03-13 Alan CurrySupport all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversio...
2006-02-18 Alan CurryJust a comment update, replacing a FIXME to reflect...
2006-02-17 Alan CurryFix vec_clip for gcc's that don't handle (vector signed...
2006-02-11 Alan CurryMove the v{Y,C}CoeffsBank vectors into the SwsContext...
2006-02-09 Alan CurryCorrect RGB vs. BGR confusion, the macros vec_mstrgb24...
2006-02-08 Alan Curryaltivec_yuv2packedX() ignores the requested output...
2006-02-08 Alan CurryAltiVec operations need to have memory aligned on 16...
2006-02-08 Alan CurryvYCoeffsBank and vCCoeffsBank are allocated and initial...
2005-11-14 Diego BiurrunUnify include paths, -I.. is in CFLAGS.
2004-10-05 Luca Barbatopostproc/yuv2rgb_altivec.c compile fix
2004-07-17 Alex Beregszaszisimplify the init
2004-07-17 Alex Beregszaszisome fixes
2004-06-27 Michael Niedermayeraltivec yuv->rgb converter