[FFmpeg-cvslog] r18183 - trunk/doc/APIchanges
diego
subversion
Wed Mar 25 11:18:48 CET 2009
Author: diego
Date: Wed Mar 25 11:18:47 2009
New Revision: 18183
Log:
The Mersenne Twister PRNG was removed, mention replacement.
Modified:
trunk/doc/APIchanges
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Wed Mar 25 11:12:31 2009 (r18182)
+++ trunk/doc/APIchanges Wed Mar 25 11:18:47 2009 (r18183)
@@ -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
More information about the ffmpeg-cvslog
mailing list