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

mpegts: add Reader, rewrite Writer #23

Merged
merged 13 commits into from
Jul 27, 2023
Merged

mpegts: add Reader, rewrite Writer #23

merged 13 commits into from
Jul 27, 2023

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Jul 26, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #23 (f8a9d2b) into main (29f0ee8) will decrease coverage by 1.27%.
The diff coverage is 70.45%.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   89.10%   87.84%   -1.27%     
==========================================
  Files          34       40       +6     
  Lines        2717     2846     +129     
==========================================
+ Hits         2421     2500      +79     
- Misses        236      279      +43     
- Partials       60       67       +7     
Files Changed Coverage Δ
pkg/formats/mpegts/opus_access_unit.go 0.00% <0.00%> (ø)
pkg/formats/mpegts/opus_control_header.go 0.00% <0.00%> (ø)
pkg/formats/mpegts/reader.go 46.78% <46.78%> (ø)
pkg/formats/mpegts/record_reader.go 66.66% <66.66%> (ø)
pkg/codecs/h264/annexb.go 89.69% <71.42%> (ø)
pkg/codecs/h264/avcc.go 92.30% <71.42%> (ø)
pkg/formats/mpegts/codec_h265.go 75.00% <75.00%> (ø)
pkg/formats/mpegts/track.go 75.00% <89.65%> (+4.41%) ⬆️
pkg/formats/mpegts/codec_opus.go 91.66% <91.66%> (ø)
pkg/formats/mpegts/writer.go 88.88% <94.11%> (+0.33%) ⬆️
... and 5 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aler9 aler9 force-pushed the feature/mpegts branch 5 times, most recently from cb930be to 4cf6ceb Compare July 27, 2023 14:24
@aler9 aler9 merged commit 103112d into main Jul 27, 2023
6 of 8 checks passed
@aler9 aler9 deleted the feature/mpegts branch July 27, 2023 21:25
@github-actions github-actions bot locked and limited conversation to collaborators Jan 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant