diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2014-09-30 09:42:06 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2014-09-30 10:33:53 +0800 |
commit | 3cbfc17b4cb9176f8b4020b474fc4dcaecba74f4 (patch) | |
tree | b0ba4976401c544474b8c025cef5905c21c786c7 | |
parent | 5faa5f50382af6d2f58ba07bbc64d2e9e63abad9 (diff) | |
download | libva-3cbfc17b4cb9176f8b4020b474fc4dcaecba74f4.tar.gz |
libva 1.4.0
Don't support DRM Render-Nodes in this version of libva
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 8c48c3b44a56d8a5af5c5fa7cb8bee131f933569)
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -1,11 +1,12 @@ -libva NEWS -- summary of user visible changes. 2014-09-DD +libva NEWS -- summary of user visible changes. 2014-09-30 Copyright (C) 2009-2014 Intel Corporation -Version 1.4.0 - DD.Sep.2014 +Version 1.4.0 - 30.Sep.2014 * API: add support for VP8 encoding * API: add H.264 MVC profiles for decoding and encoding * API: add buffer export interfaces for interop with 3rdparty APIs (EGL, OCL) -* Add support for DRM Render-Nodes (Andrey Larionov) +* API: add suppor for encoder quality level +* API: add attribute usage hint flag * Fix build on 64-bit versions of Android (Qiming Shi) * Assorted fixes to the VA fool and trace modules (Austin Yuan) diff --git a/configure.ac b/configure.ac index 153d018..54f00b6 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ m4_define([va_api_version], m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)]) m4_define([libva_minor_version], [m4_eval(va_api_minor_version - 32)]) m4_define([libva_micro_version], [0]) -m4_define([libva_pre_version], [1]) +m4_define([libva_pre_version], [0]) m4_define([libva_version], [libva_major_version.libva_minor_version.libva_micro_version]) |