Skip to content

Commit

Permalink
intel-vaapi-driver 1.8.0.pre3
Browse files Browse the repository at this point in the history
Update NEWS as well

Signed-off-by: Xiang, Haihao <[email protected]>
  • Loading branch information
xhaihao committed Mar 27, 2017
1 parent 371ba25 commit fe36406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ intel-vaapi-driver NEWS -- summary of changes. 2017-03-xx
Copyright (C) 2009-2017 Intel Corporation

Version 1.8.0 - DD.Mar.2017
* Improve the quality of the H.264 encoder on SKL and BXT for CQP and CBR mode
* Improve the quality of the H.264 encoder on SKL+ for CQP and CBR mode
* Improve the quality of the VP8 encoder on BSW+ for CQP and CBR mode
* Add support for H.264 VBR mode on SKL and BXT
* Add support for H.264 VBR mode on SKL+
* Add support for VP8 VBR mode on BSW+
* Add support for low-power H.264 encoder on BXT and KBL
* Add support for CBR / VBR with low-power H.264 encoder on SKL+
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
m4_define([intel_vaapi_driver_major_version], [1])
m4_define([intel_vaapi_driver_minor_version], [8])
m4_define([intel_vaapi_driver_micro_version], [0])
m4_define([intel_vaapi_driver_pre_version], [2])
m4_define([intel_vaapi_driver_pre_version], [3])
m4_define([intel_vaapi_driver_version],
[intel_vaapi_driver_major_version.intel_vaapi_driver_minor_version.intel_vaapi_driver_micro_version])
m4_if(intel_vaapi_driver_pre_version, [0], [], [
Expand Down

0 comments on commit fe36406

Please sign in to comment.