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
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
2007-04-26Remove large automatics from stack.Marc Hoffman
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-10-04Fix warnings:Diego Biurrun
2006-09-24Improve swscale-example to test conversions between all the possibleLuca Abeni
2006-09-17Remove the dependency of libswscale on img_format.hLuca Abeni
2006-08-18Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun
2006-07-20Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni
2006-06-30Move postproc ---> libswscaleLuca Abeni