- Nov 13, 2012
-
-
Paul B Mahol authored
Also remove it in once case when it is not needed. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Oct 31, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 29, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733723 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 26, 2012
-
-
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>
-
- Oct 25, 2012
-
-
Stefano Sabatini authored
-
- Oct 24, 2012
-
-
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>
-
- Oct 22, 2012
-
-
Michael Niedermayer authored
Fixes CID733725 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 20, 2012
-
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 16, 2012
-
-
Stefano Sabatini authored
Should fix behavior when the /dev/ directory is not defined (e.g. on Windows).
-
- Oct 15, 2012
-
-
Stefano Sabatini authored
-
- Oct 13, 2012
-
-
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>
-
- Oct 12, 2012
-
-
Anton Khirnov authored
-
- Oct 10, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 01, 2012
-
-
Diego Biurrun authored
-
- Sep 30, 2012
-
-
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>
-
- Sep 25, 2012
-
-
Clément Bœsch authored
-
- Sep 15, 2012
-
-
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>
-
- Sep 14, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Fix regression introduced in f054dbee. +10.23l.
-
- Sep 13, 2012
-
-
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>
-
- Aug 30, 2012
-
-
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>
-
- Aug 28, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The Windows SDK in MSVC doesn't have mkdir, only _mkdir, and MSDN says one should include direct.h to use it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Nicolas George authored
This script uses the flite source to produce files suitable to test channels order and layout.
-
- Aug 15, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Aug 13, 2012
-
-
Nicolas George authored
-
- Aug 07, 2012
-
-
Anton Khirnov authored
-
- Jul 23, 2012
-
-
Alexander Strasser authored
Make it possible to use the run bisect sub command. As with all other ffbisect commands, revisions that do not contain the needed tools are skipped. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-