OSDN Git Service

411e353c6c0b8072fee35e9ea8c1d4607bc105dc
[android-x86/hardware-intel-common-libva.git] / NEWS
1 libva NEWS -- summary of user visible changes.  2018-07-xx
2 Copyright (C) 2009-2018 Intel Corporation
3
4 Version 2.2.0 - DD.July.2018
5 * Bump VA-API version to 1.2.0 and libva to 2.2.0
6 * Add support for hevc range extension decoding
7 * Add support for fast intra prediction in HEVC FEI
8 * Add 10/12-bit YUV render target formats
9 * Add fourcc code for Y210/Y216/Y410/Y416/RGB565/BGR565
10 * Add VA_STATUS_ERROR_NOT_ENOUGH_BUFFER
11 * Add VA_SURFACE_ATTRIB_USAGE_HINT_EXPORT
12 * Improve documentation
13
14 Version 2.1.0 - 12.Feb.2018
15 * Bump VA-API version to 1.1.0 and libva to 2.1.0
16 * Add API for multi-frame processing
17 * Add entrypoint VAEntrypointStats for Statistics
18 * Add data structures for HEVC FEI support
19 * Add new attributes for decoding/encoding/video processing
20 * Add new VPP filter for Total Color Correction
21 * Add blending interface in VPP
22 * Add rotation interface in VPP
23 * Add mirroring interface in VPP
24 * Add Chroma siting flags in VPP
25 * Add new color standard definitions
26 * Add new interface for exporting surface
27 * Add message callbacks for drivers to use
28
29 Version 2.0.0 - 21.Oct.2017
30 * Bump VA-API version to 1.0.0 and libva to 2.0.0
31 * Add new API for H264 FEI support
32 * Add definition of VA_FOURCC_I420
33 * Add functions for converting common enums to strings
34 * Deprecate H.264 baseline profile and FMO support
35 * Deprecate packed misc packed header flag
36 * Delete libva-tpi and libva-egl backends
37 * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer
38 * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264
39 * Fix race condition in wayland support
40 * Rename vaMessageCallback to VAMessageCallback
41 * Make logging callbacks library-safe
42
43 Version 1.8.3 - 28.Jun.2017
44 * Bump libva to 1.8.3
45 * Fix build issue on Android
46 * Remove the dummy driver
47 * Add traces for MB rate control / temporal layer
48 * Set verbosity level between {0, 1, 2} by setting the variable LIBVA_MESSAGING_LEVEL
49   in /etc/libva.conf or by setting the environment variable LIBVA_MESSAGING_LEVEL.
50
51 Version 1.8.2 - 22.May.2017
52 * Bump libva to 1.8.2
53
54 Version 1.8.1 - 10.Apr.2017
55 * Bump libva to 1.8.1
56
57 Version 1.8.0 - 31.March.2017
58 * Bump VA API version to 0.40
59 * API: Change vaRenderPicture semantics that vaRenderPicture no longer deletes the passed buffer automatically.
60 * API: Add VA_FOURCC_I010 for 10bit surface
61 * API: Add vaSetErrorCallback and vaSetInfoCallback for error and info message.
62 * va/drm: Update the support for Mesa Gallium driver
63 * va/drm: Fix authentication check for /dev/dri/card0
64 * Move all utilities and tests to libva-utils (https://github.com/01org/libva-utils)
65
66 Version 1.7.3 - DD.Nov.2016
67 * Bump VA API version to 0.39.4
68 * API: add support for bitrate control per temporal layer
69 * API: update the usage for framerate in VAEncMiscParameterFrameRate to support non-integer frame-rate
70 * Add has_prime_sharing flag in VADriverVTableWayland to indicate if buffer sharing with prime fd can
71   be used in the backend driver
72
73 Version 1.7.2 - 05.Sep.2016
74 * Bump VA API version to 0.39.3
75 * API: add support for ROI
76 * Add support for VP9 encoder in VA tracer
77 * Refine test cases
78 * Fix the issue of not properly terminating the parsed environment values with '\0'
79   https://bugs.freedesktop.org/show_bug.cgi?id=96677
80
81 Version 1.7.1 - 21.Jun.2016
82 * Bump VA API version to 0.39.2
83 * API: add support for VP9 8bit encode
84 * API: add support for low power/high performance encode
85 * API: add support for encoding ROI attribute
86 * API: add support for macroblock based rate control
87 * Fix VA tracer to support multiple contexts in one instance
88
89 Version 1.7.0 - 15.Mar.2016
90 * Bump VA API version to 0.39
91 * Add support for VP9 10bit decode API
92 * Allow libva to load the vaapi driver provided by Mesa Gallium for nouveau and radeon
93 * Fix libva-glx against OpenGL 3.1 or above
94
95 Version 1.6.2 - 15.Dec.2015
96 * Bump VA API version to 0.38.1
97 * Add new RT format for 16 bits per channel memory layout(P010,P016): VA_RT_FORMAT_YUV420_10BPP
98 * Add new fourcc codes: VA_FOURCC_P010, VA_FOURCC_P016, VA_FOURCC_YV16
99 * Fix crash if user doesn't have right to access the DRI device
100 * Fix uninitialized x11_screen driver context member for X11 output
101   https://bugs.freedesktop.org/show_bug.cgi?id=61603
102 * Fix the issue of not to use LIBVA_DRIVER_NAME
103   https://bugs.freedesktop.org/show_bug.cgi?id=72822
104 * Fix build issue with wayland
105   https://bugs.freedesktop.org/show_bug.cgi?id=79478
106 * vainfo: Add option '--display'
107
108 Version 1.6.1 - 09.Sep.2015
109 * Add support for VP9 decode and HEVC encode in VA trace module
110 * Add VP9 profile to vainfo
111 * Enhance VA trace to dump VP8 encode parameters
112
113 Version 1.6.0 - 01.Jul.2015
114 * Bump VA API version to 0.38
115 * Add support for HEVC encode API
116 * Add support for VP9 decode API
117 * Add API (vaSetDriverName()) to allow the user to specify the loaded backend driver
118 * Add VAConfigAttribEncSkipFrame and corresponding structures to support
119   sending skip frame parameters to the backend driver.
120 * Add support for querying slice decoding mode supported by the backend driver
121 * Fix quality issue in the JPEG encode demo
122
123 Version 1.5.1 - DD.Mar.2015
124 * API: correct the comment for num_token_partitions in struct  _VAEncPictureParameterBufferVP8
125 * VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault
126
127 Version 1.5.0 - 28.Dec.2014
128 * API: add support for HEVC decoding
129 * API: extend JPEG encoding data structures and add configuration attribute for JPEG encoding
130 * Add a unit test for JPEG encoding (Sirisha Muppavarapu)
131 * Add support for HEVC decoding and JPEG encoding in VA trace utility
132 * Fix out of tree builds (Emil Velikov)
133 * VA/X11: fix BadDrawable issue when calling vaTerminate() after the pixmaps have been destroyed (Lionel Landwerlin)
134
135 Version 1.4.1 - 24.Oct.2014
136 * Add support for DRM Render-Nodes (Andrey Larionov)
137
138 Version 1.4.0 - 30.Sep.2014
139 * API: add support for VP8 encoding
140 * API: add H.264 MVC profiles for decoding and encoding
141 * API: add buffer export interfaces for interop with 3rdparty APIs (EGL, OCL)
142 * API: add suppor for encoder quality level
143 * API: add attribute usage hint flag
144 * Fix build on 64-bit versions of Android (Qiming Shi)
145 * Assorted fixes to the VA fool and trace modules (Austin Yuan)
146
147 Version 1.3.1 - 09.May.2014
148 * API: fix VA_ENC_PACKED_HEADER_RAW_DATA value
149 * API: add STE filter to the VPP pipeline
150 * Update doxygen tags in libva
151 * Fix doc/Makefile.am
152 * A workaround for https://bugs.freedesktop.org/show_bug.cgi?id=76755
153
154 Version 1.3.0 - 24.Mar.2014
155 * API: add support for VP8 decoding
156 * API: drop VAEntrypointMax enumeration
157 * Enhancement for VA trace utility
158
159 Version 1.2.1 - 27.Jun.2013
160 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=66221 
161 * Add back VA_DRIVER_INIT_FUNC definition for testing
162
163 Version 1.2.0 - 25.Jun.2013
164 * API: new H.264 encoding API for Main and High profiles
165 * API: add support for MPEG-2 encoding
166 * API: add video processing interfaces
167 * API: add vaQuerySurfaceAttributes() to query surface attributes supported by the underlying drivers.
168 * API: new version of vaCreateSurfaces()
169 * API: add new surface attributes to enable VA surface creation from external buffer
170 * API: add new RT formats and fourcc codes
171 * Refine VA trace utility
172 * Refine H.264 encoding test cases {avcenc, h264enc}
173 * A new test case for MPEG-2 encoding
174 * A lot of bug fixes
175
176 Version 1.1.1 - 19.Mar.2013
177 * Support wayland 1.0 protocol (Rob Bradford)
178 * Automake 1.13 fixups (Armin K)
179
180 Version 1.1.0 - 04.Oct.2012
181 * API: add Wayland support
182 * API: add raw DRM support for headless pipelines
183 * Fix generic VA/GLX implementation for newer cluttersink versions
184 * Fix threading issues in VA objects reference code (+Krzysztof Kotlenga)
185 * Fix build on Android Ice Cream Sandwich (+Haitao Huang, Daniel Charles)
186
187 Version 1.0.16 - 02.Aug.2012
188 * API: data structures for JPEG Baseline decoding
189 * API: clarify the definition of slice_data_bit_offset
190 * Add a simple test case for JPEG decoding
191
192 Version 1.0.15 - 28.Oct.2011
193 * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
194 * Add auto-generated Debian packaging
195 * Refine VA trace & VA fool utilities
196 * Move i965 driver to a specific repository (vaapi/intel-driver)
197 * Fix DSO link issue in tests
198 * Fix fglrx driver name detection
199 * Fix API vs. DSO vs. package versioning
200
201 Version 1.0.14 - 28.Jul.2011
202 * API: rename VA_DECODE_ERROR_TYPE to VADecodeErrorType
203 * Fix memory leaks (Edgar Hucek)
204 * Fix VA trace logs (Alexander Osin)
205 * Fix vaTerminate() with some applications, e.g. GStreamer
206
207 Version 1.0.13 - 30.May.2011
208 * API: fix VA_ROTATION_270 definition
209 * Add a simple H.264 encoder "avcenc" (Chang Zhou)
210 * Fix VA tracer (Alexander Osin)
211 * Fix vaBufferInfo() interface (Alexander Osin)
212
213 Version 1.0.12 - 01.Apr.2011
214 * API: add VARenderMode interface to select overlay or GPU rendering mode
215 * API: add VARenderDevice interface to allow rendering to an external device
216 * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
217 * Fix build issues on Android 2.3
218
219 Changes for older versions can be found in git log or previously
220 released packages.