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 dropped frames caused by AVC min/max PTS not matching first/last PTS #2876

Merged
merged 6 commits into from Jul 13, 2020

Commits on Jul 9, 2020

  1. Copy the full SHA
    7efc406 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Do not drop audio frames when switching qualities since the overlap d…

    …etection is not based on what was previously appeneded
    Rob Walch committed Jul 11, 2020
    Copy the full SHA
    8708ba1 View commit details
    Browse the repository at this point in the history
  2. Do not chang starting DTS when PTS < DTS is found

    Rob Walch committed Jul 11, 2020
    Copy the full SHA
    177034f View commit details
    Browse the repository at this point in the history
  3. Reset demuxer when backtracking

    Rob Walch committed Jul 11, 2020
    Copy the full SHA
    05ce6a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Clamp DTS after timecode hole/overlap check and Safari frame duration…

    … calculation
    Rob Walch committed Jul 13, 2020
    Copy the full SHA
    052feab View commit details
    Browse the repository at this point in the history
  2. Adjust timecode hole tolerance to account for 59.94 and 29.97 framera…

    …te variance
    Rob Walch committed Jul 13, 2020
    Copy the full SHA
    b1d0964 View commit details
    Browse the repository at this point in the history