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

Some growing file improvements #90

Merged
merged 4 commits into from
Sep 10, 2024
Merged

Commits on Aug 19, 2024

  1. Only use buffered frame if num samples equals requested num samples

    A growing file may change the num samples when making the same request
    for a frame. E.g. the previous request may have returned 0 samples.
    philipnbbc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    82f82f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13dc2b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dd6bb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. mxfreader: Don't immediately log essence read errors

    Set the the MXF reader's mReadErrorMessage when less essence data is
    read from a file than was requested, but don't log the error.
    This avoids it being logged when reading a growing file where a later
    attempt succeeds.
    
    Note that this doesn't prevent non-essence read errors, e.g other KLVs.
    philipnbbc committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7f27a4e View commit details
    Browse the repository at this point in the history