log libswscale/swscale_template.c @ 27289:2c9fa9b25781

age author description
Thu, 17 Jul 2008 23:42:06 +0000 michael Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
Thu, 17 Jul 2008 23:35:36 +0000 michael simplify yuv2yuv1()
Sun, 06 Jul 2008 03:32:47 +0000 lu_zero Remove ASSERT() macro. SoC Patch from Keiji Costantini
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Sun, 01 Jun 2008 03:28:15 +0000 bcoudurier cast to correct type, suppress warnings
Sat, 22 Mar 2008 17:35:32 +0000 diego cosmetics: comment typo fixes
Thu, 06 Mar 2008 09:51:25 +0000 bcoudurier remove redundant SwScaler text since av_log uses AVClass context
Wed, 05 Mar 2008 03:00:25 +0000 michael Turn ancient V offset numerical constants into named ones.
Sun, 24 Feb 2008 14:59:16 +0000 reimar __asm __volatile -> asm volatile part 3
Fri, 22 Feb 2008 08:08:19 +0000 cehoyos Discard two symbols from libswscale.
Tue, 29 Jan 2008 14:58:10 +0000 reimar Make some assembler constants global instead of declaring them multiple times.
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.