Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-06-16 19:21:46 +0400
committerAnton Khirnov <anton@khirnov.net>2011-06-16 22:24:58 +0400
commit7c44d716e76cbd1c29369563a8b384addd5e7c03 (patch)
tree590589ed1d184791853c2f8101ff153cc0e36d5f /doc/APIchanges
parent55ba12e3009fd6c8f78102f7c747496d500d0bac (diff)
Add minor bumps and APIChanges entries for lavf private options.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0ab658d89c..460e8dde83 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,16 @@ libavutil: 2011-04-18
API changes, most recent first:
+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,
+ AVFormatParameters and av_write_header.
+
+2011-06-xx - xxxxxxx - lavu 51.7.0 - opt.h
+ Add av_opt_set_dict() and av_opt_find().
+ Deprecate av_find_opt().
+ Add AV_DICT_APPEND flag.
+
2011-06-xx - xxxxxxx - lavu 51.6.0 - opt.h
Add av_opt_flag_is_set().