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 (Collapse)Author
2010-03-08Add missing stdlib.h #include, fixes the warnings:Diego Biurrun
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
2010-03-06Remove apparently unneeded define and includes.Michael Niedermayer
Originally committed as revision 22229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Make trasher use a well defined random number generator and allow the seed ↵Michael Niedermayer
to be specified on the cmd line. Originally committed as revision 22228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-24Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun
extensions of POSIX. Avoids implicit declaration warnings on some systems. Originally committed as revision 18178 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-14tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet
patch by matthieu castet, castet.matthieu free fr Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-10Add LGPL license header.Diego Biurrun
Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Error checking: make sure that there are 3 parameters and that theMike Melanson
file open operation succeeds. Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Remove unused variable i.Diego Biurrun
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08A little proggy i wrote years ago.Michael Niedermayer
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