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

Add AVIF_ENABLE_COMPLIANCE_WARDEN #1611

Merged
merged 5 commits into from
Sep 21, 2023
Merged

Commits on Sep 21, 2023

  1. Add AVIF_ENABLE_COMPLIANCE_WARDEN

    Use github.com/gpac/ComplianceWarden as a dependency to check all
    AVIF bitstreams output by avifEncoderFinish().
    
    Introduce AVIF_USE_CXX to regroup use cases requiring C++.
    y-guyon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e9ff14a View commit details
    Browse the repository at this point in the history
  2. Apply cmake-format

    [skip ci]
    y-guyon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fd440bc View commit details
    Browse the repository at this point in the history
  3. Remove AVIF_ENABLE_COMPLIANCE_WARDEN guard

    src/compliance.cc is only compiled if it is defined.
    y-guyon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    76e25da View commit details
    Browse the repository at this point in the history
  4. Fix ext/compliance_warden.sh

    echo prints literal "\\n", printf appends '\n' correctly.
    y-guyon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    38eaae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc80066 View commit details
    Browse the repository at this point in the history