Commit 21050428 authored by stefano's avatar stefano

Update after the last API change.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18318 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 669c0128
...@@ -12,6 +12,15 @@ libavutil: 2009-03-08 ...@@ -12,6 +12,15 @@ libavutil: 2009-03-08
API changes, most recent first: API changes, most recent first:
2009-04-02 - r18317 - lavc 52.23.0 - AVPacket
Move AVPacket declaration from libavformat/avformat.h to
libavcodec/avcodec.h.
2009-03-22 - r18133 - lavu 50.1.0 - PIX_FMT_RGB5X5 endian variants
Add the enum PixelFormat values:
PIX_FMT_RGB565BE, PIX_FMT_RGB565LE, PIX_FMT_RGB555BE, PIX_FMT_RGB555LE,
PIX_FMT_BGR565BE, PIX_FMT_BGR565LE, PIX_FMT_BGR555BE, PIX_FMT_BGR555LE.
2009-03-21 - r18116 - lavu 50.2.0 - av_random* 2009-03-21 - r18116 - lavu 50.2.0 - av_random*
The Mersenne Twister PRNG implemented through the av_random* functions The Mersenne Twister PRNG implemented through the av_random* functions
was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions
......
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