log libswscale/swscale-example.c @ 30072:e86cf531b110

age author description
Sat, 29 Aug 2009 23:03:14 +0000 ramiro Revert mistakenly commited hunk.
Sat, 29 Aug 2009 23:02:01 +0000 ramiro swscale: Check for return values of malloc.
Sat, 29 Aug 2009 03:36:09 +0000 ramiro swscale-example: Free memory used by input data.
Sun, 23 Aug 2009 20:31:38 +0000 ramiro swscale-example: Rename src->ref so as to not confuse with src being used in doTest().
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.
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