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