hardware/intel/libva
Revision | 46bff6a0015fe7cc5a80e1b3d8fc397f721c82a2 (tree) |
---|---|
Zeit | 2016-03-03 14:00:43 |
Autor | Xiang, Haihao <haihao.xiang@inte...> |
Commiter | Xiang, Haihao |
Merge remote-tracking branch 'fdo/v1.6-branch' into fdo--master
@@ -1,6 +1,19 @@ | ||
1 | -libva NEWS -- summary of user visible changes. 2015-09-09 | |
1 | +libva NEWS -- summary of user visible changes. 2015-12-15 | |
2 | 2 | Copyright (C) 2009-2015 Intel Corporation |
3 | 3 | |
4 | +Version 1.6.2 - 15.Dec.2015 | |
5 | +* Bump VA API version to 0.38.1 | |
6 | +* Add new RT format for 16 bits per channel memory layout(P010,P016): VA_RT_FORMAT_YUV420_10BPP | |
7 | +* Add new fourcc codes: VA_FOURCC_P010, VA_FOURCC_P016, VA_FOURCC_YV16 | |
8 | +* Fix crash if user doesn't have right to access the DRI device | |
9 | +* Fix uninitialized x11_screen driver context member for X11 output | |
10 | + https://bugs.freedesktop.org/show_bug.cgi?id=61603 | |
11 | +* Fix the issue of not to use LIBVA_DRIVER_NAME | |
12 | + https://bugs.freedesktop.org/show_bug.cgi?id=72822 | |
13 | +* Fix build issue with wayland | |
14 | + https://bugs.freedesktop.org/show_bug.cgi?id=79478 | |
15 | +* vainfo: Add option '--display' | |
16 | + | |
4 | 17 | Version 1.6.1 - 09.Sep.2015 |
5 | 18 | * Add support for VP9 decode and HEVC encode in VA trace module |
6 | 19 | * Add VP9 profile to vainfo |