summaryrefslogtreecommitdiff
path: root/libavutil/random.h
Commit message (Collapse)AuthorAge
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 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
* Warning about MTs speed.Michael Niedermayer2008-07-28
| | | | Originally committed as revision 14460 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
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 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