OSDN Git Service

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