Skip to content

Tags: pion/rtcp

Tags

v1.2.15

Toggle v1.2.15's commit message
Update module github.com/stretchr/testify to v1.10.0

Generated by renovateBot

v1.2.14

Toggle v1.2.14's commit message
Include XR.SenderSSRC in its DestinationSSRC

Include XR.SenderSSRC in its DestinationSSRC

v1.2.13

Toggle v1.2.13's commit message
Expose MarshalSize as a public interface function

Lenth of the packet is an important piece of information which can
be used for stats reporting and to calculate size or pre-allocated
memory buffers.

v1.2.12

Toggle v1.2.12's commit message
Update AUTHORS.txt

v1.2.11

Toggle v1.2.11's commit message
Add missing CC0 license

v1.2.10

Toggle v1.2.10's commit message
Update CI configs to v0.7.10

Update lint scripts and CI configs.

v1.2.9

Toggle v1.2.9's commit message
Fix empty twcc packet unmarshalling

Currently empty twcc packets fail unmarshalling because they are too
short. These packets aren't actually invalid, however.

v1.2.8

Toggle v1.2.8's commit message
Removing `String()` method from `Packet` interface

Per discussion on Slack, this patch undoes the addition
of a `String()` method on a Packet. Compound packets
now use the new `stringify()` function if a contained
Packet doesn't include a `String()` method.

v1.2.7

Toggle v1.2.7's commit message
Fix TransportLayerCC packetLen calculation

When calculating the packet size determine delta sizes by their type not
value.

v1.2.6

Toggle v1.2.6's commit message
Add NackPairsFromSequenceNumbers

NackPairsFromSequenceNumbers generates a list of NackPairs given
a list of lost sequence numbers