summaryrefslogtreecommitdiffstats
path: root/postproc/yuv2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-211-12/+12
* cleanupMichael Niedermayer2003-02-241-16/+4
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-231-4/+9
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-211-230/+182
* cleanup (unsigned stride -> int stride)Michael Niedermayer2003-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 kabiMichael Niedermayer2002-04-081-4/+20
* add manglingFelix Bünemann2002-01-201-26/+26
* runtime cpu detectionMichael Niedermayer2001-11-261-57/+26
* 15/16 bpp ditheringMichael Niedermayer2001-11-061-1/+40
* mmx2 bgr24 stuff from swscale (slightly faster)Michael Niedermayer2001-11-061-2/+53
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)Michael Niedermayer2001-11-061-10/+10
* 16bpp is 10% fasterMichael Niedermayer2001-11-061-22/+11
* 15 bpp supportMichael Niedermayer2001-11-061-0/+88
* common code moved to a #defineMichael Niedermayer2001-11-061-187/+227
* Move yuv2rgb to postprocessNick Kurshev2001-11-061-0/+403
OpenPOWER on IntegriCloud