Skip to content

EncoderDpbH264: clamp max dpb size#217

Merged
dabrain34 merged 1 commit into
KhronosGroup:mainfrom
dabrain34:dab_clamp_encode
Jun 29, 2026
Merged

EncoderDpbH264: clamp max dpb size#217
dabrain34 merged 1 commit into
KhronosGroup:mainfrom
dabrain34:dab_clamp_encode

Conversation

@dabrain34

@dabrain34 dabrain34 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Description

Some driver might return 17 (16+1) as maxDpbSize which is
valid but will cause an issue in VVS as 16 is the maximum
value for its h264 encoder dpb pool.

Type of change

bug fix

Issue (optional)

Tests

Intel(R) Iris(R) Xe Graphics (ADL GT2) / Intel open-source Mesa driver Mesa 26.2.0-devel (git-2b62ef1a3e) / Ubuntu 24.04.4 LTS

Total Tests: 83
Passed: 57
Crashed: 0
Failed: 0
Not Supported: 23
Skipped: 3 (in skip list)
Success Rate: 100.0%

Additional Details (optional)

Some driver might return 17 (16+1) as maxDpbSize which is
valid but will cause an issue in VVS as 16 is the maximum
value for its h264 encoder dpb pool.
@dabrain34 dabrain34 merged commit d5a8787 into KhronosGroup:main Jun 29, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants