X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=NEWS;h=314db6205fd77c3af92a66fb089f6fc452e58233;hb=2dd6c1a742fabae021d2a045a06e0af4fd76dfe8;hp=b58f7a08b57b30320b5ddb6b0bfcdea2490aaf44;hpb=45bd1f19111376d3aab5321295a18493b80d917d;p=android-x86%2Fhardware-intel-common-libva.git diff --git a/NEWS b/NEWS index b58f7a0..314db62 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,68 @@ -libva NEWS -- summary of user visible changes. 2014-12-xx -Copyright (C) 2009-2014 Intel Corporation +libva NEWS -- summary of user visible changes. 2016-11-xx +Copyright (C) 2009-2016 Intel Corporation -Version 1.5.0 - xx.Dec.2014 +Version 1.7.3 - DD.Nov.2016 +* Bump VA API version to 0.39.4 +* API: add support for bitrate control per temporal layer +* API: update the usage for framerate in VAEncMiscParameterFrameRate to support non-integer frame-rate +* Add has_prime_sharing flag in VADriverVTableWayland to indicate if buffer sharing with prime fd can + be used in the backend driver + +Version 1.7.2 - 05.Sep.2016 +* Bump VA API version to 0.39.3 +* API: add support for ROI +* Add support for VP9 encoder in VA tracer +* Refine test cases +* Fix the issue of not properly terminating the parsed environment values with '\0' + https://bugs.freedesktop.org/show_bug.cgi?id=96677 + +Version 1.7.1 - 21.Jun.2016 +* Bump VA API version to 0.39.2 +* API: add support for VP9 8bit encode +* API: add support for low power/high performance encode +* API: add support for encoding ROI attribute +* API: add support for macroblock based rate control +* Fix VA tracer to support multiple contexts in one instance + +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 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 +* 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 +* Add support for VP9 decode and HEVC encode in VA trace module +* Add VP9 profile to vainfo +* Enhance VA trace to dump VP8 encode parameters + +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)