log libswscale/swscale_template.c @ 27535:d92059f10deb

age author description
Wed, 10 Sep 2008 13:55:51 +0000 michael Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication
Wed, 10 Sep 2008 03:56:06 +0000 michael Factorize RGB/BGR15/16/32->UV by using the preprocessor.
Wed, 10 Sep 2008 03:42:45 +0000 michael Factorize rgb/bgr15/16/32->Y by using the preprocessor.
Wed, 10 Sep 2008 02:28:38 +0000 michael Make SWS_FULL_CHR_H_INP work.
Tue, 09 Sep 2008 23:30:06 +0000 michael Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,
Tue, 09 Sep 2008 16:55:58 +0000 michael More correct rounding for the rgb/bgr->yuv converters.
Tue, 09 Sep 2008 03:35:07 +0000 michael Prevent overflows during mpeg->jpeg yuv.
Mon, 08 Sep 2008 12:36:38 +0000 michael Fix jpeg yuv.
Sun, 07 Sep 2008 21:06:21 +0000 michael Fix accurate rounding mode on x86_64.
Sun, 07 Sep 2008 18:22:29 +0000 lu_zero Make ToY and ToUV family of function consistent part I
Thu, 04 Sep 2008 22:58:16 +0000 michael Make 16bit grayscale output work.
Thu, 04 Sep 2008 21:59:15 +0000 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Thu, 04 Sep 2008 18:24:25 +0000 michael Fix rgb15/16 vs. bgr part2.
Fri, 18 Jul 2008 00:09:09 +0000 michael Make C code in yuv2yuv1() do accurate rounding, this could be split
Thu, 17 Jul 2008 23:43:48 +0000 michael indent
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.