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