summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-02 20:24:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-02 20:24:15 +0000
commitdd3bbb49037b29a6a4d6567b32526779afd1020b (patch)
tree678fec67c49b7bcf4c87cfcb2292b3ab69a5dba4 /doc
parentfabd2469f14f1115948660c03570be84f524e2c3 (diff)
Update after the last API change.
Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2d93dd7090..5e0c514a47 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,15 @@ libavutil: 2009-03-08
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*
The Mersenne Twister PRNG implemented through the av_random* functions
was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions