OSDN Git Service

libva 1.3.0
[android-x86/hardware-intel-common-libva.git] / NEWS
1 libva NEWS -- summary of user visible changes.  2014-03-24
2 Copyright (C) 2009-2014 Intel Corporation
3
4 Version 1.3.0 - 24.Mar.2014
5 * API: add support for VP8 decoding
6 * API: drop VAEntrypointMax enumeration
7 * Enhancement for VA trace utility
8
9 Version 1.2.1 - 27.Jun.2013
10 * Fix https://bugs.freedesktop.org/show_bug.cgi?id=66221 
11 * Add back VA_DRIVER_INIT_FUNC definition for testing
12
13 Version 1.2.0 - 25.Jun.2013
14 * API: new H.264 encoding API for Main and High profiles
15 * API: add support for MPEG-2 encoding
16 * API: add video processing interfaces
17 * API: add vaQuerySurfaceAttributes() to query surface attributes supported by the underlying drivers.
18 * API: new version of vaCreateSurfaces()
19 * API: add new surface attributes to enable VA surface creation from external buffer
20 * API: add new RT formats and fourcc codes
21 * Refine VA trace utility
22 * Refine H.264 encoding test cases {avcenc, h264enc}
23 * A new test case for MPEG-2 encoding
24 * A lot of bug fixes
25
26 Version 1.1.1 - 19.Mar.2013
27 * Support wayland 1.0 protocol (Rob Bradford)
28 * Automake 1.13 fixups (Armin K)
29
30 Version 1.1.0 - 04.Oct.2012
31 * API: add Wayland support
32 * API: add raw DRM support for headless pipelines
33 * Fix generic VA/GLX implementation for newer cluttersink versions
34 * Fix threading issues in VA objects reference code (+Krzysztof Kotlenga)
35 * Fix build on Android Ice Cream Sandwich (+Haitao Huang, Daniel Charles)
36
37 Version 1.0.16 - 02.Aug.2012
38 * API: data structures for JPEG Baseline decoding
39 * API: clarify the definition of slice_data_bit_offset
40 * Add a simple test case for JPEG decoding
41
42 Version 1.0.15 - 28.Oct.2011
43 * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
44 * Add auto-generated Debian packaging
45 * Refine VA trace & VA fool utilities
46 * Move i965 driver to a specific repository (vaapi/intel-driver)
47 * Fix DSO link issue in tests
48 * Fix fglrx driver name detection
49 * Fix API vs. DSO vs. package versioning
50
51 Version 1.0.14 - 28.Jul.2011
52 * API: rename VA_DECODE_ERROR_TYPE to VADecodeErrorType
53 * Fix memory leaks (Edgar Hucek)
54 * Fix VA trace logs (Alexander Osin)
55 * Fix vaTerminate() with some applications, e.g. GStreamer
56
57 Version 1.0.13 - 30.May.2011
58 * API: fix VA_ROTATION_270 definition
59 * Add a simple H.264 encoder "avcenc" (Chang Zhou)
60 * Fix VA tracer (Alexander Osin)
61 * Fix vaBufferInfo() interface (Alexander Osin)
62
63 Version 1.0.12 - 01.Apr.2011
64 * API: add VARenderMode interface to select overlay or GPU rendering mode
65 * API: add VARenderDevice interface to allow rendering to an external device
66 * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
67 * Fix build issues on Android 2.3
68
69 Changes for older versions can be found in git log or previously
70 released packages.