log postproc/yuv2rgb_template.c @ 17120:637a2f4ff216

age author description
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Mon, 24 Feb 2003 00:12:30 +0000 michael cleanup
Sun, 23 Feb 2003 22:05:55 +0000 michael sws_ prefix, more seperation between internal & external swscaler API
Fri, 21 Feb 2003 20:35:18 +0000 michael yuv2rgb brightness/contrast/saturation/different colorspaces support finished
Tue, 11 Feb 2003 12:57:53 +0000 michael cleanup (unsigned stride -> int stride)
Sat, 22 Jun 2002 08:49:45 +0000 arpi sync with mplayer xp
Mon, 08 Apr 2002 14:43:18 +0000 michael fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi
Sun, 20 Jan 2002 18:36:09 +0000 atmos4 add mangling
Mon, 26 Nov 2001 21:17:23 +0000 michael runtime cpu detection
Tue, 06 Nov 2001 19:16:49 +0000 michael 15/16 bpp dithering
Tue, 06 Nov 2001 14:43:19 +0000 michael mmx2 bgr24 stuff from swscale (slightly faster)
Tue, 06 Nov 2001 13:45:57 +0000 michael vars are aligned by 8 now (even faster, yes they where not aligned correctly)
Tue, 06 Nov 2001 13:41:12 +0000 michael 16bpp is 10% faster
Tue, 06 Nov 2001 13:26:43 +0000 michael 15 bpp support
Tue, 06 Nov 2001 13:06:50 +0000 michael common code moved to a #define
Tue, 06 Nov 2001 11:22:40 +0000 nick Move yuv2rgb to postprocess