OSDN Git Service

Add assert check memory allocation potential NULL issue
[android-x86/hardware-intel-common-libva.git] / NEWS
diff --git a/NEWS b/NEWS
index 1a34934..d6179fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
-libva NEWS -- summary of user visible changes.  2015-12-xx
+libva NEWS -- summary of user visible changes.  2016-03-15
 Copyright (C) 2009-2015 Intel Corporation
 
-Version 1.6.2 - DD.Dec.2015
+Version 1.7.0 - 15.Mar.2016
+* Bump VA API version to 0.39
+* Add support for VP9 10bit decode API
+* Allow libva to load the vaapi driver provided by Mesa Gallium for nouveau and radeon
+* Fix libva-glx against OpenGL 3.1 or above
+
+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