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

--read-length CLI option + some code suggestions #11

Merged
merged 9 commits into from
Aug 16, 2023

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    e248f41 View commit details
    Browse the repository at this point in the history
  2. Removed additional round for duration

    - duration is rounded at calculation & when creating BitrateStatsSummary
    GabrielChanzy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    75d7cd1 View commit details
    Browse the repository at this point in the history
  3. Edited logging in run_command function

    - removed verbose input parameter
    - added debug level log
    GabrielChanzy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c46ccc0 View commit details
    Browse the repository at this point in the history
  4. fix first packet's pts bug with --read-length

    - calculates pts from next packet if value is missing
    GabrielChanzy committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1a97986 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. minor code touchups

    GabrielChanzy committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    07208f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870e41f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    e5e6f60 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix first packet's duration bug

    - occurs with --read-duration)
    GabrielChanzy committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f8657cc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. edited for test case

    - added check for 1st packet's duration type
    GabrielChanzy committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    956a57e View commit details
    Browse the repository at this point in the history