|
1 | | -libva NEWS -- summary of user visible changes. 2023-07-04 |
| 1 | +libva NEWS -- summary of user visible changes. 2023-09-14 |
2 | 2 | Copyright (C) 2009-2023 Intel Corporation |
3 | 3 |
|
| 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 | + |
4 | 32 | version 2.19.0 - 04.Jul.2023 |
5 | 33 | * docs: fix references and descriptions snf focyhrn mstkup |
6 | 34 | * ci: add build docs test |
|
0 commit comments