aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale-example.c
Commit message (Expand)AuthorAge
* Revert mistakenly commited hunk.Gravatar ramiro2009-08-29
* swscale: Check for return values of malloc.Gravatar ramiro2009-08-29
* swscale-example: Free memory used by input data.Gravatar ramiro2009-08-29
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Gravatar ramiro2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Gravatar ramiro2009-08-23
* Fix inconsistent indentation.Gravatar ramiro2009-08-22
* Free initial swscale context, too. Avoids a valgrind warning.Gravatar reimar2009-08-19
* Remove useless casts of malloc return value.Gravatar reimar2009-08-19
* swscale-example: Make selection of dstW, dstH, and flags more clear.Gravatar ramiro2009-08-17
* Cosmetics:Gravatar ramiro2009-08-16
* swscale-example: Don't check for chroma planes in mono formats.Gravatar ramiro2009-08-13
* Indent.Gravatar ramiro2009-08-13
* swscale-example: Remove hack to end loop by setting variables to break.Gravatar ramiro2009-08-13
* swscale-example: Don't return random value from main().Gravatar ramiro2009-08-13
* swscale-example: Check for Gray formats.Gravatar ramiro2009-08-13
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerGravatar ramiro2009-07-09
* Fix compilation: #undef standard library functions that areGravatar diego2009-06-11
* Testing RGB48 variants requires bigger stride in swscale-example.cGravatar kostya2009-06-02
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Gravatar reimar2009-03-30
* Initialize pointer arrays which may be freed before being initialized.Gravatar benoit2009-03-20
* Also test the alpha channel in swscale-exampleGravatar sdrik2009-03-20
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Gravatar diego2009-03-19
* swscale-example: use LFG instead of random()Gravatar ramiro2009-03-18
* Remove unnecessary emms Assembler instructions.Gravatar diego2009-02-10
* Revert #undefining system functions, it is not necessary.Gravatar diego2009-02-09
* Add config.h #include for ARCH_X86 definition.Gravatar diego2009-02-09
* Add #undefs to reenable system functions that are normally forbidden in otherGravatar diego2009-02-09
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* Remove rgb2rgb.h dependancy.Gravatar michael2008-10-27
* Convert asm keyword into __asm__.Gravatar flameeyes2008-10-16
* Remove unused function fast_memcpy.Gravatar diego2008-09-29
* cosmetics: indentationGravatar diego2008-09-29
* Revert mistakenly committed hunk.Gravatar michael2008-09-29
* Print all cases that are tested, not just the ones that are bad.Gravatar michael2008-09-29
* Add fflush to prevent stdout & stderr from being mixed.Gravatar michael2008-09-04
* Use full path for #includes from another directory.Gravatar diego2008-05-09
* Relicense test/example files as LGPL with Michael's permission.Gravatar diego2008-04-13
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Gravatar benoit2008-01-17
* Remove some useless parentheses.Gravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* license header consistency cosmeticsGravatar diego2007-07-05
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* Remove large automatics from stack.Gravatar diego2007-04-26
* Use common define for x86_32 and x86_64.Gravatar diego2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Fix warnings:Gravatar diego2006-10-04
* Improve swscale-example to test conversions between all the possibleGravatar lucabe2006-09-24
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18