Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/pion/rtp v1.8.0v1.10.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.10.0

Compare Source

Changelog

v1.9.0

Compare Source

Changelog

v1.8.27

Compare Source

Changelog

  • 1577354 Add MarshalTo for zero-allocation extension marshalling (#​344)

v1.8.26

Compare Source

Changelog

  • a2a2f7b Use atomic instead of lock in sequencer
  • 9e1aa3d Add a H264 Spreader

v1.8.25

Compare Source

Changelog

  • 8c22f58 Add SetExtensionWithProfile
  • 1a05037 Fix TestHeaderExtension_Invalid
  • 0b470e0 De-duplicate HeaderExtension Logic
  • dcfe647 Fix a typo
  • 33936f3 Advance Timestamp when empty payload is packetized
  • 5564dbb Update CI configs to v0.11.32

v1.8.24

Compare Source

Changelog

  • f4f616d Improve Header Unmarshal performance
  • 0a6cec7 Add Color Range parse test for VP9
  • 54fc35e Add test for VP9 Profile 1
  • e4ee61d Add test for 'Show Existing Frame'
  • 2e1e949 Add more VP9 Tests
  • 8dfc98b Finish Header Extension tests
  • adace10 Add Tests for RawExtension
  • cbbddde Fix off-by-one in TwoByteHeaderExtension.Set
  • abf819f Fix API Break in OneByteHeaderExtension.Set
  • 2b7c8a0 Fix off-by-one in OneByteHeaderExtension.Set
  • 100f17c Add packetizer fuzz tests
  • 7c6aa20 Update CI configs to v0.11.31
  • d54d3dd Add a fuzz test for AV1
  • 51e1168 Add Implemented RFCs to README
  • c11d8fa Add send-h264 example

v1.8.23

Compare Source

Changelog

  • ece8be3 Few fixes for Header.Unmarshal
  • f6b0da1 Update CI configs to v0.11.29
  • a2b85fd Apply go modernize

v1.8.22

Compare Source

Changelog

  • a582bda Fix unmarshalling extension-only packet
  • 948cc60 Update CI configs to v0.11.26
  • 4351823 Update CI configs to v0.11.25
  • 94b0ed4 Update CI configs to v0.11.24
  • 420ecae Update module github.com/stretchr/testify to v1.11.1
  • 0abd4f1 Update module github.com/stretchr/testify to v1.11.0
  • c057608 Update CI configs to v0.11.22

v1.8.21

Compare Source

Changelog

  • d935785 Do not panic on empty extensions

v1.8.20

Compare Source

Changelog

  • 62819f5 Return packaging bytes for h265 unmarshal
  • 0c03bf4 Update CI configs to v0.11.20
  • 67e8dbb Replace interface{} with any

v1.8.19

Compare Source

Changelog

  • 08c9439 Remove workaround from packetizer.GeneratePadding

v1.8.18

Compare Source

Changelog

  • be6ccef Updated Header Extension Profile constants

v1.8.17

Compare Source

Changelog

  • 6469fef Added HeaderAndPacketMarshalSize

v1.8.16

Compare Source

Changelog

  • 24a0ea8 Moved PaddingSize field from Packet to Header

v1.8.15

Compare Source

What's Changed

Full Changelog: pion/rtp@v1.8.14...v1.8.15

v1.8.14

Compare Source

What's Changed

Full Changelog: pion/rtp@v1.8.13...v1.8.14

v1.8.13

Compare Source

Changelog

v1.8.12

Compare Source

What's Changed

New Contributors

Full Changelog: pion/rtp@v1.8.11...v1.8.12

v1.8.11

Compare Source

Changelog

v1.8.10

Compare Source

Changelog

  • cd52e6b Export min and max delay in header extension
  • f08de1e Zero out PaddingSize on Packet.Unmarshal
  • a21194e Update go.mod version to 1.20
  • c442fc8 Update CI configs to v0.11.15
  • 4aac982 Fix rare SRTP loss decode failure

v1.8.9

Compare Source

Changelog

  • 9d5a356 Fix rare SRTP loss decode failure

v1.8.8

Compare Source

Changelog

  • 378ef6f Add test case for broken second nalu in STAP-A
  • f7f1a05 Add an index check to prevent out of index

v1.8.7

Compare Source

Changelog

  • 0967ee9 Fix RTP padding length validation
  • bc5124c Fix VP9 decoding on iOS

v1.8.6

Compare Source

Changelog

  • 12646b6 Add tests for SetZeroAllocation
  • aa48ccf Add ZeroAllocation support to AV1Packet
  • a663858 Add SetZeroAllocation
  • 32ee92e Convert H264Packet.doPackaging to append style
  • 74a9dc7 Update CI configs to v0.11.12
  • 0a5cc32 Update CI configs to v0.11.7

v1.8.5

Compare Source

Changelog

  • 14c61dc Fix out of range access in VP8 Unmarshal
  • a18e24d Update CI configs to v0.11.4
  • 39052f8 Add padding support to Packetizer

v1.8.4

Compare Source

Changelog

  • 057eda3 Add static RTP PayloadTypes as a constant
  • c52c1e7 Fix broken link in README.md
  • 410c582 Fix a bug in AbsCpatureTimeExtension
  • 78da5a2 Add VLA extention header parser
  • 314bd8e Update CI configs to v0.11.3
  • 83ef144 Update CI configs to v0.11.0
  • 5fb9380 Remove 'Generate Authors' workflow

v1.8.3

Compare Source

Changelog

  • 7dc2af5 Combine OneByte and TwoByte extension parsing
  • 930bd85 Remove redundant state in H264 Packetization

v1.8.2

Compare Source

Changelog

  • bfe92b9 Optimize the performance of H264 packaging
  • 67d2b3e Move pkg into codecs/av1
  • 3fbe548 Update CI configs to v0.10.11

v1.8.1

Compare Source

Changelog

  • 7c80fd2 Fix race condition in Packet.MarshalTo()
  • ce70bc1 Replace symlinked license file with copy to fix godoc

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/ajvpot/blocksaas@v0.0.0-20211225041512-7603a7930e46: invalid version: git ls-remote -q https://github.com/ajvpot/blocksaas in /runner/cache/others/go/pkg/mod/cache/vcs/c15fa6cca3aa13bb2b0c6360ac14ad9a6f64a8d7ade5443fd69519fa8af50870: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/ajvpot/blocksaas/' not found

@renovate renovate bot force-pushed the renovate/github.com-pion-rtp-1.x branch from ff1d2b4 to c3f5a90 Compare October 18, 2025 01:57
@renovate renovate bot changed the title Update module github.com/pion/rtp to v1.8.23 Update module github.com/pion/rtp to v1.8.24 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-rtp-1.x branch from c3f5a90 to 6881a34 Compare October 24, 2025 19:51
@renovate renovate bot changed the title Update module github.com/pion/rtp to v1.8.24 Update module github.com/pion/rtp to v1.8.25 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-rtp-1.x branch from 6881a34 to b60c1a2 Compare December 5, 2025 07:15
@renovate renovate bot changed the title Update module github.com/pion/rtp to v1.8.25 Update module github.com/pion/rtp to v1.8.26 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-rtp-1.x branch from b60c1a2 to f587e3c Compare December 20, 2025 17:54
@renovate renovate bot changed the title Update module github.com/pion/rtp to v1.8.26 Update module github.com/pion/rtp to v1.8.27 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-rtp-1.x branch from f587e3c to 584364b Compare December 27, 2025 05:48
@renovate renovate bot changed the title Update module github.com/pion/rtp to v1.8.27 Update module github.com/pion/rtp to v1.9.0 Dec 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-rtp-1.x branch from 584364b to d46e855 Compare January 8, 2026 22:58
@renovate renovate bot changed the title Update module github.com/pion/rtp to v1.9.0 Update module github.com/pion/rtp to v1.10.0 Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant