summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Zhang <carl.zhang@intel.com>2020-06-18 07:19:37 -0400
committerXinfengZhang <carl.zhang@intel.com>2020-06-22 09:24:45 +0800
commit7749f3cf22d1fb93ca6c65c06a3510064c8beca0 (patch)
tree4c318a89ea54efe84e73fa50ce236eff325bb683
parent0b53ce058d37a353baffb21e5e66673cc3270e9f (diff)
downloadlibva-7749f3cf22d1fb93ca6c65c06a3510064c8beca0.tar.gz
update NEWS for 2.8.0
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
-rw-r--r--NEWS26
1 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40c2b52..3b08a44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
-libva NEWS -- summary of user visible changes. 2020-03-26
+libva NEWS -- summary of user visible changes. 2020-06-18
Copyright (C) 2009-2020 Intel Corporation
+version 2.8.0 - 18.Jun.2020
+* trace: enable return value trace for successful function call
+* trace: divide va_TraceEndPicture to two seperate function
+* trace: add support for VAProfileHEVCSccMain444_10
+* fix:Fixes file descriptor leak
+* add fourcc code for P012 format
+* travis: Add a test that code files don't have the exec bit set
+* Remove the execute bit from all source code files
+* meson: Allow for libdir and includedir to be absolute paths
+* trace: Fix format string warnings
+* fix:Fix clang warning (reading garbage)
+* add definition to enforce both reflist not empty
+* trace: List correct field names in va_TraceVAPictureParameterBufferHEVC
+* change the return value to be UNIMPLEMENTED when the function pointer is NULL
+* remove check of vaPutSurface implementation
+* Add new slice structure flag for CAPS reporting
+* VA/X11: VAAPI driver mapping for iris DRI driver
+* VA/X11: enable driver candidate selection for DRI2
+* Add SCC flags to enable/disable features
+* fix: Fix HDR10 MaxCLL and MaxFALL documentation
+* Add VAProfileHEVCSccMain444_10 for HEVC
+* change the compatible list to be dynamic one
+* trace:Convert VAProfileAV1Profile0 VAProfileAV1Profile1 to string
+
version 2.7.0 - 26.Mar.2020
* trace: av1 decode buffers trace
* trace: Add HEVC REXT and SCC trace for decoding.