OSDN Git Service

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