summaryrefslogtreecommitdiff
path: root/tools/probetest.c
Commit message (Expand)AuthorAgeFilesLines
* tools: fix const specifier for AVInputFormatJosh de Kock2020-04-301-1/+1
* tools/probetest: replace the deprecated APIZhong Li2019-11-041-3/+5
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-3/+0
* tools/probetest: support testing a single specified input formatMichael Niedermayer2014-12-231-6/+31
* Add missing initialization for AVProbeData.Reimar Döffinger2014-08-111-1/+1
* tools/probetest: Check av_realloc() return codeMichael Niedermayer2013-12-111-0/+5
* tools/probetest: also print the time the probe functions neededMichael Niedermayer2013-11-081-1/+28
* tools/probetest: use named constant for the maximum number of formatsMichael Niedermayer2013-11-081-1/+2
* probetest: fix possible use of uninitialized dataMichael Niedermayer2012-10-311-0/+2
* probetest: check command line argumentsMichael Niedermayer2012-10-131-0/+10
* probetest: allow specifying parameters on the command lineMichael Niedermayer2012-05-311-3/+10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-261-11/+17
|\
| * tools: K&R reformatting cosmeticsDiego Biurrun2012-01-251-11/+17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-151-2/+2
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-181-1/+1
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-181-36/+37
* Init i to 0 (10l fix).Martin Storsjö2009-09-151-1/+1
* Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer2009-09-151-0/+119