log libswscale/utils.c @ 32315:549b1ad3f777

age author description
Tue, 28 Sep 2010 22:23:58 +0000 stefano Deprecate sws_getContext(), use sws_alloc_context() and
Mon, 27 Sep 2010 22:24:03 +0000 bcoudurier Y400A (gray alpha) input support in libswscale
Mon, 27 Sep 2010 20:10:53 +0000 janne swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
Mon, 27 Sep 2010 20:09:29 +0000 janne cosmetics: break long line update_flags_cpu
Sun, 26 Sep 2010 19:33:57 +0000 michael Split alloc and init of context so that parameters can be set in the context
Sun, 26 Sep 2010 17:06:32 +0000 ramiro swscale: use full chroma input for point scaler
Mon, 06 Sep 2010 14:42:25 +0000 ramiro swscale: also update flags on sws_getCachedContext()
Thu, 19 Aug 2010 23:48:19 +0000 ramiro fix anonymous memory mapping for NetBSD
Wed, 21 Jul 2010 13:29:55 +0000 ramiro darwin: allow 64-bit darwin to allocate executable memory
Tue, 01 Jun 2010 11:30:07 +0000 stefano Move internal scale context fields initialization from
Wed, 19 May 2010 22:56:41 +0000 stefano Cosmetics: make more compact the code for handle_jpeg(), this also allows
Wed, 19 May 2010 22:49:04 +0000 stefano Remove PI definition and use M_PI instead.
Sat, 27 Mar 2010 11:31:02 +0000 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Tue, 23 Mar 2010 22:59:14 +0000 diego AltiVec implies a PPC CPU, so there is no need to check for both.
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