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

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

Branch merges

Branch information

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

Recent commits

64d75c0... by Carl Zhang <email address hidden>

libva 2.11.0

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

21c1867... by Carl Zhang <email address hidden>

update NEWS for 2.11.0

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

2267778... by Simon Ser <email address hidden>

Fix VASurfaceAttribPixelFormat docs

The docs seem to refer to the legacy getSurfaceAttributes behavior.
Update them for the new querySurfaceAttributes behavior which
completely ignores what the user provides in the attributes array.
While at it, also document its usage with createSurfaces.

94acce8... by Sushma Venkatesh Reddy <email address hidden>

Libva documentation edit for AV1 reference frames

Application needs to make sure all the entries point to valid frames
except for the intra frames (intra and key frames together are intra
frames). Because the document was only suggesting key frames, this edit
is needed. Minor edit is made to ref_frame_idx[] document to reflect
correct index values.

Signed-off-by: Sushma Venkatesh Reddy <email address hidden>

7a92a2b... by Jan Beich <email address hidden>

ci: upgrade FreeBSD to 12.2

<email address hidden> uses FreeBSD 12.1 which has reached EOL on 2021-01-31.
FreeBSD Project doesn't keep old packages for /latest and /quarterly.
Once 12.2 packages are built there would be none for 12.1 except for
/release_1 which is more than 1 year old.

918fa6c... by Carl Zhang <email address hidden>

disable travis build

already enable github actions

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

3a71a01... by Jan Beich <email address hidden>

autotools: use shell grouping instead of sed to prepend a line

dash and pdksh don't support $'...'

/bin/sed: -e expression #1, char 2: unknown command: `1'

2b25cc0... by Sushma Venkatesh Reddy <email address hidden>

Modify AV1 frame_width_minus1 and frame_height_minus1 comment

AV1 does not have any frame resolution restrictions. However, the comment
"value may not be multiple of 8" was confusing so, I am excluding it to be
in sync with the AV1 spec.

Signed-off-by: Sushma Venkatesh Reddy <email address hidden>

7856a56... by Sushma Venkatesh Reddy <email address hidden>

Remove tile_rows and tile_cols restriction to match AV1 spec

There is no restriction of tile_rows and tile_cols value in AV1 spec so,
this commit excludes the commit which mentions value of tile_rows and
tile_cols to be power of 2.

Signed-off-by: Sushma Venkatesh Reddy <email address hidden>

d7b65a6... by Ryan T Huang <email address hidden>

Format code for doxygen output

Signed-off-by: Ryan T Huang <email address hidden>