OSDN Git Service

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