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

Commit

Permalink
intel-vaapi-driver 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Haihao Xiang <[email protected]>
  • Loading branch information
xhaihao committed Feb 12, 2018
1 parent 41e06f4 commit 9f9ae52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
intel-vaapi-driver NEWS -- summary of changes. 2018-02-xx
intel-vaapi-driver NEWS -- summary of changes. 2018-02-12
Copyright (C) 2009-2018 Intel Corporation

Version 2.1.0 - DD.Feb.2018
Version 2.1.0 - 12.Feb.2018
* Bump version to 2.1.0
* Add support for Cannolake (aka. CNL)
- Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
Expand All @@ -13,7 +13,7 @@ Version 2.1.0 - DD.Feb.2018
* Add new PCI IDs for CFL
* Add mininum resolution query for encoder
* Ehance the logging to provide informational messages
* Fix VP9 brc issue
* Fix VP9 brc issue on KBL
* A lot of bug fixes

Version 2.0.0 - 21.Oct.2017
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], [2])
m4_define([intel_vaapi_driver_minor_version], [1])
m4_define([intel_vaapi_driver_micro_version], [0])
m4_define([intel_vaapi_driver_pre_version], [1])
m4_define([intel_vaapi_driver_pre_version], [0])
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 9f9ae52

Please sign in to comment.