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

Change picOrderCnt to 2 #3752

Merged
merged 7 commits into from
Jul 3, 2024
Merged

Change picOrderCnt to 2 #3752

merged 7 commits into from
Jul 3, 2024

Commits on Jul 1, 2024

  1. Change picOrderCnt to 2

    changes the picOrderCnt field to 2 (which means the output order
    is the same as the decode order) which is more suited to realtime
    usage and allows the decoder to immediately decode a frame without
    waiting for out-of-order frames. This reduces the decoding latency
    on Qualcomm hardware decoders which do not honor the VUI parameter
      max_num_reorder_frames
    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    93f93e7 View commit details
    Browse the repository at this point in the history
  2. bump hashes

    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2217a18 View commit details
    Browse the repository at this point in the history
  3. bump asan hashes

    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    afa9dd0 View commit details
    Browse the repository at this point in the history
  4. Revert "bump asan hashes"

    This reverts commit 7aa8b3d.
    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8df831f View commit details
    Browse the repository at this point in the history
  5. fix last hashes

    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9624955 View commit details
    Browse the repository at this point in the history
  6. update second hash for ASAN

    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c5ea7bd View commit details
    Browse the repository at this point in the history
  7. fix more hashes

    fippo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ad4ce3a View commit details
    Browse the repository at this point in the history