pion / rtp

A Go implementation of RTP
https://pion.ly/
MIT License
350 stars 111 forks source link

Fix parsing of VP8 packets with degenerate header #206

Closed jech closed 1 year ago

jech commented 1 year ago

This is a forward port of #203.

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.60% // Head: 87.43% // Decreases project coverage by -0.16% :warning:

Coverage data is based on head (4933edd) compared to base (d13e8b6). Patch coverage: 72.72% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #206 +/- ## ========================================== - Coverage 87.60% 87.43% -0.17% ========================================== Files 20 20 Lines 1831 1854 +23 ========================================== + Hits 1604 1621 +17 - Misses 197 201 +4 - Partials 30 32 +2 ``` | Flag | Coverage Δ | | |---|---|---| | go | `87.43% <72.72%> (-0.17%)` | :arrow_down: | | wasm | `86.46% <72.72%> (-0.16%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/pion/rtp/pull/206?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [codecs/vp8\_packet.go](https://codecov.io/gh/pion/rtp/pull/206?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-Y29kZWNzL3ZwOF9wYWNrZXQuZ28=) | `91.08% <72.72%> (-2.95%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.