OSDN Git Service

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