]> git.sesse.net Git - ffmpeg/history - libavutil/lfg.c
hwcontext_vdpau: Remove duplicate definition of GET_CALLBACK
[ffmpeg] / libavutil / lfg.c
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2011-12-03 Yordan MakarievCode clean-up for crc.c, lfg.c, log.c, random_see.d...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-10 Måns Rullgårdlfg: add missing includes
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2009-12-12 Stefano SabatiniImplement av_bmg_next(), a Box-Muller Gaussian random...
2009-03-21 Diego BiurrunFix reference to av_random where av_lfg_get was meant.
2008-07-28 Michael NiedermayerSimple lagged fibonacci PRNG.