summaryrefslogtreecommitdiff
path: root/libavutil/random.c
Commit message (Collapse)AuthorAge
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
| | | | Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
| | | | Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
| | | | Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop the deprecated av_init_random() at the next libavutil major bump.Stefano Sabatini2009-01-18
| | | | Originally committed as revision 16683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
| | | | | | corresponding calls to av_random_init(). Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-18
| | | | | | name and order of parameters. Originally committed as revision 16679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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