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 09:48:34 +0800 |
commit | 8c48c3b44a56d8a5af5c5fa7cb8bee131f933569 (patch) | |
tree | b6f8e1fed2c53e10326d5544240a3ae7ffbff081 | |
parent | cf82fdb3fcc444705c39c8fbd31578d772c62c72 (diff) |
libva 1.4.0libva-1.4.0
Don't support DRM Render-Nodes in this version of libva
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-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]) |