Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-27Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini
2010-01-20Avoid more pointless tests, the input and output formats need to beStefano Sabatini
2010-01-20Make selfTest() perform tests where both the input and output formatsStefano Sabatini
2010-01-19swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla
2010-01-19swscale-example: use av_malloc()Måns Rullgård
2010-01-19Split long line.Stefano Sabatini
2010-01-19Convert int -> enum PixelFormat in doTest().Stefano Sabatini
2009-08-30Revert mistakenly commited hunk.Ramiro Polla
2009-08-30swscale: Check for return values of malloc.Ramiro Polla
2009-08-29swscale-example: Free memory used by input data.Ramiro Polla
2009-08-24swscale-example: Rename src->ref so as to not confuse with src being used in ...Ramiro Polla
2009-08-24swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla
2009-08-22Fix inconsistent indentation.Ramiro Polla
2009-08-19Free initial swscale context, too. Avoids a valgrind warning.Reimar Döffinger
2009-08-19Remove useless casts of malloc return value.Reimar Döffinger
2009-08-17swscale-example: Make selection of dstW, dstH, and flags more clear.Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-13swscale-example: Don't check for chroma planes in mono formats.Ramiro Polla
2009-08-13Indent.Ramiro Polla
2009-08-13swscale-example: Remove hack to end loop by setting variables to break.Ramiro Polla
2009-08-13swscale-example: Don't return random value from main().Ramiro Polla
2009-08-13swscale-example: Check for Gray formats.Ramiro Polla
2009-07-09Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla
2009-06-11Fix compilation: #undef standard library functions that areDiego Biurrun
2009-06-02Testing RGB48 variants requires bigger stride in swscale-example.cKostya Shishkov
2009-03-30Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Reimar Döffinger
2009-03-20Initialize pointer arrays which may be freed before being initialized.Benoit Fouet
2009-03-20Also test the alpha channel in swscale-exampleCédric Schieli
2009-03-20Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun
2009-03-18swscale-example: use LFG instead of random()Ramiro Polla
2009-02-10Remove unnecessary emms Assembler instructions.Diego Biurrun
2009-02-09Revert #undefining system functions, it is not necessary.Diego Biurrun
2009-02-09Add config.h #include for ARCH_X86 definition.Diego Biurrun
2009-02-09Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-27Remove rgb2rgb.h dependancy.Michael Niedermayer
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-29Remove unused function fast_memcpy.Diego Biurrun
2008-09-29cosmetics: indentationDiego Biurrun
2008-09-29Revert mistakely commited hunk.Michael Niedermayer
2008-09-29Print all cases that are tested, not just the ones that are bad.Michael Niedermayer
2008-09-04Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-13Relicense test/example files as LGPL with Michael's permission.Diego Biurrun
2008-01-17Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet
2008-01-17Remove some useless parentheses.Benoit Fouet
2008-01-17Remove non cosmetic spaces inside parentheses.Benoit Fouet
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-29cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun