Commit e7264e02 authored by diego's avatar diego

The Mersenne Twister PRNG was removed, mention replacement.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18183 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f4832341
...@@ -12,6 +12,12 @@ libavutil: 2009-03-08 ...@@ -12,6 +12,12 @@ libavutil: 2009-03-08
API changes, most recent first: 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 2009-03-08 - r17869 - lavu 50.0.0 - AVFifoBuffer
av_fifo_init, av_fifo_read, av_fifo_write and av_fifo_realloc were dropped 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 and replaced by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment