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

Fix RBSP issue, where 0x03 should be removed. v5.0.178 v6.0.75 #3597

Merged
merged 12 commits into from
Sep 9, 2023

Commits on Jun 21, 2023

  1. fix rbsp drop 0x03 (00 00 03 xx, the 03 byte should be drop where xx …

    …represents any 2 bit pattern: 00, 01, 10, or 11)
    feixintianxia committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e9ec7db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f1835 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    c33691b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a55cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    339dcae View commit details
    Browse the repository at this point in the history
  4. Add more utests.

    winlinvip committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d139c76 View commit details
    Browse the repository at this point in the history
  5. Fix deadlink in conf.

    winlinvip committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b6af85a View commit details
    Browse the repository at this point in the history
  6. Revert changelog.

    winlinvip committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5b12c27 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Add more utests.

    winlinvip committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e036ae4 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert changelog."

    This reverts commit 5b12c27.
    winlinvip committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ce4fbac View commit details
    Browse the repository at this point in the history
  3. Fix the edge 00 00 03 bug.

    winlinvip committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5e6784c View commit details
    Browse the repository at this point in the history