summaryrefslogtreecommitdiffstats
path: root/postproc/yuv2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* removed the last mp_msg :)alex2003-05-011-3/+2
* remove remaining cpudetect dependancymichael2003-04-251-3/+2
* cleanupmichael2003-02-241-4/+1
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-231-1/+2
* 100l (gcc 3.2 .....)michael2003-02-211-1/+1
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-376/+163
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-301-12/+128
* avoid multiple initmichael2002-10-171-2/+2
* remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)michael2002-08-131-3/+3
* fixing scaling/contrast for 1/4/8 bppmichael2002-06-271-38/+109
* sync with mplayer xparpi2002-06-221-6/+6
* 10lmichael2002-06-171-34/+33
* 1bpp supportmichael2002-06-171-42/+97
* 8bpp bugfixes (brightness, contrast ...)michael2002-06-171-8/+165
* ordered dither for 8bppmichael2002-06-161-8/+89
* 8bpp support (no dithering yet, use -vop noise for now)michael2002-06-161-0/+78
* 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>arpi2002-05-201-1/+1
* printf to mp_msgalbeu2002-05-021-7/+8
* add manglingatmos42002-01-201-0/+1
* runtime cpu detectionmichael2001-11-261-13/+92
* Move yuv2rgb to postprocessnick2001-11-061-0/+422