summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2013-01-15tools: add plotframes scriptStefano Sabatini1-0/+164
2013-01-04Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol4-6/+6
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer35-40/+41
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-12-18Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch7-7/+7
2012-12-13qt-faststart: Check offset_countMichael Niedermayer1-0/+8
2012-12-09lavf: TED Talks JSON captions demuxer.Nicolas George8-1/+446
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-10-31probetest: fix possible use of uninitialized dataMichael Niedermayer1-0/+2
2012-10-29qt-faststart: fix signedness of variable used to hold return codeMichael Niedermayer1-1/+1
2012-10-29ismindex: check return value of avio_open_dyn_buf()Michael Niedermayer1-1/+4
2012-10-26cws2fws: check fstat return code.Michael Niedermayer1-1/+4
2012-10-26cws2fws: check lseek() returnMichael Niedermayer1-2/+2
2012-10-26cws2fws: check inflateInit return valueMichael Niedermayer1-1/+4
2012-10-25tools: add ffescape utilityStefano Sabatini4-1/+236
2012-10-24qt-faststart: check return of ftello()Michael Niedermayer1-2/+2
2012-10-24fourcc2pixfmt: fix compilationMichael Niedermayer1-0/+3
2012-10-22qt-faststart: check fseeko() return codesMichael Niedermayer1-6/+18
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes17-22/+22
2012-10-16tools/ffeval: do not use UNIX-specific /dev/std{in,out} filesStefano Sabatini1-6/+12
2012-10-15tools/ffeval: include compat/getopt.c in case of missing system getopt()Stefano Sabatini1-0/+8
2012-10-13ffeval: avoid folding EOF onto a valid charMichael Niedermayer1-1/+1
2012-10-13probetest: check command line argumentsMichael Niedermayer1-0/+10
2012-10-13trasher: check seek return value.Michael Niedermayer1-1/+4
2012-10-12Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'Michael Niedermayer9-33/+132
2012-10-12tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov3-10/+16
2012-10-10qt-faststart: fix printf argument typeMichael Niedermayer1-1/+1
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun13-48/+1
2012-09-30qt-faststart: simplify code by using FFMINMichael Niedermayer1-4/+1
2012-09-30qt-faststart: dont allocate a bigger buffer than neededMichael Niedermayer1-2/+5
2012-09-30qt-faststart: speedupJan Ehrhardt1-2/+9
2012-09-25Fix two "skiping" typo.Clément Bœsch3-3/+3
2012-09-15Remove mt-work directoryDerek Buitenhuis7-142/+0
2012-09-14tools: move raw-test program to tools, with the name fourcc2pixfmtStefano Sabatini3-96/+122
2012-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-25/+452
2012-09-14tools/graphdot: unbreak syntaxStefano Sabatini1-1/+1
2012-09-13trasher: Include all the necessary headersMartin Storsjö1-0/+2
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-368/+1637
2012-08-30pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö1-2/+4
2012-08-30pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö1-2/+3
2012-08-30pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö1-4/+4
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer29-100/+178
2012-08-28graph2dot: Use the fallback getopt implementation if neededMartin Storsjö1-0/+7
2012-08-28tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2-0/+12
2012-08-28qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö1-0/+3
2012-08-28ismindex: Include direct.h for _mkdir on windowsMartin Storsjö1-2/+2
2012-08-28tools: add make_chlayout_test perl script.Nicolas George1-0/+114
[prev] [next]