diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-06 17:44:31 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-06 17:44:31 +0000 |
commit | 5a43bbc37d7521d40eb1e96019f47f74ee645577 (patch) | |
tree | bb93b9d4c09805d0df513f0ed9d2143f24add3f1 /doc | |
parent | 26f3f2914ebe92bf1cbd45bfea1f8b93fc88b60f (diff) | |
download | ffmpeg-5a43bbc37d7521d40eb1e96019f47f74ee645577.tar.gz |
Add missing entry corresponding to r18163.
Originally committed as revision 18342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 08d3adf2cb..b39bfa1909 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -19,6 +19,16 @@ API changes, most recent first: Move AVPacket declaration from libavformat/avformat.h to libavcodec/avcodec.h. +2009-03-22 - r18163 - lavu 50.2.0 - RGB32 pixel formats + Make the pixel formats: PIX_FMT_ARGB, PIX_FMT_RGBA, PIX_FMT_ABGR, + PIX_FMT_BGRA, which were defined as macros, defined as enum + PixelFormat values, and viceversa make PIX_FMT_RGB32, + PIX_FMT_RGB32_1, PIX_FMT_BGR32, PIX_FMT_BGR32_1 defined as macros. + Also make avcodec_get_pix_fmt() recognize the "rgb32" and "bgr32" + aliases. + Resort accordingly the enum PixelFormat list. + This change breaks API/ABI backward compatibility. + 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, |