Skip to content

Commit

Permalink
intel-vaapi-driver 2.1.0.pre1
Browse files Browse the repository at this point in the history
Update NEWS and bump a new version

Signed-off-by: Xiang, Haihao <[email protected]>
  • Loading branch information
xhaihao committed Feb 2, 2018
1 parent 7d66788 commit 41e06f4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
19 changes: 17 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
intel-vaapi-driver NEWS -- summary of changes. 2017-10-21
Copyright (C) 2009-2017 Intel Corporation
intel-vaapi-driver NEWS -- summary of changes. 2018-02-xx
Copyright (C) 2009-2018 Intel Corporation

Version 2.1.0 - DD.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
- Encoding: H.264/MPEG-2/JPEG/VP8/VP9/HEVC/HEVC 10-bit/{VP9,AVC} low power
- VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
* Add support for VC1 interlaced video decoding
* Add support for Stats/PreEnc on GEN9
* Add support for vaExportSurfaceHandle()
* Add new PCI IDs for CFL
* Add mininum resolution query for encoder
* Ehance the logging to provide informational messages
* Fix VP9 brc issue
* A lot of bug fixes

Version 2.0.0 - 21.Oct.2017
* Bump version to 2.0.0
Expand Down
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ SKL: Skylake
BXT: Broxton
KBL: Kabylake
GLK: Gemini Lake
CFL: Coffee Lake
CNL: Cannolake

Codecs
------
Expand All @@ -52,7 +54,7 @@ VP9 10bit D KBL+
Requirements
------------

libva >= 1.7.0
libva >= 2.1.0

Testing
-------
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# intel-vaapi-driver package version number
m4_define([intel_vaapi_driver_major_version], [2])
m4_define([intel_vaapi_driver_minor_version], [0])
m4_define([intel_vaapi_driver_micro_version], [1])
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_version],
[intel_vaapi_driver_major_version.intel_vaapi_driver_minor_version.intel_vaapi_driver_micro_version])
Expand All @@ -10,7 +10,7 @@ m4_append([intel_vaapi_driver_version], intel_vaapi_driver_pre_version, [.pre])
])

# libva minimum version requirement
m4_define([va_api_version], [1.0.0])
m4_define([va_api_version], [1.1.0])

# libdrm minimum version requirement
m4_define([libdrm_version], [2.4.52])
Expand Down

0 comments on commit 41e06f4

Please sign in to comment.