log libswscale/swscale.c @ 28532:e5a0c2f38f96

age author description
Sat, 14 Feb 2009 20:18:50 +0000 stefano Use sws_printVec2() instead of the deprecated sws_printVec().
Sat, 14 Feb 2009 20:14:28 +0000 stefano Implement sws_printVec2() and deprecate sws_printVec().
Sat, 14 Feb 2009 16:37:39 +0000 kostya Some AltiVec functions in SwScaler produce different output than their
Tue, 10 Feb 2009 23:45:50 +0000 stefano Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
Tue, 10 Feb 2009 23:26:56 +0000 stefano Move documentation of sws_getCachedContext() from swscale.c to
Tue, 10 Feb 2009 23:25:09 +0000 stefano Remove pointless comment regarding sws_scale_ordered().
Mon, 09 Feb 2009 14:31:53 +0000 kostya Prefix visible YUV2RGB functions with sws_
Mon, 09 Feb 2009 14:17:30 +0000 kostya Give better name to Inverse_Table_6_9
Sun, 08 Feb 2009 23:06:05 +0000 stefano Drop the deprecated sws_scale_ordered() at the next major version
Sun, 25 Jan 2009 19:58:33 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Sun, 25 Jan 2009 11:59:22 +0000 diego Disable C code when compiling AltiVec code, fixes the warning:
Sun, 25 Jan 2009 11:57:17 +0000 diego spelling/grammar cosmetics
Sun, 25 Jan 2009 11:33:35 +0000 diego Fix #endif comments.
Tue, 20 Jan 2009 09:31:07 +0000 cehoyos Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
Fri, 16 Jan 2009 02:14:25 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Thu, 08 Jan 2009 19:54:43 +0000 cehoyos Add PIX_FMT_VDPAU_H264.
Sat, 27 Dec 2008 11:33:54 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC.
Mon, 27 Oct 2008 19:59:01 +0000 vitor Silence GCC warnings:
Sun, 26 Oct 2008 15:41:11 +0000 vitor Silence the following GCC warning:
Sat, 25 Oct 2008 15:00:28 +0000 michael Do not attempt to use the unscaled yuv2rgb converter when height is odd because
Thu, 23 Oct 2008 19:20:14 +0000 vitor Cosmetics: alignment
Thu, 23 Oct 2008 19:13:11 +0000 vitor Fix broken palette8to*.
Thu, 16 Oct 2008 13:34:30 +0000 flameeyes Convert asm keyword into __asm__.
Thu, 09 Oct 2008 11:13:14 +0000 flameeyes Mark some symbols in swscale.c as constant.
Thu, 09 Oct 2008 11:12:38 +0000 flameeyes Mark dither_2x2_{8,4} static to swscale.c
Thu, 09 Oct 2008 08:36:04 +0000 cehoyos Change variable types from int to enum PixelFormat.
Wed, 08 Oct 2008 17:48:23 +0000 vitor Do not set src[1] to the palette, it is now in the context
Wed, 08 Oct 2008 17:46:22 +0000 vitor Add a new unscaled PAL8 -> RGB converter.
Wed, 08 Oct 2008 11:59:01 +0000 aurel Change one more variable type from int to enum PixelFormat.
Tue, 07 Oct 2008 19:44:39 +0000 cehoyos Change variable types from int to enum PixelFormat.
Sat, 04 Oct 2008 18:50:39 +0000 cehoyos Remove b5Dither, g5Dither and r5Dither from libswscale.
Sat, 04 Oct 2008 16:40:35 +0000 cehoyos Remove g6Dither from libswscale.
Mon, 29 Sep 2008 01:08:01 +0000 michael Fix infinite loop with spline, bug was introduced in r27612 by me.
Tue, 16 Sep 2008 03:49:54 +0000 michael Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha
Mon, 15 Sep 2008 03:33:09 +0000 michael Avoid using floating point for calculating filter coefficients.
Sun, 14 Sep 2008 19:29:14 +0000 michael Avoid some explicit types in sizeof().
Sun, 14 Sep 2008 19:25:16 +0000 michael Use av_mallocz() instead of for() =0;
Sun, 14 Sep 2008 18:00:49 +0000 michael Move dither tables from yuv2rgb to swscale, they have been written by me and
Sat, 13 Sep 2008 11:52:03 +0000 michael Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
Sat, 13 Sep 2008 02:04:10 +0000 michael Ensure that additional filter coeffs that exist due to alignment
Fri, 12 Sep 2008 23:52:37 +0000 michael yvu9toyv12Wrapper is not bitexact so disable it when the user wants
Fri, 12 Sep 2008 21:25:42 +0000 michael The yuv->rgb tables are too small for clipping to be avoidable,
Fri, 12 Sep 2008 17:51:13 +0000 michael Add support for PIX_FMT_YUV440P.
Fri, 12 Sep 2008 16:46:38 +0000 michael Support mono as input format.
Fri, 12 Sep 2008 16:01:17 +0000 michael Add support for PIX_FMT_MONOWHITE as output format.
Fri, 12 Sep 2008 04:40:51 +0000 michael rgb24toyv12 is not accurately rounding, so disable it as well when the
Fri, 12 Sep 2008 02:05:37 +0000 michael Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,
Thu, 11 Sep 2008 14:40:29 +0000 michael Remove mistakenly commited code I used for testing.
Thu, 11 Sep 2008 14:39:12 +0000 michael Implement full horizontal chroma for rgb/bgr24/32 output.
Thu, 11 Sep 2008 03:22:39 +0000 michael Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.
Thu, 11 Sep 2008 02:36:51 +0000 michael Factorize yuv2packedXinC().
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.