summaryrefslogtreecommitdiff
path: root/libavutil/lfg.h
Commit message (Expand)AuthorAge
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-11-24
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-11-09
* libavutil: add av_lfg_init_from_data() functionJonathan Campbell2017-01-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-12
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-30
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-30
* Document av_lfg_get().Michael Niedermayer2008-07-28
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-28