log libswscale/swscale-example.c @ 28184:0fb5551413f7

age author description
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.
Thu, 26 Apr 2007 23:07:11 +0000 diego cosmetics: Remove trailing whitespace.
Thu, 26 Apr 2007 11:05:59 +0000 diego Remove large automatics from stack.
Wed, 01 Nov 2006 18:36:20 +0000 diego Use common define for x86_32 and x86_64.
Sat, 07 Oct 2006 15:33:14 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program'.
Wed, 04 Oct 2006 13:54:56 +0000 diego Fix warnings:
Sun, 24 Sep 2006 09:55:18 +0000 lucabe Improve swscale-example to test conversions between all the possible
Sun, 17 Sep 2006 15:15:13 +0000 lucabe Remove the dependency of libswscale on img_format.h
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Thu, 20 Jul 2006 12:13:57 +0000 lucabe Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale