summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-03-30 10:36:37 +0200
committerClément Bœsch <cboesch@gopro.com>2017-03-30 10:36:37 +0200
commit4cda23f1f146211825edbf7a4aed0feeaa00711f (patch)
treee8fa1d53400df0e7b07599f63018d46cde142cd4 /doc
parent03f5e80bdbbfa3229b6af3ad7bc94cc1468cc1b6 (diff)
parentd06aa24ba583ad08025da9e1b29afcd8218ff9b0 (diff)
downloadffmpeg-4cda23f1f146211825edbf7a4aed0feeaa00711f.tar.gz
Merge commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0'
* commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0': hwcontext: Hardware frame mapping Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 819433ba3f..dba8a928dd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2017-03-30 - xxxxxxx - lavu 55.53.100 / 55.27.0 - hwcontext.h
+ Add av_hwframe_map() and associated AV_HWFRAME_MAP_* flags.
+ Add av_hwframe_ctx_create_derived().
+
2017-03-xx - xxxxxxx - lavu 55.52.100 - avutil.h
add av_fourcc_make_string() function and av_fourcc2str() macro to replace
av_get_codec_tag_string() from lavc.