summaryrefslogtreecommitdiff
path: root/libavutil/lfg.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/lfg: Minor doxy improvementsMarvin Scholz2022-10-171-2/+2
* avutil/lfg: Add doxy for missing argumentMarvin Scholz2022-10-171-0/+1
* avutil/lfg: fix comment typoRémi Denis-Courmont2022-09-151-1/+1
* avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer2019-11-241-3/+6
* avutil/lfg: Document the AVLFG structMichael Niedermayer2019-11-091-0/+6
* libavutil: add av_lfg_init_from_data() functionJonathan Campbell2017-01-221-0/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-081-1/+1
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-121-0/+8
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-3/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-301-1/+1
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-301-1/+12
* Document av_lfg_get().Michael Niedermayer2008-07-281-0/+6
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-281-0/+37