OSDN Git Service

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