OSDN Git Service

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