OSDN Git Service

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