Skip to content

Commit 6b784c7

Browse files
committed
update NEWS for 2.20.0
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
1 parent 1652b74 commit 6b784c7

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

NEWS

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
1-
libva NEWS -- summary of user visible changes. 2023-07-04
1+
libva NEWS -- summary of user visible changes. 2023-09-14
22
Copyright (C) 2009-2023 Intel Corporation
33

4+
version 2.20.0 - 14.Sep.2023
5+
* va: drop no longer applicable vaGetDriverNames check
6+
* va: remove unreachable "DRIVER BUG"
7+
* x11/dri2: limit the array handling to avoid out of range access
8+
* va/backend: document the vaGetDriver* APIs
9+
* va/backend: annotate vafool as deprecated
10+
* win32: remove duplicate adapter_luid entry
11+
* va: Added Q416 fourcc (three-plane 16-bit YUV 4:4:4)
12+
* trace: fix minor issue about printf data type and value range
13+
* jpeg: add support for crop and partial decode
14+
* trace: Unlock mutex before return
15+
* trace: Add trace for vaExportSurfaceHandle
16+
* av1: Revise offsets comments for av1 encode
17+
* va: Add new VADecodeErrorType to indicate the reset happended in the driver.
18+
* drm: limit the array size to avoid out of range
19+
* va: fix:set driver number to be zero if vaGetDriverNames failed
20+
* va: fix:don't leak driver names, when override is set
21+
* win32: Only print win32 driver messages in DEBUG builds
22+
* va: Add vendor string on va_TraceInitialize
23+
* va: remove legacy code paths
24+
* drm: remove no longer used helpers
25+
* x11: remove legacy code paths
26+
* x11: allow disabling DRI3 via LIBVA_DRI3_DISABLE env var
27+
* x11: implement vaGetDriverNames
28+
* va/x11/va_nvctrl: remove some dead code
29+
* va/x11/va_fglrx: remove some dead code
30+
* va: optimize code of getting driver name for all protocols/os(wayland,x11,drm,win32,android)
31+
432
version 2.19.0 - 04.Jul.2023
533
* docs: fix references and descriptions snf focyhrn mstkup
634
* ci: add build docs test

0 commit comments

Comments
 (0)