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

Last commit made on 2022-09-27
Get this branch:
git clone -b v2.16-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libva

Branch merges

Branch information

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

Recent commits

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

libva 2.16.0

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

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

update NEWS for 2.16.0

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

8682f9e... by "Cheng, Rachel" <email address hidden>

Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.

Signed-off-by: Cheng, Rachel <email address hidden>

a65e00b... by Oleksandr Pavlyk <email address hidden>

Update README.md

Removed all badge links as out of date

83750c2... by Oleksandr Pavlyk <email address hidden>

Maint: Removed waffle-io badge from README to fix broken link

Since waffle.io has shut down in 2019, the broken badge and its link
will not be fixed at the destination.

Removing the badge is the only resolution.

Fixes #609

Signed-off-by: Oleksandr Pavlyk <email address hidden>

6c14367... by Emil Velikov <email address hidden>

README: drop mailing list, IRC and Slack

All three are effectively dead. In particular:
 - the ML has disappeared with the update to HyperKitty
 - Freenode has imploded - channel has not moved to Libera/OFTC
 - Slack is a ghost town - last two maintainers are not even on it

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

9d001de... by Emil Velikov <email address hidden>

autotools: use wayland-scanner private-code

The "code" option was deprecated with wayland-scanner 1.15. The version
is available even in very old distros Debian Stretch and Ubuntu Bionic
(18.04), so it's fine to depend on it.

Here we replace the code option with private-code, since the code is
meant only for internal consumption.

With that done, we can drop the no longer needed export.c workaround.

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

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

autotools: use the wayland-scanner.pc to locate the prog

Currently we look for wayland-scanner in the prefix defined in the
wayland-client.pc. This is off, especially if we consider
cross-compilation.

Use the wayland-scanner.pc and it's wayland-scanner variable instead.

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

2bcb706... by Emil Velikov <email address hidden>

meson: use wayland-scanner private-code

The "code" option was deprecated with wayland-scanner 1.15. The version
is available even in very old distros Debian Stretch and Ubuntu Bionic
(18.04), so it's fine to depend on it.

Here we replace the code option with private-code, since the code is
meant only for internal consumption.

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

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

meson: request native wayland-scanner

Otherwise we'll pull the incorrect binary and compilation will fail.

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