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