index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
qt-faststart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qt-faststart: Undefine fseeko/ftello before defining them
Diego Biurrun
2014-08-22
1
-0
/
+4
*
qt-faststart: Add a note about the -movflags +faststart feature
Lou Logan
2014-03-01
1
-1
/
+2
*
qt-faststart: Avoid unintentionally sign extending BE_32
Martin Storsjö
2014-03-01
1
-5
/
+5
*
qt-faststart: Check offset_count before reading from the moov_atom buffer
Michael Niedermayer
2014-03-01
1
-0
/
+8
*
qt-faststart: Check the ftello() return codes
Michael Niedermayer
2014-03-01
1
-2
/
+6
*
qt-faststart: Fix the signedness of variables keeping the ftello return values
Michael Niedermayer
2014-03-01
1
-2
/
+2
*
qt-faststart: Check fseeko() return codes
Michael Niedermayer
2014-03-01
1
-6
/
+18
*
qt-faststart: Simplify code by using a MIN() macro
Michael Niedermayer
2014-03-01
1
-4
/
+3
*
qt-faststart: Increase the copy buffer size to 64 KB
Martin Storsjö
2014-03-01
1
-1
/
+1
*
qt-faststart: Use other seek/tell functions on MSVC than on mingw
Martin Storsjö
2012-08-29
1
-0
/
+3
*
tools: K&R reformatting cosmetics
Diego Biurrun
2012-01-25
1
-1
/
+0
*
qt-faststart: K&R reformatting; fix comment typos
Diego Biurrun
2011-12-30
1
-45
/
+45
*
qt-faststart: Fix up indentation
Martin Storsjö
2011-12-29
1
-9
/
+9
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-1
/
+1
*
fail if input and output are the same
Baptiste Coudurier
2010-06-21
1
-0
/
+6
*
qt-faststart: Abort scanning of the input file if a badly sized atom is encou...
Martin Storsjö
2010-05-13
1
-0
/
+6
*
Cosmetics: Initialize pointers with NULL instead of 0, for consistency
Martin Storsjö
2010-05-13
1
-1
/
+1
*
Cosmetics: reindent
Martin Storsjö
2010-05-13
1
-2
/
+2
*
qt-faststart: Use the error_out cleanup code path for all error returns
Martin Storsjö
2010-05-13
1
-33
/
+16
*
qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms
Martin Storsjö
2010-05-09
1
-0
/
+1
*
qt-faststart: Free ftyp_atom at all exit points
Martin Storsjö
2010-05-01
1
-0
/
+8
*
Reindent after the previous commit
Martin Storsjö
2010-05-01
1
-2
/
+2
*
Remove unnecessary checks before calling free
Martin Storsjö
2010-05-01
1
-2
/
+0
*
print atom info during parsing, patch by Frank Barchard, fbarchard at google ...
Frank Barchard
2009-07-15
1
-16
/
+24
*
Do not fail if 'uuid' atom is encountered before 'moov'.
Frank Barchard
2009-07-06
1
-1
/
+3
*
Use slightly more appropriate format strings for printing decimal values.
Frank Barchard
2009-07-01
1
-2
/
+2
*
Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.
Frank Barchard
2009-06-30
1
-2
/
+2
*
correct build documentation for qt-faststart utility
Mike Melanson
2008-05-19
1
-2
/
+6
*
create and populate "tools" directory
Måns Rullgård
2007-07-13
1
-0
/
+311