Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-03-07lavu: add escape APIStefano Sabatini
2013-02-27Include fix for building ismindex under MinGWFrederic Jean
2013-02-24tools: add seek_print.Nicolas George
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-16tools: add plotframes scriptStefano Sabatini
2013-01-04Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-18Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch
2012-12-13qt-faststart: Check offset_countMichael Niedermayer
2012-12-09lavf: TED Talks JSON captions demuxer.Nicolas George
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-10-31probetest: fix possible use of uninitialized dataMichael Niedermayer
2012-10-30qt-faststart: fix signedness of variable used to hold return codeMichael Niedermayer
2012-10-29ismindex: check return value of avio_open_dyn_buf()Michael Niedermayer
2012-10-26cws2fws: check fstat return code.Michael Niedermayer
2012-10-26cws2fws: check lseek() returnMichael Niedermayer
2012-10-26cws2fws: check inflateInit return valueMichael Niedermayer
2012-10-26tools: add ffescape utilityStefano Sabatini
2012-10-25qt-faststart: check return of ftello()Michael Niedermayer
2012-10-25fourcc2pixfmt: fix compilationMichael Niedermayer
2012-10-23qt-faststart: check fseeko() return codesMichael Niedermayer
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-16tools/ffeval: do not use UNIX-specific /dev/std{in,out} filesStefano Sabatini
2012-10-15tools/ffeval: include compat/getopt.c in case of missing system getopt()Stefano Sabatini
2012-10-13ffeval: avoid folding EOF onto a valid charMichael Niedermayer
2012-10-13probetest: check command line argumentsMichael Niedermayer
2012-10-13trasher: check seek return value.Michael Niedermayer
2012-10-12Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'Michael Niedermayer
2012-10-12tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-10qt-faststart: fix printf argument typeMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-10-01qt-faststart: simplify code by using FFMINMichael Niedermayer
2012-10-01qt-faststart: dont allocate a bigger buffer than neededMichael Niedermayer
2012-10-01qt-faststart: speedupJan Ehrhardt
2012-09-25Fix two "skiping" typo.Clément Bœsch
2012-09-15Remove mt-work directoryDerek Buitenhuis
2012-09-15tools: move raw-test program to tools, with the name fourcc2pixfmtStefano Sabatini
2012-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-14tools/graphdot: unbreak syntaxStefano Sabatini
2012-09-14trasher: Include all the necessary headersMartin Storsjö
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö
2012-08-31pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö
2012-08-31pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-29graph2dot: Use the fallback getopt implementation if neededMartin Storsjö