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

codecs/av1: rewrite LEB128 implementation #161

Merged
merged 1 commit into from
Dec 21, 2024
Merged

codecs/av1: rewrite LEB128 implementation #161

merged 1 commit into from
Dec 21, 2024

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Dec 21, 2024

According to the specification, a LEB128 cannot be greater than 2^32.

Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.95%. Comparing base (f0d3bea) to head (6980d22).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #161   +/-   ##
=======================================
  Coverage   82.95%   82.95%           
=======================================
  Files          79       79           
  Lines        7222     7223    +1     
=======================================
+ Hits         5991     5992    +1     
  Misses        893      893           
  Partials      338      338           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

According to the specification, a LEB128 cannot be greater than 2^32.
@aler9 aler9 merged commit 30ac4d4 into main Dec 21, 2024
6 checks passed
@aler9 aler9 deleted the feature/leb128 branch December 21, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant