From 8c48c3b44a56d8a5af5c5fa7cb8bee131f933569 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Tue, 30 Sep 2014 09:42:06 +0800 Subject: libva 1.4.0 Don't support DRM Render-Nodes in this version of libva Signed-off-by: Xiang, Haihao --- NEWS | 7 ++++--- configure.ac | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 039fe05..ca0a986 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.3