OSDN Git Service

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