summaryrefslogtreecommitdiff
path: root/libavutil/random.c
Commit message (Collapse)AuthorAge
* misc spelling/wording fixesDiego Biurrun2008-08-04
| | | | Originally committed as revision 14539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change return type of main function to int to avoid a warning.Diego Biurrun2008-07-27
| | | | Originally committed as revision 14440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move #includes, which are only used in the test program, below the #ifdefDiego Biurrun2008-07-27
| | | | | | surrounding the test program to save an #ifdef at the top of the file. Originally committed as revision 14439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change benchmarking code so it returns comparable values.Michael Niedermayer2008-07-27
| | | | Originally committed as revision 14434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the selftesting code use and compileable.Michael Niedermayer2008-07-27
| | | | Originally committed as revision 14433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-08
Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk