summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale-example.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation: #undef standard library functions that arediego2009-06-111-0/+6
* Testing RGB48 variants requires bigger stride in swscale-example.ckostya2009-06-021-0/+4
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.reimar2009-03-301-1/+1
* Initialize pointer arrays which may be freed before being initialized.benoit2009-03-201-3/+3
* Also test the alpha channel in swscale-examplesdrik2009-03-201-19/+22
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:diego2009-03-191-2/+2
* swscale-example: use LFG instead of random()ramiro2009-03-181-1/+5
* Remove unnecessary emms Assembler instructions.diego2009-02-101-9/+0
* Revert #undefining system functions, it is not necessary.diego2009-02-091-7/+0
* Add config.h #include for ARCH_X86 definition.diego2009-02-091-0/+1
* Add #undefs to reenable system functions that are normally forbidden in otherdiego2009-02-091-0/+7
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.aurel2009-01-141-2/+2
* Remove rgb2rgb.h dependancy.michael2008-10-271-6/+0
* Convert asm keyword into __asm__.flameeyes2008-10-161-2/+2
* Remove unused function fast_memcpy.diego2008-09-291-4/+0
* cosmetics: indentationdiego2008-09-291-6/+5
* Revert mistakenly committed hunk.michael2008-09-291-1/+1
* Print all cases that are tested, not just the ones that are bad.michael2008-09-291-3/+1
* Add fflush to prevent stdout & stderr from being mixed.michael2008-09-041-0/+2
* Use full path for #includes from another directory.diego2008-05-091-1/+1
* Relicense test/example files as LGPL with Michael's permission.diego2008-04-131-8/+8
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).benoit2008-01-171-4/+4
* Remove some useless parentheses.benoit2008-01-171-1/+1
* Remove non cosmetic spaces inside parentheses.benoit2008-01-171-2/+2
* license header consistency cosmeticsdiego2007-07-051-1/+1
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.diego2007-04-291-153/+153
* cosmetics: Remove trailing whitespace.diego2007-04-261-15/+15
* Remove large automatics from stack.diego2007-04-261-3/+3
* Use common define for x86_32 and x86_64.diego2006-11-011-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-16/+18
* Fix warnings:diego2006-10-041-0/+2
* Improve swscale-example to test conversions between all the possiblelucabe2006-09-241-39/+44
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-20/+26
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-7/+5
* Move postproc ---> libswscalelucabe2006-06-301-0/+216