~thong-u/unoptimized/+git/libva:v2.17-branch

Last commit made on 2023-02-08
Get this branch:
git clone -b v2.17-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libva

Branch merges

Branch information

Name:
v2.17-branch
Repository:
lp:~thong-u/unoptimized/+git/libva

Recent commits

0425b59... by Carl Zhang <email address hidden>

fix: Add libva.def into distribution package

libva.def is missing in release tarball

Signed-off-by: Carl Zhang <email address hidden>

b91d58d... by Emil Velikov <email address hidden>

x11: allow disabling DRI3 via LIBVA_DRI3_DISABLe env var

There are some corner cases where DRI3 does not work correctly. While
bug reports are appreciated, this enables users to get back to their
machines in meaningful way - aka w/o having to rebuild libva.

Signed-off-by: Emil Velikov <email address hidden>

191e2b1... by Emil Velikov <email address hidden>

win32: use wide string literal where needed

As kindly pointed out by MSVC, we're using the wrong literal type.

.../va_win32.c(62): warning C4133: 'function': incompatible types - from 'char [19]' to 'const wchar_t *'

Signed-off-by: Emil Velikov <email address hidden>

882cdcb... by Sil Vilerino

win32: Add vaDisplayIsValid to .def export list

vaDisplayIsValid is used by apps calling into VAAPI, and we were missing it from the exports list.

Signed-off-by: Sil Vilerino <email address hidden>

df3c584... by Carl Zhang <email address hidden>

libva 2.17.0

Signed-off-by: Carl Zhang <email address hidden>

9b81529... by Carl Zhang <email address hidden>

update NEWS for 2.17.0

Signed-off-by: Carl Zhang <email address hidden>

8d67695... by Jesse Natalie <email address hidden>

win32: Simplify signature for driver name loading

Signed-off-by: Jesse Natalie <email address hidden>

a745c98... by Jesse Natalie <email address hidden>

win32: Rewrite driver registry query and fix some bugs/leaks/inefficiencies

Signed-off-by: Jesse Natalie <email address hidden>

74f4252... by Jesse Natalie <email address hidden>

win32: Add missing null check after calloc

Signed-off-by: Jesse Natalie <email address hidden>

0d971e9... by "Aleksandrov, Dmitry V" <email address hidden>

Remove old security diclaimer from contributing.md file