diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ -libva NEWS -- summary of user visible changes. 2015-12-xx +libva NEWS -- summary of user visible changes. 2015-12-15 Copyright (C) 2009-2015 Intel Corporation -Version 1.6.2 - DD.Dec.2015 +Version 1.6.2 - 15.Dec.2015 * Bump VA API version to 0.38.1 -* Add 10-bit YUV RT format -* Add new fourcc codes +* Add new RT format for 16 bits per channel memory layout(P010,P016): VA_RT_FORMAT_YUV420_10BPP +* Add new fourcc codes: VA_FOURCC_P010, VA_FOURCC_P016, VA_FOURCC_YV16 * 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 diff --git a/configure.ac b/configure.ac index 9cb2d99..7c88751 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], [3]) +m4_define([libva_pre_version], [0]) m4_define([libva_version], [libva_major_version.libva_minor_version.libva_micro_version]) |