aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/yuv2rgb_template.c
Commit message (Expand)AuthorAge
* cleanupGravatar michael2003-02-24
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedGravatar michael2003-02-21
* cleanup (unsigned stride -> int stride)Gravatar michael2003-02-11
* sync with mplayer xpGravatar arpi2002-06-22
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabiGravatar michael2002-04-08
* add manglingGravatar atmos42002-01-20
* runtime cpu detectionGravatar michael2001-11-26
* 15/16 bpp ditheringGravatar michael2001-11-06
* mmx2 bgr24 stuff from swscale (slightly faster)Gravatar michael2001-11-06
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)Gravatar michael2001-11-06
* 16bpp is 10% fasterGravatar michael2001-11-06
* 15 bpp supportGravatar michael2001-11-06
* common code moved to a #defineGravatar michael2001-11-06
* Move yuv2rgb to postprocessGravatar nick2001-11-06