summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2016-03-03 13:14:16 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-03-03 13:14:16 +0800
commit3ddc071fc92f05eb0db2c3fe3c955ff4e28143de (patch)
tree3e2dc235ae1dc68d2eaf2ac3fc55abe532528f96
parentf6fe8428cc395771659a010222d0e3774b876535 (diff)
parentc4deca0af3b14d13a303a5e761a9b5d15a56f1dc (diff)
Merge remote-tracking branch 'fdo/v1.6-branch' into fdo--master
-rw-r--r--NEWS19
-rw-r--r--README3
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c663d03..b54e7f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
-libva-intel-driver NEWS -- summary of changes. 2015-09-09
+libva-intel-driver NEWS -- summary of changes. 2015-12-15
Copyright (C) 2009-2015 Intel Corporation
+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
+ - Encoding: H.264/JPEG/VP8/HEVC
+ - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
+* Add support for HEVC CBR on SKL
+* Fix the broken VA_FILTER_SCALING_HQ on SKL
+* Fix the incorrect loading of GPU shaders on GEN8/GEN9
+* Fix the wrong address relocation in VPP on GEN8/GEN9
+* Fix the wrong VAImage foramt
+ (https://bugs.freedesktop.org/show_bug.cgi?id=92088)
+* Fix YUV to RGB conversion on GEN7/GEN8/GEN9
+* Fix the segmentation fault causing by NULL buffer object on SNB
+ (The issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=92811)
+* Fix the wrong coordinate used in VPP
+ (The issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=92811)
+
Version 1.6.1 - 09.Sep.2015
* Wrapper other backend driver to support VP9 hybrid decoding on BDW/BSW/SKL (--enable-hybrid-codec)
* Fix HEVC decoding issue on BSW/SKL
diff --git a/README b/README
index 4d5e41a..7990223 100644
--- a/README
+++ b/README
@@ -26,6 +26,7 @@ HSW: Haswell
BDW: Broadwell
CHV/BSW: Cherryview/Braswell
SKL: Skylake
+BXT: Broxton
Codecs
@@ -41,6 +42,8 @@ VP8 D BDW+
VP8 E CHV+/BSW+
HEVC D CHV+/BSW+
HEVC E SKL+
+VP9 D BXT+
+HEVC 10bit D BXT+
Requirements