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