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

support decoding M-JPEG streams with any quantization (#566) #583

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Jun 22, 2024

Fixes #566

Copy link

codecov bot commented Jun 22, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 20 lines in your changes missing coverage. Please review.

Project coverage is 81.14%. Comparing base (13d994d) to head (978a577).
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/format/rtpmjpeg/decoder.go 60.52% 9 Missing and 6 partials ⚠️
pkg/format/rtpmjpeg/header_jpeg.go 25.00% 2 Missing and 1 partial ⚠️
pkg/format/rtpmjpeg/header_quantization_table.go 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #583      +/-   ##
==========================================
+ Coverage   81.13%   81.14%   +0.01%     
==========================================
  Files         115      115              
  Lines       11554    11598      +44     
==========================================
+ Hits         9374     9411      +37     
- Misses       1773     1775       +2     
- Partials      407      412       +5     

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

@aler9 aler9 merged commit 4750375 into main Jun 22, 2024
8 of 9 checks passed
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.

mjpeg quantization not support other than 255
1 participant