summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2015-12-07 15:32:17 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2015-12-07 15:32:17 +0800
commit5a9a0d6aab5a06b7e9eff784ecfd6fcb041f036d (patch)
treeef141baa10347ab26dd012447eb0f6da2c1c4870
parent05cfe98c006e4b09c87992d0d9410eae89c64b53 (diff)
downloadlibva-5a9a0d6aab5a06b7e9eff784ecfd6fcb041f036d.tar.gz
libva 1.6.2.pre2libva-1.6.2.pre2
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6cfa431..1a34934 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,16 @@ libva NEWS -- summary of user visible changes. 2015-12-xx
Copyright (C) 2009-2015 Intel Corporation
Version 1.6.2 - DD.Dec.2015
+* Bump VA API version to 0.38.1
+* Add 10-bit YUV RT format
+* Add new fourcc codes
* Fix crash if user doesn't have right to access the DRI device
* Fix uninitialized x11_screen driver context member for X11 output
https://bugs.freedesktop.org/show_bug.cgi?id=61603
* Fix the issue of not to use LIBVA_DRIVER_NAME
https://bugs.freedesktop.org/show_bug.cgi?id=72822
+* Fix build issue with wayland
+ https://bugs.freedesktop.org/show_bug.cgi?id=79478
* vainfo: Add option '--display'
Version 1.6.1 - 09.Sep.2015
diff --git a/configure.ac b/configure.ac
index f835bef..57ec725 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], [2])
-m4_define([libva_pre_version], [1])
+m4_define([libva_pre_version], [2])
m4_define([libva_version],
[libva_major_version.libva_minor_version.libva_micro_version])