aboutsummaryrefslogtreecommitdiffstats
path: root/tools/probetest.c
Commit message (Collapse)AuthorAgeFilesLines
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-151-2/+2
| | | | Originally committed as revision 25490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-181-1/+1
| | | | Originally committed as revision 19907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-181-36/+37
| | | | Originally committed as revision 19906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Init i to 0 (10l fix).Martin Storsjö2009-09-151-1/+1
| | | | | | Patch by Martin Storsjö / martin von martin aus st Originally committed as revision 19855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer2009-09-151-0/+119
input. Originally committed as revision 19853 to svn://svn.ffmpeg.org/ffmpeg/trunk