log libswscale/yuv2rgb.c @ 28459:a00a5fff66ac

age author description
Mon, 09 Feb 2009 11:19:19 +0000 diego Remove file name from file headers.
Sun, 25 Jan 2009 19:58:33 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Thu, 09 Oct 2008 11:12:38 +0000 flameeyes Mark dither_2x2_{8,4} static to swscale.c
Sat, 04 Oct 2008 18:50:39 +0000 cehoyos Remove b5Dither, g5Dither and r5Dither from libswscale.
Sat, 04 Oct 2008 16:40:35 +0000 cehoyos Remove g6Dither from libswscale.
Sun, 14 Sep 2008 18:00:49 +0000 michael Move dither tables from yuv2rgb to swscale, they have been written by me and
Thu, 11 Sep 2008 00:09:01 +0000 michael Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
Thu, 04 Sep 2008 21:59:15 +0000 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Thu, 04 Sep 2008 18:14:29 +0000 michael Fix rgb15/16 vs. bgr part1.
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Sun, 04 May 2008 20:19:33 +0000 lu_zero Build sparc arch specific code using the Makefile
Sat, 29 Mar 2008 15:51:05 +0000 diego Fix wrong #endif comment.
Tue, 25 Mar 2008 21:30:46 +0000 diego Classify mlib as a configurable option, not as a hardware feature.
Tue, 11 Mar 2008 09:01:38 +0000 diego Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.