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
AgeCommit message (Expand)Author
2020-04-30tools: fix const specifier for AVInputFormatJosh de Kock
2019-11-04tools/probetest: replace the deprecated APIZhong Li
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2014-12-23tools/probetest: support testing a single specified input formatMichael Niedermayer
2014-08-11Add missing initialization for AVProbeData.Reimar Döffinger
2013-12-12tools/probetest: Check av_realloc() return codeMichael Niedermayer
2013-11-09tools/probetest: also print the time the probe functions neededMichael Niedermayer
2013-11-09tools/probetest: use named constant for the maximum number of formatsMichael Niedermayer
2012-10-31probetest: fix possible use of uninitialized dataMichael Niedermayer
2012-10-13probetest: check command line argumentsMichael Niedermayer
2012-05-31probetest: allow specifying parameters on the command lineMichael Niedermayer
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25tools: K&R reformatting cosmeticsDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-15probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs
2009-09-18Drop argc/argv parameters from main(), they are unused.Diego Biurrun
2009-09-18cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-09-15Init i to 0 (10l fix).Martin Storsjö
2009-09-15Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer