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 +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
- intel-vaapi-driver NEWS -- summary of changes. 2017-05-22
1
+ intel-vaapi-driver NEWS -- summary of changes. 2017-06-xx
2
2
Copyright (C) 2009-2017 Intel Corporation
3
3
4
+ Version 1.8.3 - DD.Jun.2017
5
+ * Add support for Gemini Lake (aka. GLK)
6
+ - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
7
+ - Encoding: H.264/MPEG-2/JPEG/VP8/VP9/HEVC/HEVC 10-bit/AVC low power CQP mode
8
+ - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
9
+ * Improve the quality of the HEVC encoder on SKL+ for CQP and CBR mode
10
+ * Add support for HEVC VBR mode on SKL+
11
+ * Set the quality range for HEVC / AVC encoder to 7
12
+ * Fix VP9 encoding quality issue on KBL
13
+ * Fix build issue on Android
14
+ * Fix the wrong order for AUD NAL unit in AVC encoder
15
+ * Fix the condition of enabling H.264 MB rate control
16
+ * Fix the memory leak issue in JPEG decoding
17
+
4
18
Version 1.8.2 - 22.May.2017
5
19
* Add support for querying slice structure for AVC encoding
6
20
* Add support for AVC multi-slice encoding on SKL+
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ CHV/BSW: Cherryview/Braswell
28
28
SKL: Skylake
29
29
BXT: Broxton
30
30
KBL: Kabylake
31
+ GLK: Gemini Lake
31
32
32
33
Codecs
33
34
------
You can’t perform that action at this time.
0 commit comments