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