diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-11-13 17:08:26 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-11-18 11:01:16 +0100 |
commit | f872e4d0a76abd1c99bf9ad6efabc3816944c9bb (patch) | |
tree | 0c60b9452eb93ec8ad8a48f56cc77851e990bdd2 | |
parent | 45f511ece7aaf730d51dff5b086e32bc43fc78ce (diff) | |
download | ffmpeg-f872e4d0a76abd1c99bf9ad6efabc3816944c9bb.tar.gz |
Add an APIchanges entry and a minor bump for avio changes.
-rw-r--r-- | doc/APIchanges | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c45aca62a2..f1913bd6de 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,16 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-11-13 - lavf 53.15.0 + New interrupt callback API, allowing per-AVFormatContext/AVIOContext + interrupt callbacks. + 6aa0b98 Add AVIOInterruptCB struct and the interrupt_callback field to + AVFormatContext. + 1dee0ac Add avio_open2() with additional parameters. Those are + an interrupt callback and an options AVDictionary. + This will allow passing AVOptions to protocols after lavf + 54.0. + 2011-11-xx - xxxxxxx - lavu 51.16.0 Add av_timegm() |