Skip to content
Snippets Groups Projects

obu: fix parsing of decoder model info bits

Merged James Almer requested to merge jamrial/dav1d:decoder_model_info into master
All threads resolved!

Working only for the first Operating Point for now.

Fixes #86 (closed)

Merge request reports

Pipeline #1227 passed

Pipeline passed for 13f3658b on jamrial:decoder_model_info

Merged by Ronald S. BultjeRonald S. Bultje 6 years ago (Oct 23, 2018 8:20pm UTC)

Merge details

Pipeline #1228 passed

Pipeline passed for 13f3658b on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Shouldn't we store the parsed elements somewhere in the frame header struct? Just tossing them seems like it will need more work downstream.

  • Author Developer

    The Seq Header elements are already being discarded, so i figured being consistent with the Frame Header ones i'm adding, since none of them are needed for decoding.

    I can look into storing them all, since the idea afair was to make Av1SequenceHeader and Av1FrameHeader public in some form in the long run.

    Edit: Nevermind, the Seq Header ones aren't dropped. I'll store the Frame Header fields as well.

    Edited by James Almer
  • James Almer added 1 commit

    added 1 commit

    • 0de24238 - obu: fix parsing of decoder model info bits

    Compare with previous version

  • James Almer resolved all discussions

    resolved all discussions

  • James Almer added 1 commit

    added 1 commit

    • 43b786c3 - obu: fix parsing of decoder model info bits

    Compare with previous version

  • James Almer added 1 commit

    added 1 commit

    • 9b3ab0d2 - obu: fix parsing of decoder model info bits

    Compare with previous version

  • James Almer added 2 commits

    added 2 commits

    • 887c0269 - 1 commit from branch videolan:master
    • b7ae18c5 - obu: fix parsing of decoder model info bits

    Compare with previous version

  • James Almer added 2 commits

    added 2 commits

    • 4abd6949 - 1 commit from branch videolan:master
    • 13f3658b - obu: fix parsing of decoder model info bits

    Compare with previous version

  • Please register or sign in to reply
    Loading