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

aom: improve AVIF encoding performance by ~2x #496

Merged
merged 1 commit into from
Jul 12, 2021

Commits on May 22, 2021

  1. aom encoder: improve performance by ~2x using new 'all intra' mode

    Available from aom v3.1.0, this usage mode is considered the
    default setting for still images.
    
    It uses a single pass and removes all keyframe logic, resulting
    in significantly fewer memory allocations and halves CPU time.
    
    libavif has already adopted this as the default.
    lovell committed May 22, 2021
    Configuration menu
    Copy the full SHA
    de0c159 View commit details
    Browse the repository at this point in the history