OSDN Git Service

va_trace.c: fixes incorrect use of signed decimal conversion in printfs.
[android-x86/hardware-intel-common-libva.git] / NEWS
diff --git a/NEWS b/NEWS
index b58f7a0..842fb86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
-libva NEWS -- summary of user visible changes.  2014-12-xx
-Copyright (C) 2009-2014 Intel Corporation
+libva NEWS -- summary of user visible changes.  2015-07-01
+Copyright (C) 2009-2015 Intel Corporation
 
-Version 1.5.0 - xx.Dec.2014
+Version 1.6.0 - 01.Jul.2015
+* Bump VA API version to 0.38
+* Add support for HEVC encode API
+* Add support for VP9 decode API
+* Add API (vaSetDriverName()) to allow the user to specify the loaded backend driver
+* Add VAConfigAttribEncSkipFrame and corresponding structures to support
+  sending skip frame parameters to the backend driver.
+* Add support for querying slice decoding mode supported by the backend driver
+* Fix quality issue in the JPEG encode demo
+
+Version 1.5.1 - DD.Mar.2015
+* API: correct the comment for num_token_partitions in struct  _VAEncPictureParameterBufferVP8
+* VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault
+
+Version 1.5.0 - 28.Dec.2014
 * API: add support for HEVC decoding
 * API: extend JPEG encoding data structures and add configuration attribute for JPEG encoding
 * Add a unit test for JPEG encoding (Sirisha Muppavarapu)