OSDN Git Service

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