OSDN Git Service

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