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

Enable content detection #1911

Merged
merged 30 commits into from
Jun 23, 2021
Merged

Enable content detection #1911

merged 30 commits into from
Jun 23, 2021

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    7c22cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37fbb56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e97cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19ba441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66dafe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ec43f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cee371 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a220bd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed36b01 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7c5605 View commit details
    Browse the repository at this point in the history
  11. core,server: Run detection at the start of a LB session

    Nvidia transcoder only allocates detection-related filters on the first
    segment of a session.
    
    If the B switches to a different O mid-stream on a segment that wasn't
    scheduled for detection, we'll end up with a transcode session that
    can't handle detection for subsequent segs.
    
    So here we force-enable detection for the first segment of a new LB session.
    jailuthra committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    81ff3d4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f7a1c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3cf3d5c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9711808 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    57db340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c10706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f08ec26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72047f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f0b26f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8833825 View commit details
    Browse the repository at this point in the history
  7. cmd/livepeer_bench: Benchmark content detection

    Co-authored-by: Yondon Fu <yondon.fu@gmail.com>
    jailuthra and yondonfu committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e953caf View commit details
    Browse the repository at this point in the history
  8. cmd/livepeer: Add flag to enable scene-classification on GPUs

    Co-authored-by: Yondon Fu <yondon.fu@gmail.com>
    jailuthra and yondonfu committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    fb68859 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    403b456 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b04d3d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    911d040 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d6fc12 View commit details
    Browse the repository at this point in the history
  13. ci: Add a separate Linux build w/ libtensorflow

    Co-authored-by: Yondon Fu <yondon.fu@gmail.com>
    jailuthra and yondonfu committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0464da0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b68487 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9645860 View commit details
    Browse the repository at this point in the history