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

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

Branch merges

Branch information

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

Recent commits

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

libva 2.15.0

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

82e400e... by Carl Zhang <email address hidden>

update NEWS for 2.15.0

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

a144363... by XinfengZhang <email address hidden>

Revert "Add HierarchicalFlag & hierarchical_level_plus1 for AV1e."

This reverts commit 97d750f45289867b1b75b947df1f181d9d7b6cd4.

97d750f... by "Cheng, Rachel" <email address hidden>

Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.

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

710e0c2... by XinfengZhang <email address hidden>

add new display HW attribute to report PCI ID

include vendor ID and device ID

Signed-off-by: XinfengZhang <email address hidden>

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

Correct the version of meson build on master branch

the api version is 1.15.0.pre1 on master

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

395e502... by Xuhenry1 <email address hidden>

Add sample depth related parameters for AV1e

Add depth related params(bit_depth_minus8/subsampling_x/subsampling_y).

2aa18e3... by Xuhenry1 <email address hidden>

Add refresh_frame_flags for AV1e

Add refresh_frame_flags params for AV1e.

aeba585... by akarl10 <email address hidden>

X11 DRI2: check if device is a render node

and if so skip drmGetMagic and VA_DRI2Authenticate.

This is essentailly the same as in the pure drm non X11 case

3f43acf... by Jiri Kucera <email address hidden>

Use also strong stack protection if supported

The current solution appends -fstack-protector to CFLAGS which may
override -fstack-protector-strong set by user. The proposed change
prefers -fstack-protector-strong over -fstack-protector if it is
supported and specified by the user in CFLAGS.