OSDN Git Service

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