OSDN Git Service

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