]> git.sesse.net Git - ffmpeg/history - tools/qt-faststart.c
mpegvideo_enc: export vbv_delay in side data
[ffmpeg] / tools / qt-faststart.c
2014-08-22 Diego Biurrunqt-faststart: Undefine fseeko/ftello before defining...
2014-02-28 Lou Loganqt-faststart: Add a note about the -movflags +faststart...
2014-02-28 Martin Storsjöqt-faststart: Avoid unintentionally sign extending...
2014-02-28 Michael Niedermayerqt-faststart: Check offset_count before reading from...
2014-02-28 Michael Niedermayerqt-faststart: Check the ftello() return codes
2014-02-28 Michael Niedermayerqt-faststart: Fix the signedness of variables keeping...
2014-02-28 Michael Niedermayerqt-faststart: Check fseeko() return codes
2014-02-28 Michael Niedermayerqt-faststart: Simplify code by using a MIN() macro
2014-02-28 Martin Storsjöqt-faststart: Increase the copy buffer size to 64 KB
2012-08-28 Martin Storsjöqt-faststart: Use other seek/tell functions on MSVC...
2012-01-25 Diego Biurruntools: K&R reformatting cosmetics
2011-12-30 Diego Biurrunqt-faststart: K&R reformatting; fix comment typos
2011-12-29 Martin Storsjöqt-faststart: Fix up indentation
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-21 Baptiste Coudurierfail if input and output are the same
2010-05-13 Martin Storsjöqt-faststart: Abort scanning of the input file if a...
2010-05-13 Martin StorsjöCosmetics: Initialize pointers with NULL instead of...
2010-05-13 Martin StorsjöCosmetics: reindent
2010-05-13 Martin Storsjöqt-faststart: Use the error_out cleanup code path for...
2010-05-09 Martin Storsjöqt-faststart: Avoid leaking memory if encountering...
2010-05-01 Martin Storsjöqt-faststart: Free ftyp_atom at all exit points
2010-05-01 Martin StorsjöReindent after the previous commit
2010-05-01 Martin StorsjöRemove unnecessary checks before calling free
2009-07-15 Frank Barchardprint atom info during parsing, patch by Frank Barchard...
2009-07-06 Frank BarchardDo not fail if 'uuid' atom is encountered before 'moov'.
2009-07-01 Frank BarchardUse slightly more appropriate format strings for printi...
2009-06-30 Frank BarchardUse more portable 'PRId64' instead of 'llx' as conversi...
2008-05-19 Mike Melansoncorrect build documentation for qt-faststart utility
2007-07-13 Måns Rullgårdcreate and populate "tools" directory