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

Update module github.com/pion/rtp to v1.8.0 #2514

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

pion/rtp (github.com/pion/rtp)

v1.8.0

Compare Source

Changelog

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.10 ⚠️

Comparison is base (3cddada) 77.71% compared to head (ba47004) 77.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2514      +/-   ##
==========================================
- Coverage   77.71%   77.62%   -0.10%     
==========================================
  Files          87       87              
  Lines        9348     9348              
==========================================
- Hits         7265     7256       -9     
- Misses       1652     1661       +9     
  Partials      431      431              
Flag Coverage Δ
go 79.38% <ø> (-0.11%) ⬇️
wasm 70.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot merged commit 24b241a into master Jul 20, 2023
18 checks passed
@renovate renovate bot deleted the renovate/github.com-pion-rtp-1.x branch July 20, 2023 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants