OSDN Git Service

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