summaryrefslogtreecommitdiff
path: root/tools/trasher.c
Commit message (Collapse)AuthorAge
* 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