summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2016-10-25 20:38:47 +0100
committerMark Thompson <sw@jkqxz.net>2016-11-03 23:49:01 +0000
commitd06aa24ba583ad08025da9e1b29afcd8218ff9b0 (patch)
tree190d5258c734a4b5b7c7f822b726a732831f89a3 /doc
parent67351924fa91dea4339109100a4c0689f006581f (diff)
hwcontext: Hardware frame mapping
Adds the new av_hwframe_map() function, which allows mapping between hardware frames and normal memory, along with internal support for implementing it. Also adds av_hwframe_ctx_create_derived(), for creating a hardware frames context associated with one device using frames mapped from another by some hardware-specific means.
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 011ff0a6eb..735b9477ac 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.27.0 - hwcontext.h
+ Add av_hwframe_map() and associated AV_HWFRAME_MAP_* flags.
+ Add av_hwframe_ctx_create_derived().
+
2016-xx-xx - xxxxxxx - lavu 55.25.0 - pixfmt.h
Add AV_PIX_FMT_GBRAP12(LE/BE).