OSDN Git Service

intel-vaapi-driver 2.2.0.pre1
[android-x86/hardware-intel-common-vaapi.git] / NEWS
1 intel-vaapi-driver NEWS -- summary of changes.  2018-07-xx
2 Copyright (C) 2009-2018 Intel Corporation
3
4 Version 2.2.0 - DD.Jul.2018
5 * Bump version to 2.2.0
6 * Add new PCI ID for KBL-Y
7 * Add meson support
8 * Fix for VC1 decoding issues
9 * Fix VP8 encoding issues
10 * Fix the over-run issue in HEVC encoding
11 * Fix the max MV length in MPEG-2 encoding
12 * Fix packed header mode
13 * Fix building issue on Android
14
15 Version 2.1.0 - 12.Feb.2018
16 * Bump version to 2.1.0
17 * Add support for Cannolake (aka. CNL)
18   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
19   - Encoding: H.264/MPEG-2/JPEG/VP8/VP9/HEVC/HEVC 10-bit/{VP9,AVC} low power
20   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
21 * Add support for VC1 interlaced video decoding
22 * Add support for Stats/PreEnc on GEN9
23 * Add support for vaExportSurfaceHandle()
24 * Add new PCI IDs for CFL
25 * Add mininum resolution query for encoder
26 * Ehance the logging to provide informational messages
27 * Fix VP9 brc issue on KBL
28 * A lot of bug fixes
29
30 Version 2.0.0 - 21.Oct.2017
31 * Bump version to 2.0.0
32 * Add support for Coffee Lake (aka. CFL)
33   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
34   - Encoding: H.264/MPEG-2/JPEG/VP8/VP9/HEVC/HEVC 10-bit/AVC low power CQP/CBR/VBR mode
35   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
36 * Add support for H264 FEI
37 * Add support for HEVC ROI encoding
38 * Add support for intensity compensation for VC-1 decoding
39 * Improve the quality of the H264 encoder on BDW/BSW
40 * Improve the CSC performance between I420/NV12/P010/YUY2/VYUY format
41 * Improve the performace of va{Get, Put}Image for I420/NV12/P010/YUY2/VYUY format
42 * Fix image corruption for VP9 decoding
43 * Fix race condition in wayland support
44 * Fix ROI support in VDEnc support
45 * Fix corrupted stream when using VDEnc CBR/VBR
46 * Fix GCC 7.1.1 warnings/errors
47 * Update the shader for HEVC encoding
48
49 Version 1.8.3 - 28.Jun.2017
50 * Add support for Gemini Lake (aka. GLK)
51   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
52   - Encoding: H.264/MPEG-2/JPEG/VP8/VP9/HEVC/HEVC 10-bit/AVC low power CQP mode
53   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
54 * Improve the quality of the HEVC encoder on SKL+ for CQP and CBR mode
55 * Add support for HEVC VBR mode on SKL+
56 * Set the quality range for HEVC / AVC encoder to 7
57 * Fix VP9 encoding quality issue on KBL
58 * Fix build issue on Android
59 * Fix the wrong order for AUD NAL unit in AVC encoder
60 * Fix the condition of enabling H.264 MB rate control
61 * Fix the memory leak issue in JPEG decoding
62
63 Version 1.8.2 - 22.May.2017
64 * Add support for querying slice structure for AVC encoding
65 * Add support for AVC multi-slice encoding on SKL+
66 * Add support for MVC encoding on SKL+
67 * Fix bad frame on SKL and BXT when the quality level is set to 1
68
69 Version 1.8.1 - 10.Apr.2017
70 * Add support for VAConfigAttribEncMaxSlices
71 * Disable AVC multi-slice encoding on SKL+
72 * Disable AVC ROI encoding on SKL+
73 * Disable bitrate control per temporal layer on SKL+
74 * Disable MVC encoding on SKL+
75
76 Version 1.8.0 - 31.Mar.2017
77 * Improve the quality of the H.264 encoder on SKL+ for CQP and CBR mode
78 * Improve the quality of the VP8 encoder on BSW+ for CQP and CBR mode
79 * Add support for H.264 VBR mode on SKL+
80 * Add support for VP8 VBR mode on BSW+
81 * Add support for low-power H.264 encoder on BXT and KBL
82 * Add support for CBR / VBR with low-power H.264 encoder on SKL+ (A HuC Firmware and
83   a HuC supported Linux kernel are required)
84 * Add support for CSC and scaling with 10bit P010/I010 surface
85 * Optimize CSC and scaling with 8bit NV12 and I420 surface
86 * Fix the wrong memory object cache setting on SKL+
87 * Fix the EU number in media pipeline
88 * Fix the wrong bit shift in H.264 encoder
89 * Fix the 48bit graphics address on BSW+
90 * Fix building on NetBSD
91 * Known issues
92   - The new AVC encoder doesn't support MVC/SVC encoding
93   - The new AVC encoder doesn't support ROI encoding
94   - The new AVC encoder doesn't support multiple slice encoding
95
96 Version 1.7.3 - 10.Nov.2016
97 * Add support for HEVC 10bit encoding on KBL
98 * Integrate the Google Test Framework for unit testing
99 * Add support for bitrate control per temporal layer for SVC-T
100 * Fix VA_STATUS_ERROR_UNIMPLEMENTED when sharpening with I420 surface
101   (https://bugs.freedesktop.org/show_bug.cgi?id=96987)
102 * Fix crop issue when sharpening with NV12 surface
103   (https://bugs.freedesktop.org/show_bug.cgi?id=96988)
104 * Fix GPU hang issue when using encoding with low power on SKL GT3+
105   (https://bugs.freedesktop.org/show_bug.cgi?id=97872)
106
107 Version 1.7.2 - 05.Sep.2016
108 * Update PCI IDs for KBL
109 * Allow up to 8K JPEG decoding/encoding on SKL+
110 * Add support for ROI on IVB+
111 * Support I420/YV12 input surface for VP9 encoding
112 * Fix assertion failure when decoding stream through VLC
113   (https://bugs.freedesktop.org/show_bug.cgi?id=94007)
114 * Fix image corruption in ColorBalance and STDE on BDW+
115   (https://bugs.freedesktop.org/show_bug.cgi?id=95349)
116 * Fix run2run issue in H.264 encoder
117   (https://bugs.freedesktop.org/show_bug.cgi?id=96703)
118 * Fix video rendering corruption when using VAAPI postproc denoise on 1080p videos
119   (https://bugs.freedesktop.org/show_bug.cgi?id=96739)
120 * Fix image corruption in ColorBalance with hue=-180
121   (https://bugs.freedesktop.org/show_bug.cgi?id=96744)
122 * Fix memory leak in VP8 encoding
123   (https://bugs.freedesktop.org/show_bug.cgi?id=97272)
124
125 Version 1.7.1 - 21.Jun.2016
126 * Add support VP9 8bit encoding on KBL
127 * Add support for low-power/high-performance H.264 encoder on SKL
128 * Fix incorrect color space conversion in driver
129   (https://bugs.freedesktop.org/show_bug.cgi?id=94845)
130 * Fix FPS caculation for HEVC encoder
131 * Fix VP9 10bit decoding issue on KBL
132 * Fix the noise issue when VA_FILTER_SCALING_HQ upscaling from 1280x720 to 1920x1080 with YUY2 format on BDW+
133   (https://bugs.freedesktop.org/show_bug.cgi?id=94765)
134
135 Version 1.7.0 - 15.Mar.2016
136 * Add support for Kabylake
137   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9/VP9 10-bit
138   - Encoding: H.264/MPEG-2/JPEG/VP8/HEVC
139   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
140 * Add new SKL and BXT PCI IDs
141 * Fix lots of VP9 decoding issues on BXT
142
143 Version 1.6.2 - 15.Dec.2015
144 * Add support for Broxton
145   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9
146   - Encoding: H.264/JPEG/VP8/HEVC
147   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
148 * Add support for HEVC CBR on SKL
149 * Fix the broken VA_FILTER_SCALING_HQ on SKL
150 * Fix the incorrect loading of GPU shaders on GEN8/GEN9
151 * Fix the wrong address relocation in VPP on GEN8/GEN9
152 * Fix the wrong VAImage foramt
153   (https://bugs.freedesktop.org/show_bug.cgi?id=92088)
154 * Fix YUV to RGB conversion on GEN7/GEN8/GEN9
155 * Fix the segmentation fault causing by NULL buffer object on SNB
156   (The issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=92811)
157 * Fix the wrong coordinate used in VPP
158   (The issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=92811)
159
160 Version 1.6.1 - 09.Sep.2015
161 * Wrapper other backend driver to support VP9 hybrid decoding on BDW/BSW/SKL (--enable-hybrid-codec)
162 * Fix HEVC decoding issue on BSW/SKL
163 * Fix HEVC encoding on SKL GT3
164 * Fix GPU hang issue when decoding H.264 MBAFF clips
165   (https://bugs.freedesktop.org/show_bug.cgi?id=91207)
166 * Fix issues detected by klockwork scan
167 * Combine csc/scaling together to optimize the performance
168
169 Version 1.6.0 - 01.Jul.2015
170 * Add support for VP8 encoding (CQP, CBR) on BSW/SKL
171 * Add support for HEVC decoding on BSW
172 * Add support for HEVC encoding (CQP) on SKL
173 * Add support for low-power mode (VA_PROC_PIPELINE_FAST) in VPP to discard
174   any complex operation that would consume too many HW resources
175 * Fix memory leak issue for JPEG decoding
176 * Fix HEVC decoding issue on BSW/SKL
177 * Fix GPU hang issue caused by VP8 decoding on BDW/BSW
178 * Fix MADI/MCDI issues on SNB/IVB
179 * Improve the JPEG encoding quality
180 * Optimize MPEG-2 start code search on IVB
181
182 Version 1.5.1 - DD.03.2015
183 * Fix forward reference requirement for Bob deinterlacing
184 * Fix a lot of potential rendering issues on GEN8+
185 * Fix scaling of NV12 surfaces when no output_region is set
186 * Fix the broken attribute setting of i965_GetConfigAttrib
187 * Fix the GetConfigAttributes() for JPEGBaseline profile
188 * Fix the wrong overlap setting for VC-1 decoding on GEN6+
189 * Fix VP8 decoding issue on GEN8+, HW needs 1 extra byte for each partition
190 * Fix JPEG encoding issue.
191 * Add support for aub dump
192 * Enhance STD on GEN8+
193 * Implement max width and height in QuerySurfaceAttributes
194 * Add new SKL PCI ids
195
196 Version 1.5.0 - 28.Dec.2014
197 * Add support for Skylake
198   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC
199   - Encoding: H.264/MPEG-2/JPEG
200   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD
201 * Add support for JPEG encoding on Braswell
202 * Add enhancement for video post/pre processing
203 * Fix out of tree builds (Emil Velikov)
204
205 Version 1.4.1 - 24.Oct.2014
206 * Use a new method to detect encoding capabilitiy on Haswell
207
208 Version 1.4.0 - 30.Sep.2014
209 * Add support for exporting VA buffer
210 * Add support for MVC decoding/encoding
211 * Add support for encoding quality level on Sandybride and newer
212 * Add support of inserting packed slice header & raw data for encoding
213 * Add support for Cherryview
214 * Fix the GPU hang issue on Ivybridge when using the gstreamer and mplayer to play back one H264 clip
215   (https://bugs.freedesktop.org/show_bug.cgi?id=80720)
216 * Fix the GPU hang issue on Sandybride and newer when playing back one H264 clip
217   (https://bugs.freedesktop.org/show_bug.cgi?id=76363)
218 * Fix the GPU hang issue on Haswell when using XBMC to play back one H264 clip
219   (https://bugs.freedesktop.org/show_bug.cgi?id=81447)
220
221 Version 1.3.2 - 16.Jun.2014
222 * Export JPEG format by vaDeriveImage()
223 * Add support for MADI on SNB
224 * H.264: fix the support for grayscale format (Y800)
225 * Fix vaGetConfigAttributes() to validate the profile/entrypoint pair
226 * Fix vaCreateConfig() to not override user chroma format
227 * Fix the scaling issue on IVB/HSW/BDW
228 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=73424
229 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=72522
230 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=77041
231 * Quality improvement for H.264 encoding on BDW
232
233 Version 1.3.1 - 09.May.2014
234 * Add support for STE on Broadwell
235 * Add support for YV16
236 * Add support for user specified tiling and stride
237 * Fix VP8 decoding on Broadwell
238 * Fix the wrong alpha when convert NV12 into RGBA
239 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=77386
240
241 Version 1.3.0 - 24.Mar.2014
242 * Add support for Broadwell
243   - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8
244   - Encoding: H.264/MPEG-2
245   - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/Sharpening/ColorBalance
246 * Fix the wrong setting in MI_BATCH_BATCH_START
247
248 Version 1.2.2 - 16.Dec.2013
249 * Motion compensation DI on HSW
250 * Optimization of FPS for H.264 encoding on HSW
251 * Add brightness/contrast/hue/saturation support for rendering.
252 * Support BT601/BT709/SMPTE240 in vaPutSurface()
253 * Expose Constrained Baseline Profile instead of Baseline Profile for H.264
254 * Bug fixes
255
256 Version 1.2.1 - 23.Sep.2013
257 * Add PCI IDs for Bay Trail
258 * Performance improvement for MPEG-2 Encoding on IVB/HSW
259 * Add basic processing support for packed YUV to packed YUV on ILK+
260 * Check the underlying OS support for VEBOX on HSW
261 * Quality improvement for BobDI on SNB/IVB
262 * Add support for Motion Adaptive Deinterlacing on IVB
263 * vaDeriveImage() works for UYVY formats
264 * Fix thread safety issue
265 * Fix GPU hang issue when decoding some videos on SNB
266 * Fix output filter count from QueryVideoProcFilters()
267
268 Version 1.2.0 - 26.Jun.2013
269 * The new H.264 encoding API on SNB/IVB/HSW
270   - Profile: BP/MP/HP
271   - Entropy Coding: CAVLC/CABAC
272   - Rate Control: CQP, CBR
273   - Progressive frame
274   - Multi Slice encoding
275   - Configurable GOP Structure
276 * MPEG-2 encoding on IVB/HSW
277   - Profile: SP/MP
278   - Progressive frame
279   - Configurable GOP Structure  
280 * Video process on ILK/SNB/IVB/HSW
281   - CSC/scaling on ILK
282   - CSC/scaling/NoiseReduction/Deinterlacing{Bob} on SNB/IVB
283   - CSC/scaling/NoiseReduction/Deinterlacing{Bob,MotionAdaptive}/Sharpening/ColorBalance on HSW
284 * Implement vaQuerySurfaceAttributes()
285 * Implement the new version of vaCreateSurfaces()
286   - Create VA surface with specified fourcc
287   - Create VA surface from external buffer
288     . flinked GEM buffer
289     . prime/dma buffer
290 * Optimize H.264 encoding on IVB/HSW
291 * More reserved PCI IDs for HSW
292 * A lot of bug fixes
293
294 Version 1.0.20 - 19.Mar.2013
295 * Add support for wayland 1.0 protocol (Rob Bradford)
296 * Add global alpha support for subpicture
297 * Add support for IA88/AI88 subpicture
298 * Support up to 4 subpictures for each VA surface
299 * Update PCI IDs for Haswell CRW
300 * Automake 1.13 fixups (Armin K)
301 * Fix libva-intel-driver-1.0.19 display corruption on IVB GT1
302   https://bugs.freedesktop.org/show_bug.cgi?id=57323
303 * Fix decoding with FREXT02_JVC_C.264 on SNB
304   https://bugs.freedesktop.org/show_bug.cgi?id=57720
305 * Fix H.264 decoding broken/visual errors on ILK (Tobias Jakobi)
306   https://bugs.freedesktop.org/show_bug.cgi?id=58875
307 * Fix GPU hung with h.264 video and a resolution of 1920x816 on IVB
308   https://bugs.freedesktop.org/show_bug.cgi?id=59050
309
310 Version 1.0.19 - 09.Nov.2012
311 * Add support for Haswell
312 * Add raw DRM support (Dmitry Ermilov)
313 * Add Wayland support
314 * Add support for display rotation attribute
315 * Support 4K encoding on IVB and HSW
316 * Drop explicit dependency on X11 and libva-x11
317 * Fix VC-1 decoding when VSTRANSFORM is 0
318 * Fix SIGSEGV caused by use-after-free of the bufmgr (Stéphane Marchesin)
319 * Fix thread safety issue (Gautam)
320 * Fix vaUnlockSurface() for libva trace
321
322 Version 1.0.18 - 02.Aug.2012
323 * Add JPEG decoding on Ivy Bridge
324 * Add support for a new Ivy Bridge chip
325 * Add support for vaSyncSurface() and vaQuerySurfaceStatus() (Dmitry Ermilov)
326 * Fix decoding of MPEG-2 videos with implicit IQ matrices
327 * Fix concurrent creation of VA objects (MT safety)
328 * Fix decoding of large resolution videos (up to 4K on IVB)
329
330 Version 1.0.17 - 02.Apr.2012
331 * Add support for IMC1/IMC3 surface formats
332 * Fix rendering of interlaced surfaces
333 * Fix MPEG-2 decoding of interlaced streams (SNB, IVB)
334 * Fix H.264 weighted prediction indicator (SNB)
335 * Fix and simplify calculation of H.264 macroblock bit offset (ILK, SNB, IVB)
336
337 Version 1.0.16 - 14.Feb.2012
338 * Fix VC-1 bitplane buffer size (SNB, IVB)
339 * Fix VC-1 motion vector modes for Ivy Bridge
340 * Fix MFX_QM_STATE for H.264 flat scaling lists (IVB)
341 * Fix and simplify AVC_REF_IDX_STATE setup (ILK, SNB, IVB)
342 * Fix memory leak of encoder buffers
343 * Fix check for internal VA surface format prior to rendering
344 * Add support for B43 chipset (Alexander Inyukhin)
345
346 Version 1.0.15 - 28.Oct.2011
347 * Add auto-generated Debian packaging
348 * Fix VC-1 decoding (TTFRM packing)
349 * Fix MPEG-2 decoding on Ivy Bridge
350 * Fix MPEG-2 decoding with sparse QM matrices updates
351 * Fix slice-param & slice-data buffer memory leaks
352
353 Version 1.0.14 - 28.Jul.2011
354 * Add H.264 encoding support to Ivy Bridge
355 * Add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD
356 * Fix next slice vertical position for MPEG-2 (#38628)
357 * Fix subpicture scale factor for Y axis
358 * Fix GPU hang when decoding field coded MPEG-2 picture
359 * Fix memory leaks (Edgar Hucek)
360
361 Version 1.0.13 - 25.May.2011
362 * Add H.264 encoding support to Sandy Bridge
363 * Add MPEG-2, VC-1 and H.264 decoding support to Ivy Bridge
364 * Fix thread safety issues
365
366 Version 1.0.11 - 14.Mar.2011
367 * Add deinterlacing & scaling support to Sandy Bridge
368 * Add vaDeriveImage() implementation
369 * Fix VC-1 decoding for Main/Simple profiles
370
371 Version 1.0.9 - 27.Jan.2011
372 * Add VC-1 decoding support to Sandy Bridge
373
374 Version 1.0.8 - 21.Jan.2011
375 * Add support for IA44/AI44 subpicture formats (#32868)
376
377 Version 1.0.7 - 17.Dec.2011
378 * Add MPEG-2 and H.264 decoding support to Sandy Bridge
379
380 Version 1.0.5 - 02.Sep.2010
381 * Add deinterlacing & scaling support to Ironlake
382
383 Version 1.0.4 - 13.Jul.2010
384 * Add vaGetImage() implementation
385 * Add support for RGBA subpictures
386 * Fix H.264 decoding on Ironlake
387
388 Version 1.0.3 - 10.Jun.2010
389 * Add H.264 decoding support to Ironlake