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

lavc/videotoolbox: allow software fallback for all codecs #454

Merged
merged 1 commit into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. lavc/videotoolbox: allow software fallback for all codecs

    Apple disabled hardware decoding for some h264 files with certain
    condition and now ffmpeg will error out for such inputs because the
    software fallback is disabled. Allow software fallback for all codecs
    instead of only for HEVC to workaround this as the error handling
    outside ffmpeg would be harder. Allowing software fallback has no
    measurable performance impact when the hardware decoder is not
    overloaded.
    gnattu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4c8485a View commit details
    Browse the repository at this point in the history