OSDN Git Service

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