Mercurial > mplayer.hg
log postproc/yuv2rgb_template.c @ 13243:4c68686f715b
age | author | description |
---|---|---|
2003-02-24 | michael | cleanup |
2003-02-23 | michael | sws_ prefix, more seperation between internal & external swscaler API |
2003-02-21 | michael | yuv2rgb brightness/contrast/saturation/different colorspaces support finished |
2003-02-11 | michael | cleanup (unsigned stride -> int stride) |
2002-06-22 | arpi | sync with mplayer xp |
2002-04-08 | michael | fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi |
2002-01-20 | atmos4 | add mangling |
2001-11-26 | michael | runtime cpu detection |
2001-11-06 | michael | 15/16 bpp dithering |
2001-11-06 | michael | mmx2 bgr24 stuff from swscale (slightly faster) |
2001-11-06 | michael | vars are aligned by 8 now (even faster, yes they where not aligned correctly) |
2001-11-06 | michael | 16bpp is 10% faster |
2001-11-06 | michael | 15 bpp support |
2001-11-06 | michael | common code moved to a #define |
2001-11-06 | nick | Move yuv2rgb to postprocess |