pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
521 stars 120 forks source link

fix(deps): update module github.com/pion/rtp to v1.8.1 #518

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/pion/rtp require minor v1.7.13 -> v1.8.1

Release Notes

pion/rtp (github.com/pion/rtp) ### [`v1.8.1`](https://togithub.com/pion/rtp/releases/tag/v1.8.1) [Compare Source](https://togithub.com/pion/rtp/compare/v1.8.0...v1.8.1) #### Changelog - [`7c80fd2`](https://togithub.com/pion/rtp/commit/7c80fd2) Fix race condition in Packet.MarshalTo() - [`ce70bc1`](https://togithub.com/pion/rtp/commit/ce70bc1) Replace symlinked license file with copy to fix godoc ### [`v1.8.0`](https://togithub.com/pion/rtp/releases/tag/v1.8.0) [Compare Source](https://togithub.com/pion/rtp/compare/v1.7.13...v1.8.0) #### Changelog - [`2ba7dc3`](https://togithub.com/pion/rtp/commit/2ba7dc3) Update AV1 Payloader to work with libwebrtc - [`259db6f`](https://togithub.com/pion/rtp/commit/259db6f) Readd non-breaking version of [#​119](https://togithub.com/pion/rtp/issues/119) - [`cde5bca`](https://togithub.com/pion/rtp/commit/cde5bca) Add non-breaking version of [#​160](https://togithub.com/pion/rtp/issues/160) - [`a2b2381`](https://togithub.com/pion/rtp/commit/a2b2381) Update AUTHORS.txt - [`bbb0c03`](https://togithub.com/pion/rtp/commit/bbb0c03) Update AUTHORS.txt - [`417b628`](https://togithub.com/pion/rtp/commit/417b628) Fix API breakage on Header.Unmarshal - [`5d59489`](https://togithub.com/pion/rtp/commit/5d59489) Bump Go version - [`b85163e`](https://togithub.com/pion/rtp/commit/b85163e) Fix Packet.Raw population - [`e655591`](https://togithub.com/pion/rtp/commit/e655591) Implement packet clone method - [`a11a460`](https://togithub.com/pion/rtp/commit/a11a460) Minimize changes - [`8fc8b94`](https://togithub.com/pion/rtp/commit/8fc8b94) Sync asset files with .goassets - [`5549a8e`](https://togithub.com/pion/rtp/commit/5549a8e) Update CI configs to v0.10.9 - [`2ff897d`](https://togithub.com/pion/rtp/commit/2ff897d) Update CI configs to v0.10.8 - [`2db826a`](https://togithub.com/pion/rtp/commit/2db826a) Fix golangci-lint warnings - [`89a87bd`](https://togithub.com/pion/rtp/commit/89a87bd) Make repo REUSE compliant - [`37af8d4`](https://togithub.com/pion/rtp/commit/37af8d4) Update CI configs to v0.10.7 - [`6138672`](https://togithub.com/pion/rtp/commit/6138672) Harmonize sections in README - [`2c12670`](https://togithub.com/pion/rtp/commit/2c12670) Update AUTHORS.txt - [`dcc94b2`](https://togithub.com/pion/rtp/commit/dcc94b2) Cleanup common sections in README - [`b94e3b9`](https://togithub.com/pion/rtp/commit/b94e3b9) Fix errShortPacket with H264 EOS NALUs - [`2aa7175`](https://togithub.com/pion/rtp/commit/2aa7175) Fix compatibility with gofmt - [`d182aaf`](https://togithub.com/pion/rtp/commit/d182aaf) Fix parsing of VP8 packets with degenerate header - [`0aced6a`](https://togithub.com/pion/rtp/commit/0aced6a) Fix multiple crashes when using VP9 depacketizer - [`a51bc4f`](https://togithub.com/pion/rtp/commit/a51bc4f) Add experimental header extensions - [`6ef1c2c`](https://togithub.com/pion/rtp/commit/6ef1c2c) Set CSRC as a empty (not nil) slice by default - [`abb1453`](https://togithub.com/pion/rtp/commit/abb1453) Update CI configs to v0.6.9 - [`4d482fd`](https://togithub.com/pion/rtp/commit/4d482fd) Update CI configs to v0.7.2 - [`f9d0169`](https://togithub.com/pion/rtp/commit/f9d0169) Update CI configs to v0.7.1 - [`78185d3`](https://togithub.com/pion/rtp/commit/78185d3) Update CI configs to v0.7.0 - [`fe205b2`](https://togithub.com/pion/rtp/commit/fe205b2) Add bounds check to AV1 Frame - [`5ac507d`](https://togithub.com/pion/rtp/commit/5ac507d) Move AV1 Frame to new frame pkg - [`e57513f`](https://togithub.com/pion/rtp/commit/e57513f) Fix AV1 /v2 imports - [`7be36e8`](https://togithub.com/pion/rtp/commit/7be36e8) Add AV1 Support - [`7e578c6`](https://togithub.com/pion/rtp/commit/7e578c6) Remove pointer from constant functions - [`8148b76`](https://togithub.com/pion/rtp/commit/8148b76) Update CI configs to v0.6.8 - [`182ae42`](https://togithub.com/pion/rtp/commit/182ae42) Update CI configs to v0.6.7 - [`f3627cb`](https://togithub.com/pion/rtp/commit/f3627cb) Update CI configs to v0.6.6 - [`9745ae5`](https://togithub.com/pion/rtp/commit/9745ae5) Add IsPartitionHead and IsPartitionTail to H265 - [`26d9f39`](https://togithub.com/pion/rtp/commit/26d9f39) Adds zero-copy header extensions - [`4c55064`](https://togithub.com/pion/rtp/commit/4c55064) Update CI configs to v0.6.4 - [`8a0dd17`](https://togithub.com/pion/rtp/commit/8a0dd17) Replace <= with == since mtu cannot be negative - [`5055564`](https://togithub.com/pion/rtp/commit/5055564) Update CI configs to v0.6.2 - [`919adef`](https://togithub.com/pion/rtp/commit/919adef) Add PaddingSize to rtp.Packet - [`597a8bb`](https://togithub.com/pion/rtp/commit/597a8bb) Update CI configs to v0.6.0 - [`8265264`](https://togithub.com/pion/rtp/commit/8265264) Fix unmarshal of packets with padding - [`6033c9a`](https://togithub.com/pion/rtp/commit/6033c9a) Implement partition head in Depacketizer - [`3c1e1ed`](https://togithub.com/pion/rtp/commit/3c1e1ed) Pack SPS and PPS in one STAP-A packet - [`3b47cb1`](https://togithub.com/pion/rtp/commit/3b47cb1) Make MTU a uint16 - [`ae7623a`](https://togithub.com/pion/rtp/commit/ae7623a) Implement a H265/HEVC packet decoder - [`3cf5c5e`](https://togithub.com/pion/rtp/commit/3cf5c5e) Update CI configs to v0.5.9 - [`bd30a99`](https://togithub.com/pion/rtp/commit/bd30a99) Add Z bit to VP9 unmarshaller - [`b019f08`](https://togithub.com/pion/rtp/commit/b019f08) Update CI configs to v0.5.6 - [`9cfc943`](https://togithub.com/pion/rtp/commit/9cfc943) Make VP8 PictureID optional - [`d8a4cf0`](https://togithub.com/pion/rtp/commit/d8a4cf0) Update CI configs to v0.5.4 - [`6e39a73`](https://togithub.com/pion/rtp/commit/6e39a73) Revert to [`4e87540`](https://togithub.com/pion/rtp/commit/4e87540) (last commit before v2) - [`c5ca73a`](https://togithub.com/pion/rtp/commit/c5ca73a) Update CI configs to v0.10.9 - [`c5a4d4f`](https://togithub.com/pion/rtp/commit/c5a4d4f) Update CI configs to v0.10.8 - [`62977fe`](https://togithub.com/pion/rtp/commit/62977fe) Fix golangci-lint warnings - [`1a23b62`](https://togithub.com/pion/rtp/commit/1a23b62) Make repo REUSE compliant - [`df40cb1`](https://togithub.com/pion/rtp/commit/df40cb1) Update CI configs to v0.10.7 - [`30f0c25`](https://togithub.com/pion/rtp/commit/30f0c25) Harmonize sections in README - [`61a078e`](https://togithub.com/pion/rtp/commit/61a078e) Update AUTHORS.txt - [`c3fa0c3`](https://togithub.com/pion/rtp/commit/c3fa0c3) Cleanup common sections in README - [`0e2d3fe`](https://togithub.com/pion/rtp/commit/0e2d3fe) Fix errShortPacket with H264 EOS NALUs - [`648b9ad`](https://togithub.com/pion/rtp/commit/648b9ad) Fix compatibility with gofmt - [`9f0d145`](https://togithub.com/pion/rtp/commit/9f0d145) Fix multiple crashes when using VP9 depacketizer - [`cf0f407`](https://togithub.com/pion/rtp/commit/cf0f407) Update CI configs to v0.10.3 - [`fdab6b1`](https://togithub.com/pion/rtp/commit/fdab6b1) Update CI configs to v0.10.2 - [`c66a254`](https://togithub.com/pion/rtp/commit/c66a254) Update CI configs to v0.9.0 - [`8516abc`](https://togithub.com/pion/rtp/commit/8516abc) Fix parsing of VP8 packets with degenerate header - [`d13e8b6`](https://togithub.com/pion/rtp/commit/d13e8b6) Update CI configs to v0.8.1 - [`0bd9553`](https://togithub.com/pion/rtp/commit/0bd9553) Add experimental header extensions - [`9a6e1d0`](https://togithub.com/pion/rtp/commit/9a6e1d0) Update CI configs to v0.7.10 - [`3f0cbb7`](https://togithub.com/pion/rtp/commit/3f0cbb7) Update CI configs to v0.7.9 - [`64678eb`](https://togithub.com/pion/rtp/commit/64678eb) Update CI configs to v0.7.8 - [`659eb67`](https://togithub.com/pion/rtp/commit/659eb67) Update CI configs to v0.7.5 - [`60e45a6`](https://togithub.com/pion/rtp/commit/60e45a6) Update CI configs to v0.7.3 - [`93ba2fc`](https://togithub.com/pion/rtp/commit/93ba2fc) Set CSRC as a empty (not nil) slice by default - [`f578f82`](https://togithub.com/pion/rtp/commit/f578f82) Update CI configs to v0.7.2 - [`7106201`](https://togithub.com/pion/rtp/commit/7106201) Update CI configs to v0.7.1 - [`33c5bd7`](https://togithub.com/pion/rtp/commit/33c5bd7) Update CI configs to v0.7.0 - [`c9c161c`](https://togithub.com/pion/rtp/commit/c9c161c) Add bounds check to AV1 Frame - [`3c835ca`](https://togithub.com/pion/rtp/commit/3c835ca) Move AV1 Frame to new frame pkg - [`62d6782`](https://togithub.com/pion/rtp/commit/62d6782) Add AV1 Support - [`b08333e`](https://togithub.com/pion/rtp/commit/b08333e) Update CI configs to v0.6.9 - [`7772c8f`](https://togithub.com/pion/rtp/commit/7772c8f) Make Packet.MarshalTo() thread-safe - [`beba640`](https://togithub.com/pion/rtp/commit/beba640) Remove pointer from constant functions

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (03c44ee) 58.70% compared to head (23c6a81) 58.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #518 +/- ## ======================================= Coverage 58.70% 58.70% ======================================= Files 63 63 Lines 3875 3875 ======================================= Hits 2275 2275 Misses 1467 1467 Partials 133 133 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.