Skip to content

Tags: cnderrauber/rtcp

Tags

v1.2.9

Toggle v1.2.9'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.3

Toggle v1.2.3's commit message
Removes dumpBinary debug function

CI is complaining of deadcode.

v1.2.2

Toggle v1.2.2's commit message
Some fix about TransportLayerCC

Some fix about TransportLayerCC

v1.2.1

Toggle v1.2.1's commit message
Add bounds checking to unmarshal

Return error (instead of panic'ing) when we get a RTCP packet
with an invalid length

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a Marshaller for an unvalidated packet slice

Relates to pion#29

v1.1.5

Toggle v1.1.5's commit message
Respond to linter

Relates to pion#25

v1.1.4

Toggle v1.1.4's commit message
Mass replace pions -> pion

Pions organization was renamed to pion

v1.1.3

Toggle v1.1.3's commit message
Relax validity check on Unmarshal

Leave full validity check on Marshal.

Relates to pion#18

v1.1.2

Toggle v1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add some decoder tests

Relates to pion#13

v1.1.1

Toggle v1.1.1's commit message
Add REMB packet support

Used to send bitrate estimation.