- 22 Aug, 2014 1 commit
-
-
Diego Biurrun authored
This avoids a number of redefinition warnings on MinGW64.
-
- 28 Feb, 2014 8 commits
-
-
Lou Logan authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Without this cast, the BE_32() expression is sign extended when assigned to an uint64_t, since the uint8_t|uint8_t expression is promoted to an int. Also avoid undefined behaviour when left shifting an uint8_t by 24 by casting it to an uint32_t explicitly before shifting. Based on a patch by Michael Niedermayer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This silences a warning in the coverity static analyzer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
These variables are assigned the return values of ftello, which returns an off_t, which is a signed type. On errors, ftello returns -1, thus make sure this error return value can be stored properly. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
qt-faststart doesn't use the normal libav headers at all since it's supposed to be a completely standalone tool, so we implement the macro locally in this file. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Copying data in chunks of 1 KB is a little wasteful. 64 KB should still easily fit on the stack, so there's no need to allocate it dynamically. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Jan, 2014 1 commit
-
-
Lou Logan authored
-
- 02 Jun, 2013 2 commits
-
-
Michael Niedermayer authored
Fixes: CID733809 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733810 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID733836 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID739863 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID733725 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Sep, 2012 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Jan Ehrhardt authored
qt-faststart is terribly slow when the input file and the output file are on a slow disk like a SD card. By increasing the copy_buffer from 1K to 32M I decreased the processing time on a sample file from 1600 seconds to 4 seconds. The timing difference is during 'copying rest of file'. S:\SD_VIDEO\PRG001>e:\utils\qt-faststart 00005.mp4 5.mp4 ftyp 0 32 free 32 8 mdat 40 13744391 moov 13744431 141848 patching stco atom... patching stco atom... writing ftyp atom... writing moov atom... copying rest of file... Execution time: 1576.259 s S:\SD_VIDEO\PRG001>s:\utils\qt-faststart 00005.mp4 5.mp4 ftyp 0 32 free 32 8 mdat 40 13744391 moov 13744431 141848 patching stco atom... patching stco atom... writing ftyp atom... writing moov atom... copying rest of file... Execution time: 3.846 s Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 30 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 29 Dec, 2011 1 commit
-
-
Martin Storsjö authored
This restores indentation after 65b875d8. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jun, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 23672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 May, 2010 4 commits
-
-
Martin Storsjö authored
If the atom size is 0, qt-faststart currently hangs forever while scanning the file. Originally committed as revision 23129 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 23125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 23065 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 May, 2010 3 commits
-
-
Martin Storsjö authored
Originally committed as revision 23008 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 23007 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Feel free to revert if you can specify a concrete case where this actually is necessary. Originally committed as revision 23006 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2009 1 commit
-
-
Frank Barchard authored
Originally committed as revision 19435 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2009 1 commit
-
-
Frank Barchard authored
Patch by Frank Barchard, fbarchard at google dot com. Originally committed as revision 19354 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2009 1 commit
-
-
Frank Barchard authored
patch by Frank Barchard, fbarchard google com Originally committed as revision 19315 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2009 1 commit
-
-
Frank Barchard authored
patch by Frank Barchard, fbarchard google com Originally committed as revision 19309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 May, 2008 1 commit
-
-
Mike Melanson authored
Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-