AOMediaCodec / av1-avif

AV1 Image File Format Specification - ISO-BMFF/HEIF derivative
https://aomediacodec.github.io/av1-avif/
BSD 2-Clause "Simplified" License
450 stars 40 forks source link

Added AVIF sanitizer tool #210

Open leo-barnes opened 1 year ago

leo-barnes commented 1 year ago

@y-guyon Can't add you as a reviewer for some reason

cconcolato commented 1 year ago

@y-guyon Can't add you as a reviewer for some reason

Just added him as "Team member" and Maintainer.

leo-barnes commented 1 year ago
  • I am not a fan of one big file.

Agreed. It would have been nicer from a readability perspective to have it split into submodules, but I decided to keep it monolithic due to the following:

  • The concise functions were easy to read.
  • I feel like there is some overlap with the Compliance Warden.

Again agreed. I mention in the help text that it's not a replacement for Compliance Warden since it will only detect a subset of actually fixable issues.