summaryrefslogtreecommitdiff
path: root/libswscale/swscale-example.c
Commit message (Expand)AuthorAge
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-27
* Avoid more pointless tests, the input and output formats need to beStefano Sabatini2010-01-20
* Make selfTest() perform tests where both the input and output formatsStefano Sabatini2010-01-19
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-19
* swscale-example: use av_malloc()Måns Rullgård2010-01-19
* Split long line.Stefano Sabatini2010-01-18
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-18
* 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