| Commit message (Expand) | Author | Age | Files | Lines |
* | probetest: fix possible use of uninitialized data | Michael Niedermayer | 2012-10-31 | 1 | -0/+2 |
* | qt-faststart: fix signedness of variable used to hold return code | Michael Niedermayer | 2012-10-29 | 1 | -1/+1 |
* | ismindex: check return value of avio_open_dyn_buf() | Michael Niedermayer | 2012-10-29 | 1 | -1/+4 |
* | cws2fws: check fstat return code. | Michael Niedermayer | 2012-10-26 | 1 | -1/+4 |
* | cws2fws: check lseek() return | Michael Niedermayer | 2012-10-26 | 1 | -2/+2 |
* | cws2fws: check inflateInit return value | Michael Niedermayer | 2012-10-26 | 1 | -1/+4 |
* | tools: add ffescape utility | Stefano Sabatini | 2012-10-25 | 1 | -0/+233 |
* | qt-faststart: check return of ftello() | Michael Niedermayer | 2012-10-25 | 1 | -2/+2 |
* | fourcc2pixfmt: fix compilation | Michael Niedermayer | 2012-10-24 | 1 | -0/+3 |
* | qt-faststart: check fseeko() return codes | Michael Niedermayer | 2012-10-22 | 1 | -6/+18 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | tools/ffeval: do not use UNIX-specific /dev/std{in,out} files | Stefano Sabatini | 2012-10-16 | 1 | -6/+12 |
* | tools/ffeval: include compat/getopt.c in case of missing system getopt() | Stefano Sabatini | 2012-10-15 | 1 | -0/+8 |
* | ffeval: avoid folding EOF onto a valid char | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | probetest: check command line arguments | Michael Niedermayer | 2012-10-13 | 1 | -0/+10 |
* | trasher: check seek return value. | Michael Niedermayer | 2012-10-13 | 1 | -1/+4 |
* | Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df' | Michael Niedermayer | 2012-10-12 | 1 | -1/+2 |
|\ |
|
| * | tools: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+2 |
* | | qt-faststart: fix printf argument type | Michael Niedermayer | 2012-10-10 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -6/+6 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\| |
|
| * | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | | qt-faststart: simplify code by using FFMIN | Michael Niedermayer | 2012-09-30 | 1 | -4/+1 |
* | | qt-faststart: dont allocate a bigger buffer than needed | Michael Niedermayer | 2012-09-30 | 1 | -2/+5 |
* | | qt-faststart: speedup | Jan Ehrhardt | 2012-09-30 | 1 | -2/+9 |
* | | Fix two "skiping" typo. | Clément Bœsch | 2012-09-25 | 1 | -1/+1 |
* | | Remove mt-work directory | Derek Buitenhuis | 2012-09-15 | 1 | -0/+182 |
* | | tools: move raw-test program to tools, with the name fourcc2pixfmt | Stefano Sabatini | 2012-09-14 | 1 | -0/+120 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-14 | 1 | -0/+2 |
|\| |
|
| * | trasher: Include all the necessary headers | Martin Storsjö | 2012-09-13 | 1 | -0/+2 |
* | | tools/graphdot: unbreak syntax | Stefano Sabatini | 2012-09-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 1 | -6/+9 |
|\| |
|
| * | pktdumper: Use a custom define instead of PATH_MAX for buffers | Martin Storsjö | 2012-08-31 | 1 | -2/+4 |
| * | pktdumper: Use av_strlcpy instead of strncpy | Martin Storsjö | 2012-08-31 | 1 | -2/+3 |
| * | pktdumper: Use sizeof(variable) instead of the direct buffer length | Martin Storsjö | 2012-08-31 | 1 | -4/+4 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 5 | -2/+24 |
|\| |
|
| * | graph2dot: Use the fallback getopt implementation if needed | Martin Storsjö | 2012-08-29 | 1 | -0/+7 |
| * | tools: Include io.h for open/read/write/close if unistd.h doesn't exist | Martin Storsjö | 2012-08-29 | 2 | -0/+12 |
| * | qt-faststart: Use other seek/tell functions on MSVC than on mingw | Martin Storsjö | 2012-08-29 | 1 | -0/+3 |
| * | ismindex: Include direct.h for _mkdir on windows | Martin Storsjö | 2012-08-29 | 1 | -2/+2 |
* | | tools: add make_chlayout_test perl script. | Nicolas George | 2012-08-28 | 1 | -0/+114 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | tools: add a script to find missing codec descriptors. | Nicolas George | 2012-08-13 | 1 | -0/+37 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | tools/bisect-create: Support "bisect run" | Alexander Strasser | 2012-07-24 | 1 | -0/+4 |
* | | tools/bisect: rename to tools/bisect-create | Michael Niedermayer | 2012-07-07 | 1 | -7/+5 |
* | | tools/bisect: rename temporary file and add it to git ignore | Michael Niedermayer | 2012-07-07 | 1 | -3/+3 |
* | | tool/bisect: add some magic to make the bisect tool be useable when its not p... | Michael Niedermayer | 2012-07-07 | 1 | -0/+17 |