- 27 Feb, 2013 1 commit
-
-
Frederic Jean authored
Include cmdutils.h so we can build under windows. Based on fix for https://ffmpeg.org/trac/ffmpeg/ticket/256
-
- 24 Feb, 2013 1 commit
-
-
Nicolas George authored
Useful for testing seek implementations.
-
- 23 Jan, 2013 1 commit
-
-
Diego Biurrun authored
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 15 Jan, 2013 1 commit
-
-
Stefano Sabatini authored
The script is ported from ffprobe/SourceForge and updated to the current ffprobe version.
-
- 04 Jan, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 20 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Dec, 2012 1 commit
-
-
Clément Bœsch authored
-
- 13 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID733836 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Dec, 2012 1 commit
-
-
Nicolas George authored
-
- 13 Nov, 2012 1 commit
-
-
Paul B Mahol authored
Also remove it in once case when it is not needed. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 31 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733723 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Oct, 2012 3 commits
-
-
Michael Niedermayer authored
Fixes CID733720 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes: CID733721 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733722 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 24 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Fixes CID739863 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
If someone finds a cleaner fix, dont hesitate to revert this! 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>
-
- 20 Oct, 2012 1 commit
-
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
Should fix behavior when the /dev/ directory is not defined (e.g. on Windows).
-
- 15 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 13 Oct, 2012 3 commits
-
-
Michael Niedermayer authored
Fixes CID733704 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733835 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733726 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 10 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 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>
-
- 25 Sep, 2012 1 commit
-
-
Clément Bœsch authored
-
- 15 Sep, 2012 1 commit
-
-
Derek Buitenhuis authored
It is all dead and rotting code. Also, move yuvcmp.c to tools. Its license is non-existent, however, and should be clarified. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 14 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Fix regression introduced in f054dbee. +10.23l.
-
- 13 Sep, 2012 1 commit
-
-
Martin Storsjö authored
The missing headers are required for errno and for strerror. This fixes building of this tool on mingw32ce. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Aug, 2012 3 commits
-
-
Martin Storsjö authored
PATH_MAX is not necessarily available on all systems, e.g. it's normally not available on MSVC, and is not guaranteed to defined on a POSIX system either. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This takes care of null-terminating the buffer if it is too small, which wasn't handled properly before. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also change the snprintf size to use the full buffer, since snprintf always null-terminates the buffer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-