]> git.sesse.net Git - ffmpeg/history - libswscale/swscale-example.c
swscale-example: Don't check for chroma planes in mono formats.
[ffmpeg] / libswscale / swscale-example.c
2009-08-13 Ramiro Pollaswscale-example: Don't check for chroma planes in mono...
2009-08-13 Ramiro PollaIndent.
2009-08-13 Ramiro Pollaswscale-example: Remove hack to end loop by setting...
2009-08-13 Ramiro Pollaswscale-example: Don't return random value from main().
2009-08-13 Ramiro Pollaswscale-example: Check for Gray formats.
2009-07-09 Ramiro PollaRemove dependency from swscale_internal.h to lavu/inter...
2009-06-11 Diego BiurrunFix compilation: #undef standard library functions...
2009-06-02 Kostya ShishkovTesting RGB48 variants requires bigger stride in swscal...
2009-03-30 Reimar DöffingerUse correct PRId64 instead of "lld" in printf string...
2009-03-20 Benoit FouetInitialize pointer arrays which may be freed before...
2009-03-20 Cédric SchieliAlso test the alpha channel in swscale-example
2009-03-19 Diego BiurrunInitialize *srcContext, *dstContext, *outContext to...
2009-03-18 Ramiro Pollaswscale-example: use LFG instead of random()
2009-02-10 Diego BiurrunRemove unnecessary emms Assembler instructions.
2009-02-09 Diego BiurrunRevert #undefining system functions, it is not necessary.
2009-02-09 Diego BiurrunAdd config.h #include for ARCH_X86 definition.
2009-02-09 Diego BiurrunAdd #undefs to reenable system functions that are norma...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-27 Michael NiedermayerRemove rgb2rgb.h dependancy.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-09-29 Diego BiurrunRemove unused function fast_memcpy.
2008-09-29 Diego Biurruncosmetics: indentation
2008-09-29 Michael NiedermayerRevert mistakely commited hunk.
2008-09-29 Michael NiedermayerPrint all cases that are tested, not just the ones...
2008-09-04 Michael NiedermayerAdd fflush to prevent stdout & stderr from being mixed.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-13 Diego BiurrunRelicense test/example files as LGPL with Michael's...
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Benoit FouetRemove some useless parentheses.
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-26 Marc HoffmanRemove large automatics from stack.
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-04 Diego BiurrunFix warnings:
2006-09-24 Luca AbeniImprove swscale-example to test conversions between...
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-08-18 Diego BiurrunExplicitly include libmpcodecs/img_format.h and libvo...
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale