log libswscale/swscale_template.c @ 25752:559b0e9d47fb

age author description
Thu, 17 Jan 2008 15:49:31 +0000 benoit Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
Thu, 17 Jan 2008 08:57:15 +0000 benoit Remove non cosmetic spaces inside parentheses.
Fri, 30 Nov 2007 13:21:20 +0000 diego Comment some #endif directives.
Sun, 04 Nov 2007 12:34:46 +0000 diego The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
Thu, 05 Jul 2007 10:18:58 +0000 diego license header consistency cosmetics
Thu, 28 Jun 2007 11:18:16 +0000 diego comment grammar fixes
Wed, 09 May 2007 21:34:05 +0000 ivo remove the need of one extra shift in rgb16ToUV