elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
270 stars 8 forks source link

Add VP8 depayloader and IVF writer #42

Closed mickel8 closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Merging #42 (11aee01) into master (a8709d5) will decrease coverage by 0.63%. The diff coverage is 82.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #42 +/- ## ========================================== - Coverage 88.15% 87.53% -0.63% ========================================== Files 14 17 +3 Lines 701 778 +77 ========================================== + Hits 618 681 +63 - Misses 83 97 +14 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) | Coverage Δ | | |---|---|---| | [lib/ex\_webrtc/rtp/vp8\_depayloader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvdnA4X2RlcGF5bG9hZGVyLmV4) | `94.11% <94.11%> (ø)` | | | [lib/ex\_webrtc/media/ivf\_reader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9tZWRpYS9pdmZfcmVhZGVyLmV4) | `75.00% <66.66%> (-25.00%)` | :arrow_down: | | [lib/ex\_webrtc/media/ivf\_writer.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9tZWRpYS9pdmZfd3JpdGVyLmV4) | `83.33% <83.33%> (ø)` | | | [lib/ex\_webrtc/rtp/vp8\_payload.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvdnA4X3BheWxvYWQuZXg=) | `80.00% <80.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [a8709d5...11aee01](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/42?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc).
mickel8 commented 6 months ago

Moved to #44 #45 #46