summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <[email protected]>2011-11-19 08:51:26 +0100
committerAnton Khirnov <[email protected]>2011-11-19 10:22:27 +0100
commit07624cfeaa8ea11d213032135fb56ffd5022b73a (patch)
tree15d32e5801d84f5444f5d9d3912ba0cdd1ee08e7 /doc/APIchanges
parentd6f763659c6115e91d2fa981faffdb041d93f7a4 (diff)
Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 79d9749373..165ea98392 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,12 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-07-10 - xxxxxxx - lavf 53.3.0
+ Add avformat_find_stream_info(), deprecate av_find_stream_info().
+
+2011-07-10 - xxxxxxx - lavc 53.6.0
+ Add avcodec_open2(), deprecate avcodec_open().
+
2011-06-xx - xxxxxxx - lavf 53.2.0 - avformat.h
Add avformat_open_input and avformat_write_header().
Deprecate av_open_input_stream, av_open_input_file,