log libswscale/rgb2rgb_template.c @ 26915:0348d37f5933

age author description
Sun, 01 Jun 2008 03:21:12 +0000 bcoudurier add const, suppress warnings
Sun, 01 Jun 2008 03:17:42 +0000 bcoudurier remove useless casts
Sun, 24 Feb 2008 14:59:16 +0000 reimar __asm __volatile -> asm volatile part 3
Tue, 29 Jan 2008 14:58:10 +0000 reimar Make some assembler constants global instead of declaring them multiple times.
Thu, 17 Jan 2008 11:07:27 +0000 benoit Remove some useless parentheses.
Thu, 17 Jan 2008 10:24:14 +0000 benoit Cosmetics: whitespaces
Thu, 17 Jan 2008 08:57:15 +0000 benoit Remove non cosmetic spaces inside parentheses.
Thu, 22 Nov 2007 10:27:58 +0000 diego comment spelling/grammar fixes
Thu, 05 Jul 2007 10:18:58 +0000 diego license header consistency cosmetics
Wed, 13 Jun 2007 17:48:15 +0000 diego misc spelling fixes
Sun, 29 Apr 2007 13:39:50 +0000 diego cosmetics: Fix stray wrongly indented line.
Sat, 28 Apr 2007 11:44:49 +0000 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Sat, 28 Apr 2007 11:41:11 +0000 diego cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
Thu, 26 Apr 2007 23:07:11 +0000 diego cosmetics: Remove trailing whitespace.
Wed, 18 Apr 2007 16:40:58 +0000 ivo preserve alpha channel when converting rgb32 to bgr32 in plain C