diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2016-03-04 12:41:37 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2016-03-04 13:11:26 +0800 |
commit | ab8e4e36dce63c23786f2a1dc010edd621b49de1 (patch) | |
tree | 4f7bd357f5780158896bc8765ca7812ed33a8696 | |
parent | 3b1507c56fda8e5cd4db2e2d9f89227ee07a2c62 (diff) |
Update NEWS and README1.7.0.pre1
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | README | 6 |
2 files changed, 12 insertions, 4 deletions
@@ -1,6 +1,14 @@ -libva-intel-driver NEWS -- summary of changes. 2015-12-15 +libva-intel-driver NEWS -- summary of changes. 2016-03-xx Copyright (C) 2009-2015 Intel Corporation +Version 1.7.0 - DD.Mar.2016 +* Add support for Kabylake + - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit + - Encoding: H.264/MPEG-2/JPEG/VP8/HEVC + - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD +* Add new SKL and BXT PCI IDs +* Fix lots of VP9 decoding issues on BXT + Version 1.6.2 - 15.Dec.2015 * Add support for Broxton - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9 @@ -27,7 +27,7 @@ BDW: Broadwell CHV/BSW: Cherryview/Braswell SKL: Skylake BXT: Broxton - +KBL: Kabylake Codecs ------ @@ -44,9 +44,9 @@ HEVC D CHV+/BSW+ HEVC E SKL+ VP9 D BXT+ HEVC 10bit D BXT+ - +VP9 10bit D KBL+ Requirements ------------ -libva >= 1.6.0 +libva >= 1.7.0 |