summaryrefslogtreecommitdiffstats
path: root/postproc/yuv2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupmichael2003-02-241-16/+4
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-231-4/+9
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-230/+182
* cleanup (unsigned stride -> int stride)michael2003-02-111-4/+4
* sync with mplayer xparpi2002-06-221-9/+9
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabimichael2002-04-081-4/+20
* add manglingatmos42002-01-201-26/+26
* runtime cpu detectionmichael2001-11-261-57/+26
* 15/16 bpp ditheringmichael2001-11-061-1/+40
* mmx2 bgr24 stuff from swscale (slightly faster)michael2001-11-061-2/+53
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)michael2001-11-061-10/+10
* 16bpp is 10% fastermichael2001-11-061-22/+11
* 15 bpp supportmichael2001-11-061-0/+88
* common code moved to a #definemichael2001-11-061-187/+227
* Move yuv2rgb to postprocessnick2001-11-061-0/+403