log libswscale/swscale-example.c @ 29505:fa1ad0b67187

age author description
Sun, 23 Aug 2009 20:29:49 +0000 ramiro swscale-example: Use SWS_BILINEAR instead of hardcoded value.
Sat, 22 Aug 2009 19:30:19 +0000 ramiro Fix inconsistent indentation.
Wed, 19 Aug 2009 08:21:55 +0000 reimar Free initial swscale context, too. Avoids a valgrind warning.
Wed, 19 Aug 2009 08:18:53 +0000 reimar Remove useless casts of malloc return value.
Mon, 17 Aug 2009 02:06:00 +0000 ramiro swscale-example: Make selection of dstW, dstH, and flags more clear.
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Thu, 13 Aug 2009 18:39:39 +0000 ramiro swscale-example: Don't check for chroma planes in mono formats.
Thu, 13 Aug 2009 13:18:59 +0000 ramiro Indent.
Thu, 13 Aug 2009 11:48:06 +0000 ramiro swscale-example: Remove hack to end loop by setting variables to break.
Thu, 13 Aug 2009 11:34:27 +0000 ramiro swscale-example: Don't return random value from main().
Thu, 13 Aug 2009 11:33:18 +0000 ramiro swscale-example: Check for Gray formats.
Thu, 09 Jul 2009 02:27:39 +0000 ramiro Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
Thu, 11 Jun 2009 15:15:43 +0000 diego Fix compilation: #undef standard library functions that are
Tue, 02 Jun 2009 15:35:58 +0000 kostya Testing RGB48 variants requires bigger stride in swscale-example.c
Mon, 30 Mar 2009 12:23:28 +0000 reimar Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.
Fri, 20 Mar 2009 16:29:47 +0000 benoit Initialize pointer arrays which may be freed before being initialized.
Fri, 20 Mar 2009 14:17:20 +0000 sdrik Also test the alpha channel in swscale-example
Thu, 19 Mar 2009 23:33:35 +0000 diego Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
Wed, 18 Mar 2009 17:12:44 +0000 ramiro swscale-example: use LFG instead of random()
Tue, 10 Feb 2009 02:00:45 +0000 diego Remove unnecessary emms Assembler instructions.
Mon, 09 Feb 2009 20:31:35 +0000 diego Revert #undefining system functions, it is not necessary.
Mon, 09 Feb 2009 18:04:19 +0000 diego Add config.h #include for ARCH_X86 definition.
Mon, 09 Feb 2009 18:01:36 +0000 diego Add #undefs to reenable system functions that are normally forbidden in other
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Mon, 27 Oct 2008 09:03:47 +0000 michael Remove rgb2rgb.h dependency.
Thu, 16 Oct 2008 13:34:30 +0000 flameeyes Convert asm keyword into __asm__.
Mon, 29 Sep 2008 06:06:19 +0000 diego Remove unused function fast_memcpy.
Mon, 29 Sep 2008 05:41:54 +0000 diego cosmetics: indentation
Mon, 29 Sep 2008 01:15:54 +0000 michael Revert mistakenly committed hunk.
Mon, 29 Sep 2008 01:14:27 +0000 michael Print all cases that are tested, not just the ones that are bad.