log libswscale/swscale.c @ 31311:9ce59b78dbfd

age author description
Tue, 01 Jun 2010 19:35:16 +0000 siretart deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
Wed, 19 May 2010 22:49:04 +0000 stefano Remove PI definition and use M_PI instead.
Wed, 12 May 2010 20:47:32 +0000 ramiro Revert r31153. It failed to build on:
Tue, 11 May 2010 00:36:34 +0000 ramiro Use int instead of long to pass width parameters in non-public functions.
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.
Fri, 19 Mar 2010 09:57:36 +0000 diego Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
Thu, 18 Mar 2010 23:02:32 +0000 cehoyos Extend the generic path of the yuv2rgb converter with support for rgb444
Tue, 09 Mar 2010 08:07:34 +0000 siretart Fix compilation on powerpc with --disable-altivec
Sat, 06 Mar 2010 11:50:54 +0000 stefano Avoid duplication of usePal() macro.
Fri, 05 Mar 2010 08:32:54 +0000 benoit libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
Thu, 04 Mar 2010 16:57:04 +0000 cehoyos Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
Thu, 04 Mar 2010 00:31:13 +0000 stefano Fill the r, g, b values used for computing the c->pal_yuv table in the
Wed, 03 Feb 2010 23:46:00 +0000 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
Sat, 30 Jan 2010 21:58:09 +0000 stefano Reindent.