log libswscale/swscale-example.c @ 28303:44d67f7f8eb3

age author description
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.
Thu, 04 Sep 2008 15:13:55 +0000 michael Add fflush to prevent stdout & stderr from being mixed.
Fri, 09 May 2008 12:00:25 +0000 diego Use full path for #includes from another directory.
Sun, 13 Apr 2008 01:29:24 +0000 diego Relicense test/example files as LGPL with Michael's permission.
Thu, 17 Jan 2008 15:49:31 +0000 benoit Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
Thu, 17 Jan 2008 11:07:27 +0000 benoit Remove some useless parentheses.
Thu, 17 Jan 2008 08:57:15 +0000 benoit Remove non cosmetic spaces inside parentheses.
Thu, 05 Jul 2007 10:18:58 +0000 diego license header consistency cosmetics
Sun, 29 Apr 2007 13:39:27 +0000 diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.