Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit c67cb79

Browse files
committed
intel-vaapi-driver 1.8.0
Signed-off-by: Xiang, Haihao <[email protected]>
1 parent fe36406 commit c67cb79

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

NEWS

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
intel-vaapi-driver NEWS -- summary of changes. 2017-03-xx
1+
intel-vaapi-driver NEWS -- summary of changes. 2017-03-31
22
Copyright (C) 2009-2017 Intel Corporation
33

4-
Version 1.8.0 - DD.Mar.2017
4+
Version 1.8.0 - 31.Mar.2017
55
* Improve the quality of the H.264 encoder on SKL+ for CQP and CBR mode
66
* Improve the quality of the VP8 encoder on BSW+ for CQP and CBR mode
77
* Add support for H.264 VBR mode on SKL+
88
* Add support for VP8 VBR mode on BSW+
99
* Add support for low-power H.264 encoder on BXT and KBL
10-
* Add support for CBR / VBR with low-power H.264 encoder on SKL+
10+
* Add support for CBR / VBR with low-power H.264 encoder on SKL+ (A HuC Firmware and
11+
a HuC supported Linux kernel are required)
1112
* Add support for CSC and scaling with 10bit P010/I010 surface
1213
* Optimize CSC and scaling with 8bit NV12 and I420 surface
1314
* Fix the wrong memory object cache setting on SKL+
1415
* Fix the EU number in media pipeline
1516
* Fix the wrong bit shift in H.264 encoder
1617
* Fix the 48bit graphics address on BSW+
1718
* Fix building on NetBSD
19+
* Known issues
20+
- The new AVC encoder doesn't support MVC/SVC encoding
21+
- The new AVC encoder doesn't support ROI encoding
22+
- The new AVC encoder doesn't support multiple slice encoding
1823

1924
Version 1.7.3 - 10.Nov.2016
2025
* Add support for HEVC 10bit encoding on KBL

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
m4_define([intel_vaapi_driver_major_version], [1])
33
m4_define([intel_vaapi_driver_minor_version], [8])
44
m4_define([intel_vaapi_driver_micro_version], [0])
5-
m4_define([intel_vaapi_driver_pre_version], [3])
5+
m4_define([intel_vaapi_driver_pre_version], [0])
66
m4_define([intel_vaapi_driver_version],
77
[intel_vaapi_driver_major_version.intel_vaapi_driver_minor_version.intel_vaapi_driver_micro_version])
88
m4_if(intel_vaapi_driver_pre_version, [0], [], [

0 commit comments

Comments
 (0)