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

Bail out of avifDecoderParse() if an essential-required item property is not flagged as essential #537

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2021

  1. Bail out of avifDecoderParse() if an essential-required item property…

    … is not flagged as essential
    Joe Drago committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6e37228 View commit details
    Browse the repository at this point in the history
  2. Fix IO test data to flag av1C associations correctly

    Joe Drago committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9e1d828 View commit details
    Browse the repository at this point in the history
  3. Fix const on property type arrays, add a few more required-essential …

    …props
    Joe Drago committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2d0a644 View commit details
    Browse the repository at this point in the history
  4. Fix av1C essential bits in test data

    Joe Drago committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    69057a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Add fix_essential script to help endusers with old, incorrectly writt…

    …en AVIFs
    Joe Drago committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a26c941 View commit details
    Browse the repository at this point in the history
  2. Remove lsel from essential check as we don't actually support this pr…

    …operty at all yet
    Joe Drago committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e166009 View commit details
    Browse the repository at this point in the history