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