Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update NEWS for 2.21.0 and bump master version to 2.22.0.1 #361

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
libva-utils NEWS -- summary of changes. 2023-09-14
Copyright (C) 2009-2023 Intel Corporation
libva-utils NEWS -- summary of changes. 2024-03-12
Copyright (C) 2009-2024 Intel Corporation

Version 2.21.0 - 12.Mar.2024
* vainfo: Print VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols
* test: Add Prime3 memtype support
* sample: Add back buffer size options for AV1e
* sample: simplify cbr/vbr interface and refine codes for AV1e
* fix: clean some unused variables and functions
* fix: unify the coding style
* fix: Fix coverity issues exposed in encode/decode/vpp
* fix: options in AV1 encode sample
* fix: fix typo of version in NEWS
* ci: harden permission for freebsd.yml
* ci: add workflow permission for all jobs
* ci: update freebsd vm to the v1 version
* meson: use meson setup instead of meson options

Version 2.20.0 - 14.Sep.2023
* test: Enable AV1 encode test
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# - micro version is libva_micro_version
# - pre version is libva_pre_version, usually development version
m4_define([libva_utils_major_version], [2])
m4_define([libva_utils_minor_version], [21])
m4_define([libva_utils_minor_version], [22])
m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_pre_version], [1])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libva-utils', 'c', 'cpp',
version : '2.21.0.1',
version : '2.22.0.1',
default_options : [
'warning_level=2',
'c_std=gnu99',
Expand Down