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

merge #1

Merged
merged 21 commits into from
Mar 2, 2020
Merged

merge #1

merged 21 commits into from
Mar 2, 2020

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    512ff6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfb015 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

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

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    ef43b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce0795 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    706f6be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deda407 View commit details
    Browse the repository at this point in the history
  3. Removed unused variables

    lminiero committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    fccdc5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ada2821 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8567056 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Detect H264 key frames with smaller SPS units (#1965)

    Reduces the H264 keyframe length check from 16 to 6 bytes.
    6 bytes seems to be the lower bound of any possibly valid SPS NAL unit,
    based on Section 7.3 of the H264 specification.
    
    For reference, we have been observing Chrome 80 producing SPS units
    of 12 bytes or less.
    cameronlucas3 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5680b40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761e47a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a696c9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2fb884 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1c49d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

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

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    96a58db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8b756 View commit details
    Browse the repository at this point in the history
  3. Fixed typos in TextRoom

    lminiero committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    fe8901b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82905a6 View commit details
    Browse the repository at this point in the history
  5. fix #1967 (#1968)

    Fixed error callback not being invoked when an HTTP error happens trying to attach to a plugin
    hexray-newbee committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2d3c53e View commit details
    Browse the repository at this point in the history