This repository was archived by the owner on Jan 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ intel-vaapi-driver NEWS -- summary of changes. 2017-03-xx
2
2
Copyright (C) 2009-2017 Intel Corporation
3
3
4
4
Version 1.8.0 - DD.Mar.2017
5
- * Improve the quality of the H.264 encoder on SKL and BXT for CQP and CBR mode
5
+ * Improve the quality of the H.264 encoder on SKL+ for CQP and CBR mode
6
6
* Improve the quality of the VP8 encoder on BSW+ for CQP and CBR mode
7
- * Add support for H.264 VBR mode on SKL and BXT
7
+ * Add support for H.264 VBR mode on SKL+
8
8
* Add support for VP8 VBR mode on BSW+
9
9
* Add support for low-power H.264 encoder on BXT and KBL
10
10
* Add support for CBR / VBR with low-power H.264 encoder on SKL+
Original file line number Diff line number Diff line change 2
2
m4_define ( [ intel_vaapi_driver_major_version] , [ 1] )
3
3
m4_define ( [ intel_vaapi_driver_minor_version] , [ 8] )
4
4
m4_define ( [ intel_vaapi_driver_micro_version] , [ 0] )
5
- m4_define ( [ intel_vaapi_driver_pre_version] , [ 2 ] )
5
+ m4_define ( [ intel_vaapi_driver_pre_version] , [ 3 ] )
6
6
m4_define ( [ intel_vaapi_driver_version] ,
7
7
[ intel_vaapi_driver_major_version.intel_vaapi_driver_minor_version.intel_vaapi_driver_micro_version] )
8
8
m4_if ( intel_vaapi_driver_pre_version , [ 0] , [ ] , [
You can’t perform that action at this time.
0 commit comments