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

Strict Mode #407

Closed
joedrago opened this issue Nov 10, 2020 · 1 comment
Closed

Strict Mode #407

joedrago opened this issue Nov 10, 2020 · 1 comment

Comments

@joedrago
Copy link
Collaborator

(Tracker issue for a future feature for myself.)

Add a strict boolean to avifDecoder which is very, very intolerant of imperfect AVIFs. Ideally, anything that ComplianceWarden would complain about would cause this decoder mode to fail.

Optional features to this mode would be precise output on exactly why the file was invalid (via some new mechanism), and/or actually force-decoding all frames inside during Parse once to ensure the payloads had valid content as well.

@y-guyon
Copy link
Collaborator

y-guyon commented Dec 1, 2023

Done through 9b942c2 and #1611.

@y-guyon y-guyon closed this as completed Dec 1, 2023
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

No branches or pull requests

2 participants