OSDN Git Service

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