log libswscale/swscale.c @ 28419:d4fbeeaa1c76

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