-
Notifications
You must be signed in to change notification settings - Fork 115
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pion/rtp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pion/rtp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 21 files changed
- 8 contributors
Commits on Apr 29, 2024
-
The current implementation of the VP9 payloader produces payloads that are not compatible with iOS. This is because the payloader provides only the muxing strategy called "flexible mode". According to the VP9 RFC draft, there are two ways to wrap VP9 frames into RTP packets: the "flexible mode" and the "non-flexible mode", with the latter being the preferred one for live-streaming applications. In particular, all browsers encodes VP9 RTP packets in the "non-flexible mode", while iOS supports decoding RTP packets in this mode only, and this is probably a problem shared by other implementations. This patch improves the VP9 payloader by adding support for the "non-flexible mode". The "flexible mode" is retained and a flag is provided to perform the switch between the two modes.
Configuration menu - View commit details
-
Copy full SHA for bc5124c - Browse repository at this point
Copy the full SHA bc5124cView commit details
Commits on Jul 13, 2024
-
Fix RTP padding length validation
Added validation of RTP padding length in received packets. Also check for zero padding length when marshaling.
Configuration menu - View commit details
-
Copy full SHA for 0967ee9 - Browse repository at this point
Copy the full SHA 0967ee9View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7f1a05 - Browse repository at this point
Copy the full SHA f7f1a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378ef6f - Browse repository at this point
Copy the full SHA 378ef6fView commit details
Commits on Aug 6, 2024
-
Fix rare SRTP loss decode failure
As described in https://webrtc-review.googlesource.com/c/src/+/358360 there can be a problem when the sequence number starts near the rollover point and there is packet loss. As linked to in that issue, libsrtp recommends having the starting sequence number be less than 2^15 to avoid that problem.
Configuration menu - View commit details
-
Copy full SHA for 4aac982 - Browse repository at this point
Copy the full SHA 4aac982View commit details
Commits on Aug 16, 2024
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for c442fc8 - Browse repository at this point
Copy the full SHA c442fc8View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a21194e - Browse repository at this point
Copy the full SHA a21194eView commit details
Commits on Dec 17, 2024
-
Zero out PaddingSize on Packet.Unmarshal
fix issue where subsequent unmarshalled packets are not initialized with correct padding size
Configuration menu - View commit details
-
Copy full SHA for f08de1e - Browse repository at this point
Copy the full SHA f08de1eView commit details -
Export min and max delay in header extension
Exports the min and max delay attributes.
Configuration menu - View commit details
-
Copy full SHA for cd52e6b - Browse repository at this point
Copy the full SHA cd52e6bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.6...master