log libswscale/utils.c @ 31311:9ce59b78dbfd

age author description
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