OSDN Git Service

6cfa431962c29108cb7a60a74ae23a6421a26c9d
[android-x86/hardware-intel-common-libva.git] / NEWS
1 libva NEWS -- summary of user visible changes.  2015-12-xx
2 Copyright (C) 2009-2015 Intel Corporation
3
4 Version 1.6.2 - DD.Dec.2015
5 * Fix crash if user doesn't have right to access the DRI device
6 * Fix uninitialized x11_screen driver context member for X11 output
7   https://bugs.freedesktop.org/show_bug.cgi?id=61603
8 * Fix the issue of not to use LIBVA_DRIVER_NAME
9   https://bugs.freedesktop.org/show_bug.cgi?id=72822
10 * vainfo: Add option '--display'
11
12 Version 1.6.1 - 09.Sep.2015
13 * Add support for VP9 decode and HEVC encode in VA trace module
14 * Add VP9 profile to vainfo
15 * Enhance VA trace to dump VP8 encode parameters
16
17 Version 1.6.0 - 01.Jul.2015
18 * Bump VA API version to 0.38
19 * Add support for HEVC encode API
20 * Add support for VP9 decode API
21 * Add API (vaSetDriverName()) to allow the user to specify the loaded backend driver
22 * Add VAConfigAttribEncSkipFrame and corresponding structures to support
23   sending skip frame parameters to the backend driver.
24 * Add support for querying slice decoding mode supported by the backend driver
25 * Fix quality issue in the JPEG encode demo
26
27 Version 1.5.1 - DD.Mar.2015
28 * API: correct the comment for num_token_partitions in struct  _VAEncPictureParameterBufferVP8
29 * VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault
30
31 Version 1.5.0 - 28.Dec.2014
32 * API: add support for HEVC decoding
33 * API: extend JPEG encoding data structures and add configuration attribute for JPEG encoding
34 * Add a unit test for JPEG encoding (Sirisha Muppavarapu)
35 * Add support for HEVC decoding and JPEG encoding in VA trace utility
36 * Fix out of tree builds (Emil Velikov)
37 * VA/X11: fix BadDrawable issue when calling vaTerminate() after the pixmaps have been destroyed (Lionel Landwerlin)
38
39 Version 1.4.1 - 24.Oct.2014
40 * Add support for DRM Render-Nodes (Andrey Larionov)
41
42 Version 1.4.0 - 30.Sep.2014
43 * API: add support for VP8 encoding
44 * API: add H.264 MVC profiles for decoding and encoding
45 * API: add buffer export interfaces for interop with 3rdparty APIs (EGL, OCL)
46 * API: add suppor for encoder quality level
47 * API: add attribute usage hint flag
48 * Fix build on 64-bit versions of Android (Qiming Shi)
49 * Assorted fixes to the VA fool and trace modules (Austin Yuan)
50
51 Version 1.3.1 - 09.May.2014
52 * API: fix VA_ENC_PACKED_HEADER_RAW_DATA value
53 * API: add STE filter to the VPP pipeline
54 * Update doxygen tags in libva
55 * Fix doc/Makefile.am
56 * A workaround for https://bugs.freedesktop.org/show_bug.cgi?id=76755
57
58 Version 1.3.0 - 24.Mar.2014
59 * API: add support for VP8 decoding
60 * API: drop VAEntrypointMax enumeration
61 * Enhancement for VA trace utility
62
63 Version 1.2.1 - 27.Jun.2013
64 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=66221 
65 * Add back VA_DRIVER_INIT_FUNC definition for testing
66
67 Version 1.2.0 - 25.Jun.2013
68 * API: new H.264 encoding API for Main and High profiles
69 * API: add support for MPEG-2 encoding
70 * API: add video processing interfaces
71 * API: add vaQuerySurfaceAttributes() to query surface attributes supported by the underlying drivers.
72 * API: new version of vaCreateSurfaces()
73 * API: add new surface attributes to enable VA surface creation from external buffer
74 * API: add new RT formats and fourcc codes
75 * Refine VA trace utility
76 * Refine H.264 encoding test cases {avcenc, h264enc}
77 * A new test case for MPEG-2 encoding
78 * A lot of bug fixes
79
80 Version 1.1.1 - 19.Mar.2013
81 * Support wayland 1.0 protocol (Rob Bradford)
82 * Automake 1.13 fixups (Armin K)
83
84 Version 1.1.0 - 04.Oct.2012
85 * API: add Wayland support
86 * API: add raw DRM support for headless pipelines
87 * Fix generic VA/GLX implementation for newer cluttersink versions
88 * Fix threading issues in VA objects reference code (+Krzysztof Kotlenga)
89 * Fix build on Android Ice Cream Sandwich (+Haitao Huang, Daniel Charles)
90
91 Version 1.0.16 - 02.Aug.2012
92 * API: data structures for JPEG Baseline decoding
93 * API: clarify the definition of slice_data_bit_offset
94 * Add a simple test case for JPEG decoding
95
96 Version 1.0.15 - 28.Oct.2011
97 * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
98 * Add auto-generated Debian packaging
99 * Refine VA trace & VA fool utilities
100 * Move i965 driver to a specific repository (vaapi/intel-driver)
101 * Fix DSO link issue in tests
102 * Fix fglrx driver name detection
103 * Fix API vs. DSO vs. package versioning
104
105 Version 1.0.14 - 28.Jul.2011
106 * API: rename VA_DECODE_ERROR_TYPE to VADecodeErrorType
107 * Fix memory leaks (Edgar Hucek)
108 * Fix VA trace logs (Alexander Osin)
109 * Fix vaTerminate() with some applications, e.g. GStreamer
110
111 Version 1.0.13 - 30.May.2011
112 * API: fix VA_ROTATION_270 definition
113 * Add a simple H.264 encoder "avcenc" (Chang Zhou)
114 * Fix VA tracer (Alexander Osin)
115 * Fix vaBufferInfo() interface (Alexander Osin)
116
117 Version 1.0.12 - 01.Apr.2011
118 * API: add VARenderMode interface to select overlay or GPU rendering mode
119 * API: add VARenderDevice interface to allow rendering to an external device
120 * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
121 * Fix build issues on Android 2.3
122
123 Changes for older versions can be found in git log or previously
124 released packages.