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

Last commit made on 2020-12-03
Get this branch:
git clone -b v2.10-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libva

Branch merges

Branch information

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

Recent commits

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

Libva 2.8.0

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

179a07b... by Carl Zhang <email address hidden>

update NEWS for 2.10.0

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

3faae4b... by tianhaol <email address hidden>

Pass offset and size of pred_weight_table

To enable GPU weight prediciton, GPU will override pred_weight_table
passed from AP. These two parameters are gotten from packed slice header of AP,
are used to write back pred_weight_tabe provided by GPU to packed slice header
of the final bit stream.

cd54374... by XinfengZhang <email address hidden>

add vaCopy interface to copy surface and buffer

Author:Dmitry Rogozhkin <email address hidden>
Author:XinfengZhang <email address hidden>

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

6b07c4c... by Carl Zhang <email address hidden>

add definition for different execution

include sync or async. mode

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

8840860... by Sreerenj Balachandran <email address hidden>

va_dec_av1: clarifies CDEF syntax element packing

This clarifies the packing of primary & secondary
cdef strength syntax elements packing in corresponding
VA attributes.

6fd92cf... by Andres Calderon Jaramillo <email address hidden>

[AV1] Update documented ranges for loop filter and quantization params.

Currently, the following fields of _VADecPictureParameterBufferAV1 are
documented as having a range of [-63, 63]:

ref_deltas
mode_deltas
y_dc_delta_q
u_dc_delta_q
u_ac_delta_q
v_dc_delta_q
v_ac_delta_q

This is incorrect because per the spec, these parameters are parsed
using su(1+6) which yields a range of [-64, 63] (see sections 4.10.6,
5.9.11, 5.9.12, and 5.9.13). This patch fixes the documented ranges.

8ed365d... by Jonathan Bian <email address hidden>

Update va.h for multi-threaded usages

Added description for multi-threaded usages of the API

8c6126e... by Sergey A Osipov <email address hidden>

New parameters for transport controlled BRC were added

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

correct the api version in meson.build

change the api version to 1.10.0.pre1

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