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

Support lsel for decoding progressive image #373

Open
tongyuantongyu opened this issue May 15, 2022 · 0 comments · May be fixed by #374
Open

Support lsel for decoding progressive image #373

tongyuantongyu opened this issue May 15, 2022 · 0 comments · May be fixed by #374

Comments

@tongyuantongyu
Copy link

AOMediaCodec/av1-avif#180 changed standard(https://aomediacodec.github.io/av1-avif/#layer-selector-property) to require a lsel box with layer_id set to 0xFFFF in an avif image to allow progressive decoding. Updated test images are yet to be merged: AOMediaCodec/av1-avif#191.

With this change, mp4parse will reject any progressive image due to lsel being a mandatory unsupported box. We should at least be able to decode these images non-progressively.

I hope this can get into Firefox 102 ESR release, or we have to wait very long before being able to safely serve progressive AVIF images.

@tongyuantongyu tongyuantongyu linked a pull request May 15, 2022 that will close this issue
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 a pull request may close this issue.

1 participant