log libswscale/swscale.c @ 27545:cd5855b269df

age author description
Thu, 11 Sep 2008 01:49:35 +0000 michael Set rgb2yuv constants more accurately, makes no real difference though.
Wed, 10 Sep 2008 23:23:47 +0000 michael Correct normalization constant for the vertical filter.
Wed, 10 Sep 2008 16:39:56 +0000 michael Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
Wed, 10 Sep 2008 02:28:38 +0000 michael Make SWS_FULL_CHR_H_INP work.
Tue, 09 Sep 2008 23:39:32 +0000 michael More accurate rounding for 8bit inputs.
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 18:01:25 +0000 michael Add table of rgb->yuv conversion coefficients.
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 16:59:04 +0000 michael Make fast bilinear scaler work again.
Fri, 05 Sep 2008 01:44:33 +0000 bcoudurier simplify function selection code
Fri, 05 Sep 2008 00:25:39 +0000 bcoudurier enable yuv422p to uyvy converter
Thu, 04 Sep 2008 22:58:16 +0000 michael Make 16bit grayscale output work.
Thu, 04 Sep 2008 22:31:22 +0000 michael Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
Thu, 04 Sep 2008 21:59:15 +0000 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Thu, 04 Sep 2008 20:46:36 +0000 michael Fix 4 and 8 bit RGB/BGR input.
Fri, 29 Aug 2008 18:23:54 +0000 stefano Implement swscale_version().
Mon, 21 Jul 2008 11:41:13 +0000 michael fix memleak
Mon, 21 Jul 2008 11:18:24 +0000 michael Cleanup, use av_freep() instead of av_free(x); x=NULL
Thu, 17 Jul 2008 22:30:02 +0000 michael 10l forgot SWS_BILINEAR
Thu, 17 Jul 2008 22:01:18 +0000 michael Ensure that exactly one scaler algo is used.
Wed, 09 Jul 2008 22:43:08 +0000 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
Sun, 06 Jul 2008 03:32:47 +0000 lu_zero Remove ASSERT() macro. SoC Patch from Keiji Costantini
Sun, 06 Jul 2008 03:27:31 +0000 lu_zero Reindent. SoC Patch from Keiji Costantini
Sun, 06 Jul 2008 03:26:32 +0000 lu_zero Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
Sun, 01 Jun 2008 03:36:23 +0000 bcoudurier cast to correct type, suppress warnings
Sun, 01 Jun 2008 03:35:27 +0000 bcoudurier cast to correct type, suppress warnings
Sun, 01 Jun 2008 03:34:39 +0000 bcoudurier cast to correct type, suppress warning
Sun, 01 Jun 2008 03:27:45 +0000 bcoudurier add const, suppress warnings
Fri, 09 May 2008 12:47:55 +0000 superdump Remove in_asm_used_var_warning_killer()
Fri, 09 May 2008 12:00:25 +0000 diego Use full path for #includes from another directory.
Sat, 22 Mar 2008 18:22:53 +0000 diego Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.
Tue, 18 Mar 2008 22:14:57 +0000 diego Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Mon, 17 Mar 2008 06:01:58 +0000 zuxy Fix a typo that causes an assertion to always fail.
Wed, 12 Mar 2008 23:50:48 +0000 diego typos
Mon, 10 Mar 2008 18:38:46 +0000 diego typo
Mon, 10 Mar 2008 14:30:49 +0000 benoit Make av_class a pointer to const.
Mon, 10 Mar 2008 07:30:24 +0000 diego Remove redundant swScaler: output from places where av_log()
Thu, 06 Mar 2008 11:32:25 +0000 bcoudurier change sws_format_name to return const char*, supress many warnings
Thu, 06 Mar 2008 09:51:25 +0000 bcoudurier remove redundant SwScaler text since av_log uses AVClass context
Wed, 05 Mar 2008 04:03:44 +0000 michael One more (forgotten) fix for fixing sws_flags.
Wed, 05 Mar 2008 03:00:25 +0000 michael Turn ancient V offset numerical constants into named ones.
Fri, 22 Feb 2008 08:08:19 +0000 cehoyos Discard two symbols from libswscale.
Fri, 15 Feb 2008 07:50:27 +0000 benoit More explicit unsupported pixel format error messages.
Sat, 09 Feb 2008 22:57:37 +0000 cehoyos Make dither4 & dither8 const.
Tue, 29 Jan 2008 14:58:10 +0000 reimar Make some assembler constants global instead of declaring them multiple times.
Mon, 28 Jan 2008 14:38:11 +0000 reimar Use DECLARE_ASM_CONST where possible in libswscale code
Mon, 21 Jan 2008 20:46:28 +0000 reimar Fix typo in comment
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 10:24:14 +0000 benoit Cosmetics: whitespaces
Thu, 17 Jan 2008 08:57:15 +0000 benoit Remove non cosmetic spaces inside parentheses.
Thu, 17 Jan 2008 08:12:23 +0000 benoit Description: remove superfluous parentheses.
Thu, 17 Jan 2008 08:06:09 +0000 benoit Check param in sws_getCachedContext().
Fri, 21 Dec 2007 11:47:09 +0000 diego comment typo fixes
Thu, 20 Dec 2007 10:08:36 +0000 benoit Make sure strides have positive values before converting.
Thu, 27 Sep 2007 08:00:22 +0000 diego Revert wrong ARCH_BFIN --> HAVE_BFIN change.
Mon, 24 Sep 2007 15:11:49 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha)
Fri, 31 Aug 2007 14:57:50 +0000 mhoffman renaming ARCH_BFIN to HAVE_BFIN
Sat, 28 Jul 2007 14:17:25 +0000 diego typo
Wed, 18 Jul 2007 08:12:40 +0000 benoit use YUV440P in swscale