summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYogender Gupta <ygupta@nvidia.com>2016-09-17 15:28:27 +0200
committerLuca Barbato <lu_zero@gentoo.org>2016-09-19 10:02:43 +0200
commitde64dd13cbd47fd54334b6aa2a2cd3c7c36daae2 (patch)
treed7d57bdf34d626e5b22f6b7b8c2781a2451f8b25 /doc
parent136f55207521f0b03194ef5b55ba70f1635d6aee (diff)
avcodec: Add the extended pixel format profile for HEVC
It is supported by the NVIDIA video SDK 7. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a4e418acd3..43e32623f7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavc 59.27.0 - avcodec.h
+ Add FF_PROFILE_HEVC_REXT, the extended pixel format profile for HEVC.
+
2016-08-24 - xxxxxxx - lavu 55.21.0 - imgutils.h
Add av_image_copy_uc_from(), a version of av_image_copy() for copying
from GPU mapped memory.