summaryrefslogtreecommitdiff
path: root/postproc/yuv2rgb_template.c
Commit message (Expand)AuthorAge
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-21
* cleanupMichael Niedermayer2003-02-24
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-23
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-21
* cleanup (unsigned stride -> int stride)Michael Niedermayer2003-02-11
* sync with mplayer xpArpi2002-06-22
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabiMichael Niedermayer2002-04-08
* add manglingFelix Bünemann2002-01-20
* runtime cpu detectionMichael Niedermayer2001-11-26
* 15/16 bpp ditheringMichael Niedermayer2001-11-06
* mmx2 bgr24 stuff from swscale (slightly faster)Michael Niedermayer2001-11-06
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)Michael Niedermayer2001-11-06
* 16bpp is 10% fasterMichael Niedermayer2001-11-06
* 15 bpp supportMichael Niedermayer2001-11-06
* common code moved to a #defineMichael Niedermayer2001-11-06
* Move yuv2rgb to postprocessNick Kurshev2001-11-06