]> git.sesse.net Git - ffmpeg/history - postproc/yuv2rgb_template.c
Baptiste COUDURIER's padding patch (reworked by me a little bit).
[ffmpeg] / postproc / yuv2rgb_template.c
2004-10-21 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2003-02-24 Michael Niedermayercleanup
2003-02-23 Michael Niedermayersws_ prefix, more seperation between internal & externa...
2003-02-21 Michael Niedermayeryuv2rgb brightness/contrast/saturation/different colors...
2003-02-11 Michael Niedermayercleanup (unsigned stride -> int stride)
2002-06-22 Arpisync with mplayer xp
2002-04-08 Michael Niedermayerfixing black stripe at right if width%8!=0 && stride...
2002-01-20 Felix Bünemannadd mangling
2001-11-26 Michael Niedermayerruntime cpu detection
2001-11-06 Michael Niedermayer15/16 bpp dithering
2001-11-06 Michael Niedermayermmx2 bgr24 stuff from swscale (slightly faster)
2001-11-06 Michael Niedermayervars are aligned by 8 now (even faster, yes they where...
2001-11-06 Michael Niedermayer16bpp is 10% faster
2001-11-06 Michael Niedermayer15 bpp support
2001-11-06 Michael Niedermayercommon code moved to a #define
2001-11-06 Nick KurshevMove yuv2rgb to postprocess