fix(codec): align av1 codec parameters with specification#5025
Open
SomeBody16 wants to merge 1 commit into
Open
fix(codec): align av1 codec parameters with specification#5025SomeBody16 wants to merge 1 commit into
SomeBody16 wants to merge 1 commit into
Conversation
…ect correct resolutions
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
k-wasniowski
approved these changes
Jun 8, 2026
antsukanova
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
COMPLETES SPARK-821152
This pull request addresses
The AV1 codec parameter presets in
plugin-meetingsused raw frame-size-derivedmaxPicSizevalues for each supported resolution.Those values should reflect the AV1 spec level limits so the advertised codec parameters align with the selected AV1 levels and correctly cover the intended resolutions.
Spec reference: https://aomediacodec.github.io/av1-spec/av1-spec.pdf
by making the following changes
Updates
AV1_CODEC_PARAMETERSinpackages/@webex/plugin-meetings/src/multistream/codec/constants.tsso each supported resolution uses spec-alignedmaxPicSizevalues:90pand180p:147_456360p:278_784540p:665_856720p:1_065_0241080p:2_359_296The existing
levelIdx, dimensions, tier, andmaxDecodeRatevalues are unchanged.Change Type
The following scenarios were tested
packages/@webex/plugin-meetings/src/multistream/codec/constants.ts.The GAI Coding Policy And Copyright Annotation Best Practices
Additional GAI usage details: Cursor was used to refresh the PR title and description. No source code changes were made during this PR metadata refresh.
I certified that
Make sure to have followed the contributing guidelines before submitting.