OSDN Git Service

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