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