Skip to content

Releases: pion/rtp

v1.8.19

14 Jun 10:09
Compare
Choose a tag to compare

Changelog

  • 08c9439 Remove workaround from packetizer.GeneratePadding

v1.8.18

06 Jun 06:04
Compare
Choose a tag to compare

Changelog

  • be6ccef Updated Header Extension Profile constants

v1.8.17

03 Jun 17:00
Compare
Choose a tag to compare

Changelog

  • 6469fef Added HeaderAndPacketMarshalSize

v1.8.16

26 May 19:38
Compare
Choose a tag to compare

Changelog

  • 24a0ea8 Moved PaddingSize field from Packet to Header

v1.8.15

26 Apr 22:18
ea0d786
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.14...v1.8.15

v1.8.14

26 Apr 18:47
46fffae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.13...v1.8.14

v1.8.13

11 Mar 02:51
9bbc0f6
Compare
Choose a tag to compare

Changelog

  • 9bbc0f6 Fix nalu parsing for 3-byte & 4-byte start seqs (#301)

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