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

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

Branch merges

Branch information

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

Recent commits

807044b... by Carl Zhang <email address hidden>

libva 2.19.0

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

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

update NEWS for 2.19.0

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

f4c4c03... by Dmitry Rogozhkin

docs: fix references and descriptions

Signed-off-by: Dmitry Rogozhkin <email address hidden>

e42500d... by Dmitry Rogozhkin

docs: fix doxygen markup

Signed-off-by: Dmitry Rogozhkin <email address hidden>

01a2d0e... by Dmitry Rogozhkin

ci: add build docs test

As of now test just checks the docs build path for the fatal errors.
We do not check for any warnings/errors coming from doxygen processor.

Signed-off-by: Dmitry Rogozhkin <email address hidden>

4e5b910... by Dmitry Rogozhkin

va/win32: change default driver search path to bindir

On Windows dlls and drivers (vaon12 specifically) gets installed to
bindir instead of libdir (or libdir/dri for va drivers). As a result
libva fails to find driver at default location and user needs to
setup LIBVA_DRIVERS_PATH explicitly pointing to driver location.

This patch changes default driver location for Windows to bindir.

Signed-off-by: Dmitry Rogozhkin <email address hidden>

1114bd2... by Dmitry Rogozhkin

va/win32: rely on compiler to define link names

Fixes: #711

This removes hardcoding library names to link applications against.
Hardcode was set to be va.dll while mingw produces library with lib prefix,
i.e. libva.dll. This causes missing libraries in link dependencies with
obvious workaround to `cp libva.dll va.dll`.

Signed-off-by: Dmitry Rogozhkin <email address hidden>

4bb5f16... by Hirokazu Honda <email address hidden>

Add mono_chrome to VAEncSequenceParameterBufferAV1

d46b383... by Ankit1 Jain <email address hidden>

Enable support for license acquisition of multiple protected playbacks

Signed-off-by: Ankit1 Jain <email address hidden>

ea9b0b3... by U. Artie Eoff

NEWS: fix year for version 2.18.0

Signed-off-by: U. Artie Eoff <email address hidden>