diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-02 15:51:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-04 03:09:57 +0100 |
commit | e921bd57e3056e53df9af3c8cee538d5f8948696 (patch) | |
tree | 5f901ca9fd3a7a83086f027072b35df094e57106 /doc/APIchanges | |
parent | 1003022668d755fe1015a7873efa32cfb47fe849 (diff) | |
download | ffmpeg-e921bd57e3056e53df9af3c8cee538d5f8948696.tar.gz |
Add forgotten minor API bumps and APIChanges entries
The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7f5594b4f5..3c6eae922b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,15 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-02-02 - lavf 52.95.0 + * 50196a9 - add a new installed header version.h. + * 4efd5cf, dccbd97, 93b78d1 - add several variants of public + avio_{put,get}_str* functions. Deprecate corresponding semi-public + {put,get}_str*. + +2011-02-02 - dfd2a00 - lavu 50.37.0 - log.h + Make av_dlog public. + 2011-01-31 - X - lavfi 1.76.0 - vsrc_buffer Add sample_aspect_ratio fields to vsrc_buffer arguments |