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

fix: PERIOD_FLATTENING_FAILED error when periods have different base sample types. #4206

Merged
merged 12 commits into from May 17, 2022

Commits on May 9, 2022

  1. Fix PERIOD_FLATTENING_FAILED error when periods have a compatible cod…

    …ec but different base sample types.
    ghouet committed May 9, 2022
    Copy the full SHA
    a2de68a View commit details
    Browse the repository at this point in the history
  2. Fix lint issues.

    ghouet committed May 9, 2022
    Copy the full SHA
    a945831 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ccb2c69 View commit details
    Browse the repository at this point in the history
  4. Fix default case.

    ghouet committed May 9, 2022
    Copy the full SHA
    786105a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    095f2f1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Update mime_utils to group similar codec independently of their codec…

    … string.
    
    Also fix issue in getCodecParts_.
    ghouet committed May 11, 2022
    Copy the full SHA
    ac6992c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    140a7b1 View commit details
    Browse the repository at this point in the history
  3. Remove grouping for ac3,ec3,dtsx and dtsc

    the codec string indicates a container difference which may be incompatible when switching from one to another.
    ghouet committed May 11, 2022
    Copy the full SHA
    bc06277 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Remove container distinction.

    ghouet committed May 12, 2022
    Copy the full SHA
    7172b30 View commit details
    Browse the repository at this point in the history
  2. case-insensitivity tweak.

    ghouet committed May 12, 2022
    Copy the full SHA
    1f70352 View commit details
    Browse the repository at this point in the history
  3. Group xhe_aac and aac.

    ghouet committed May 12, 2022
    Copy the full SHA
    13b1e9b View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary return

    ghouet committed May 12, 2022
    Copy the full SHA
    c4f412e View commit details
    Browse the repository at this point in the history