summaryrefslogtreecommitdiff
path: root/libavutil/lfg.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lfg: add missing includesMåns Rullgård2010-07-10
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-12
* Fix reference to av_random where av_lfg_get was meant.Diego Biurrun2009-03-21
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-28