summaryrefslogtreecommitdiff
path: root/tools/trasher.c
Commit message (Collapse)AuthorAge
* trasher: Include all the necessary headersMartin Storsjö2012-09-13
| | | | | | | The missing headers are required for errno and for strerror. This fixes building of this tool on mingw32ce. Signed-off-by: Martin Storsjö <martin@martin.st>
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-25
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add missing stdlib.h #include, fixes the warnings:Diego Biurrun2010-03-08
| | | | | | | tools/trasher.c:44: warning: implicit declaration of function ‘atoi’ tools/trasher.c:53: warning: implicit declaration of function ‘abs’ Originally committed as revision 22328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove apparently unneeded define and includes.Michael Niedermayer2010-03-06
| | | | Originally committed as revision 22229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make trasher use a well defined random number generator and allow the seed ↵Michael Niedermayer2010-03-06
| | | | | | to be specified on the cmd line. Originally committed as revision 22228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun2009-03-24
| | | | | | extensions of POSIX. Avoids implicit declaration warnings on some systems. Originally committed as revision 18178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet2008-07-13
| | | | | | patch by matthieu castet, castet.matthieu free fr Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL license header.Diego Biurrun2008-01-10
| | | | Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error checking: make sure that there are 3 parameters and that theMike Melanson2008-01-09
| | | | | | file open operation succeeds. Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable i.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little proggy i wrote years ago.Michael Niedermayer2008-01-08
This simply writes burts of random data into a file. Great for testing error robustness/resilience/concealment. Originally committed as revision 11459 to svn://svn.ffmpeg.org/ffmpeg/trunk