Skip to content

Releases: pion/rtp

v1.8.12

01 Mar 19:16
ee5524b
Compare
Choose a tag to compare

What's Changed

  • Update CI configs to v0.11.18 by @pionbot in #293
  • Refactor H264Payloader to allow the deactivation of STAP-A packets. by @YannSc in #292
  • Fix parsing of G bit in VP9 scalability structure by @robfig in #283
  • Add AV1 OBU header parser and OBU types utilities by @JoeTurki in #294
  • Implement av1 depacketizer by @JoeTurki in #291
  • Dont include videoDepacketizer in VP1Packet by @jech in #296
  • Finish AV1 Implementation by @JoeTurki in #295

New Contributors

Full Changelog: v1.8.11...v1.8.12

v1.8.11

16 Jan 12:40
3e1f46a
Compare
Choose a tag to compare

Changelog

v1.8.10

17 Dec 16:35
Compare
Choose a tag to compare

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

06 Aug 19:31
Compare
Choose a tag to compare

Changelog

  • 9d5a356 Fix rare SRTP loss decode failure

v1.8.8

02 Aug 13:41
Compare
Choose a tag to compare

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

13 Jul 19:02
Compare
Choose a tag to compare

Changelog

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

v1.8.6

23 Apr 15:35
Compare
Choose a tag to compare

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

29 Mar 13:49
Compare
Choose a tag to compare

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

18 Mar 17:56
Compare
Choose a tag to compare

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

09 Nov 17:31
Compare
Choose a tag to compare

Changelog

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