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.
|