summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-09-30 09:42:06 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-09-30 10:33:53 +0800
commit3cbfc17b4cb9176f8b4020b474fc4dcaecba74f4 (patch)
treeb0ba4976401c544474b8c025cef5905c21c786c7 /NEWS
parent5faa5f50382af6d2f58ba07bbc64d2e9e63abad9 (diff)
downloadlibva-3cbfc17b4cb9176f8b4020b474fc4dcaecba74f4.tar.gz
libva 1.4.0
Don't support DRM Render-Nodes in this version of libva Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 8c48c3b44a56d8a5af5c5fa7cb8bee131f933569)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 039fe05..ca0a986 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
-libva NEWS -- summary of user visible changes. 2014-09-DD
+libva NEWS -- summary of user visible changes. 2014-09-30
Copyright (C) 2009-2014 Intel Corporation
-Version 1.4.0 - DD.Sep.2014
+Version 1.4.0 - 30.Sep.2014
* API: add support for VP8 encoding
* API: add H.264 MVC profiles for decoding and encoding
* API: add buffer export interfaces for interop with 3rdparty APIs (EGL, OCL)
-* Add support for DRM Render-Nodes (Andrey Larionov)
+* API: add suppor for encoder quality level
+* API: add attribute usage hint flag
* Fix build on 64-bit versions of Android (Qiming Shi)
* Assorted fixes to the VA fool and trace modules (Austin Yuan)