OSDN Git Service

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