Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libva for openSUSE:Factory checked in at 2023-10-11 23:53:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva (Old) and /work/SRC/openSUSE:Factory/.libva.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva" Wed Oct 11 23:53:42 2023 rev:73 rq:1116450 version:2.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libva/libva.changes 2023-07-24 18:11:56.433202240 +0200 +++ /work/SRC/openSUSE:Factory/.libva.new.1807/libva.changes 2023-10-12 11:45:37.768637075 +0200 @@ -1,0 +2,40 @@ +Mon Oct 9 11:02:53 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 2.20.0: + * av1: Revise offsets comments for av1 encode + * drm: + - Limit the array size to avoid out of range + - Remove no longer used helpers + * jpeg: add support for crop and partial decode + * trace: + - Add trace for vaExportSurfaceHandle + - Unlock mutex before return + - Fix minor issue about printf data type and value range + * va/backend: + - Annotate vafool as deprecated + - Document the vaGetDriver* APIs + * va/x11/va_fglrx: Remove some dead code + * va/x11/va_nvctrl: Remove some dead code + * va: + - Add new VADecodeErrorType to indicate the reset happended in + the driver + - Add vendor string on va_TraceInitialize + - Added Q416 fourcc (three-plane 16-bit YUV 4:4:4) + - Drop no longer applicable vaGetDriverNames check + - Fix:don't leak driver names, when override is set + - Fix:set driver number to be zero if vaGetDriverNames failed + - Optimize code of getting driver name for all protocols/os + (wayland,x11,drm,win32,android) + - Remove legacy code paths + - Remove unreachable "DRIVER BUG" + * win32: + - Only print win32 driver messages in DEBUG builds + - Remove duplicate adapter_luid entry + * x11/dri2: limit the array handling to avoid out of range access + * x11: + - Allow disabling DRI3 via LIBVA_DRI3_DISABLE env var + - Implement vaGetDriverNames + - Remove legacy code paths +- Refresh propagate-dpy.patch with quilt. + +------------------------------------------------------------------- Old: ---- libva-2.19.0.tar.gz New: ---- libva-2.20.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libva.spec ++++++ --- /var/tmp/diff_new_pack.W93NBE/_old 2023-10-12 11:45:38.440661392 +0200 +++ /var/tmp/diff_new_pack.W93NBE/_new 2023-10-12 11:45:38.440661392 +0200 @@ -30,7 +30,7 @@ Name: libva%{name_suffix} %define _name libva -Version: 2.19.0 +Version: 2.20.0 Release: 0 Summary: Video Acceleration (VA) API License: MIT ++++++ libva-2.19.0.tar.gz -> libva-2.20.0.tar.gz ++++++ ++++ 1859 lines of diff (skipped) ++++++ propagate-dpy.patch ++++++ --- /var/tmp/diff_new_pack.W93NBE/_old 2023-10-12 11:45:38.772673406 +0200 +++ /var/tmp/diff_new_pack.W93NBE/_new 2023-10-12 11:45:38.776673550 +0200 @@ -1,8 +1,8 @@ -Index: libva-2.18.0/va/va.c +Index: libva-2.20.0/va/va.c =================================================================== ---- libva-2.18.0.orig/va/va.c -+++ libva-2.18.0/va/va.c -@@ -417,6 +417,11 @@ static char *va_getDriverPath(const char +--- libva-2.20.0.orig/va/va.c ++++ libva-2.20.0/va/va.c +@@ -373,6 +373,11 @@ static char *va_getDriverPath(const char static VAStatus va_openDriver(VADisplay dpy, char *driver_name) { VADriverContextP ctx = CTX(dpy);
