From: diego Date: Wed, 25 Mar 2009 10:18:47 +0000 (+0000) Subject: The Mersenne Twister PRNG was removed, mention replacement. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/e7264e02ac603a6fdf286238eea6d6db1a90c6fe The Mersenne Twister PRNG was removed, mention replacement. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18183 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/doc/APIchanges b/doc/APIchanges index 2145f3557..2d93dd709 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,12 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-03-21 - r18116 - lavu 50.2.0 - av_random* + The Mersenne Twister PRNG implemented through the av_random* functions + was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions + instead. + + 2009-03-08 - r17869 - lavu 50.0.0 - AVFifoBuffer av_fifo_init, av_fifo_read, av_fifo_write and av_fifo_realloc were dropped and replaced by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write