OSDN Git Service

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