OSDN Git Service

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