log libswscale/utils.c @ 30910:dd0c440f3205

age author description
Tue, 23 Mar 2010 20:12:52 +0000 diego Do not compile AltiVec code when AltiVec is not available; not even in
Thu, 18 Mar 2010 23:02:32 +0000 cehoyos Extend the generic path of the yuv2rgb converter with support for rgb444
Mon, 08 Mar 2010 19:41:57 +0000 reimar Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
Mon, 08 Mar 2010 19:37:10 +0000 reimar Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.
Sat, 06 Mar 2010 11:50:54 +0000 stefano Avoid duplication of usePal() macro.
Sun, 28 Feb 2010 02:18:16 +0000 cehoyos Make sws_dcVec static: It is only used inside libswscale/utils.c.
Thu, 25 Feb 2010 21:21:29 +0000 stefano Remove pointless empty line.
Thu, 18 Feb 2010 21:20:37 +0000 stefano Reindent and fix brace placement.
Thu, 18 Feb 2010 21:17:07 +0000 stefano Vertically align a list of comparisons in sws_getCachedContext().
Thu, 18 Feb 2010 21:12:05 +0000 stefano Merge two if conditions, allow to decrese the level of indentation of
Fri, 05 Feb 2010 23:53:25 +0000 stefano Simplify how usesVFilter and usesHFilter are set.
Sun, 31 Jan 2010 10:16:05 +0000 stefano Declare support for the pixel formats:
Tue, 26 Jan 2010 08:03:28 +0000 michael Use isAnyRGB() where possible
Tue, 26 Jan 2010 07:40:14 +0000 michael Rename isRGB() and isBGR() as their meaning is confusing.
Mon, 25 Jan 2010 22:46:09 +0000 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
Sun, 24 Jan 2010 17:44:43 +0000 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
Sun, 24 Jan 2010 12:55:05 +0000 stefano Use av_get_bits_per_pixel() for computing the bits per pixel of the
Sun, 24 Jan 2010 02:16:26 +0000 ramiro Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
Sun, 24 Jan 2010 02:08:22 +0000 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c). base libswscale/swscale.c@6a0c2f8821ef