summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Zhang <carl.zhang@intel.com>2020-03-25 18:18:34 -0400
committerXinfengZhang <carl.zhang@intel.com>2020-03-27 16:10:22 +0800
commit7e1a3cf86951677d1c607e1c103218296e0155b4 (patch)
treea95d9171dfe18e8112c42fc73264bf7613d455e8
parent64520e9ec90ed30e016d7c633d746b3bf538c702 (diff)
downloadlibva-7e1a3cf86951677d1c607e1c103218296e0155b4.tar.gz
update NEWS for 2.7.0
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 08cf6a5..40c2b52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
-libva NEWS -- summary of user visible changes. 2019-12-25
-Copyright (C) 2009-2019 Intel Corporation
+libva NEWS -- summary of user visible changes. 2020-03-26
+Copyright (C) 2009-2020 Intel Corporation
+
+version 2.7.0 - 26.Mar.2020
+* trace: av1 decode buffers trace
+* trace: Add HEVC REXT and SCC trace for decoding.
+* Add av1 decode interfaces
+* Fix crashes on system without supported hardware by PR #369.
+* Add 2 FourCC for 10bit RGB(without Alpha) format: X2R10G10B10 and X2B10G10R10.
+* Fix android build issue #365 and remove some trailing whitespace
+* Adjust call sequence to ensure authenticate operation is executed to fix #355
version 2.6.0 - 15.Dec.2019
* enable the mutiple driver selection logic and enable it for DRM.