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 support for Video sample description extensions (COLR / GAMA / PASP / FIEL) #694

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 21, 2022

  1. Add support for colr, fiel, gama, pasp atoms

    These atoms are part of the Video Sample Description Extensions,
    and provide additional information and/or display hints for decompressors.
    Shootfast committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    cbee2b5 View commit details
    Browse the repository at this point in the history
  2. Additional codec detection for ProRes, mjpeg, DNxHR/DNxHD

    By explicitly handling these video codecs as VisualSampleEntry(s),
    we are able to decend past their initial outer atom and access any
    extension atoms that may be present.
    Shootfast committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    d673a38 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    1300e50 View commit details
    Browse the repository at this point in the history