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

Adds enable_frame_num to the experimental video reader #5628

Merged
merged 5 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. Adds enable_frame_num to the experimental video reader

    - adds an ability to output frame numbers in the experimental video
      reader
    - this allows making VideoReaderDecoderCpuTest.RandomShuffle_* test
      independent from the hardcoding of the expected frame order (in case
      random generator implementation changes)
    
    Signed-off-by: Janusz Lisiecki <[email protected]>
    JanuszL committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c262caf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Review fix

    Signed-off-by: Janusz Lisiecki <[email protected]>
    JanuszL committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f621fe6 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    Signed-off-by: Janusz Lisiecki <[email protected]>
    JanuszL committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ec7fa68 View commit details
    Browse the repository at this point in the history
  3. More review fixed

    Signed-off-by: Janusz Lisiecki <[email protected]>
    JanuszL committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b969f7b View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Janusz Lisiecki <[email protected]>
    JanuszL committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a8d08cb View commit details
    Browse the repository at this point in the history