index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
lfg.h
Age
Commit message (
Expand
)
Author
2017-01-22
libavutil: add av_lfg_init_from_data() function
Jonathan Campbell
2012-10-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
doxygen: Drop array size declarations from Doxygen parameter names.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-08
Restore array sizes in doxygen parameter names.
Diego Biurrun
2010-07-02
Avoid square brackets in Doxygen comments; Doxygen chokes on them.
Diego Biurrun
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2009-12-12
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
Stefano Sabatini
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-30
1000l typo my new PRNG converged to -1.
Michael Niedermayer
2008-07-30
Add a multiplicative LFG for those thinking the additive is not good
Michael Niedermayer
2008-07-28
Document av_lfg_get().
Michael Niedermayer
2008-07-28
Simple lagged fibonacci PRNG.
Michael Niedermayer