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
2014-03-01qt-faststart: Add a note about the -movflags +faststart featureLou Logan
2014-03-01qt-faststart: Avoid unintentionally sign extending BE_32Martin Storsjö
2014-03-01qt-faststart: Check offset_count before reading from the moov_atom bufferMichael Niedermayer
2014-03-01qt-faststart: Check the ftello() return codesMichael Niedermayer
2014-03-01qt-faststart: Fix the signedness of variables keeping the ftello return valuesMichael Niedermayer
2014-03-01qt-faststart: Check fseeko() return codesMichael Niedermayer
2014-03-01qt-faststart: Simplify code by using a MIN() macroMichael Niedermayer
2014-03-01qt-faststart: Increase the copy buffer size to 64 KBMartin Storsjö
2012-08-29qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö
2012-01-25tools: K&R reformatting cosmeticsDiego Biurrun
2011-12-31qt-faststart: K&R reformatting; fix comment typosDiego Biurrun
2011-12-29qt-faststart: Fix up indentationMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-21fail if input and output are the sameBaptiste Coudurier
2010-05-13qt-faststart: Abort scanning of the input file if a badly sized atom is encou...Martin Storsjö
2010-05-13Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö
2010-05-13Cosmetics: reindentMartin Storsjö
2010-05-13qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö
2010-05-09qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö
2010-05-02qt-faststart: Free ftyp_atom at all exit pointsMartin Storsjö
2010-05-02Reindent after the previous commitMartin Storsjö
2010-05-02Remove unnecessary checks before calling freeMartin Storsjö
2009-07-15print atom info during parsing, patch by Frank Barchard, fbarchard at google ...Frank Barchard
2009-07-06Do not fail if 'uuid' atom is encountered before 'moov'.Frank Barchard
2009-07-01Use slightly more appropriate format strings for printing decimal values.Frank Barchard
2009-06-30Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard
2008-05-19correct build documentation for qt-faststart utilityMike Melanson
2007-07-14create and populate "tools" directoryMåns Rullgård