-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: pion/webrtc
base: v3.0.29
head repository: pion/webrtc
compare: v3.0.30
- 9 commits
- 21 files changed
- 5 contributors
Commits on May 7, 2021
-
Uncurry the function MuxRange and avoid allocating a reader in isRTCP. The included benchmark indicates that we avoid five allocations per packet.
Configuration menu - View commit details
-
Copy full SHA for d625f6f - Browse repository at this point
Copy the full SHA d625f6fView commit details
Commits on May 26, 2021
-
Fix infinitate loop possible in sample builder
Active becomes "empty" after consuming the packets, but instead of the "filled" getting purged by "purgeConsumedBuffers", it doesn't because active is now empty and empty buffers cannot cause any purging. So the solution is to purge the "consumed" area first, then "active". Fixes #1810
Configuration menu - View commit details
-
Copy full SHA for f7f760f - Browse repository at this point
Copy the full SHA f7f760fView commit details
Commits on Jun 17, 2021
-
Implemented RTPReceiver SetRTPParameters for ORTC
RID is now set on remote tracks, if provided Adds SetRTPParameters which can be used in ORTC to set codec information about the remote track
Configuration menu - View commit details
-
Copy full SHA for 41243cd - Browse repository at this point
Copy the full SHA 41243cdView commit details
Commits on Jun 20, 2021
-
Avoid crash in samplebuilder.PopWithTimestamp
If sample is null, PopWithTimestamp will crash with SIGSEGV.
Configuration menu - View commit details
-
Copy full SHA for 11f6a65 - Browse repository at this point
Copy the full SHA 11f6a65View commit details -
Fixed deadlock in peerconnection.go
In some rare cases during ice connection stage change may result in deadlock. This fix makes iceConnectionState and connectionState atomic which should prevent deadlock.
Configuration menu - View commit details
-
Copy full SHA for 7948437 - Browse repository at this point
Copy the full SHA 7948437View commit details
Commits on Jun 27, 2021
-
Support PayloadTypes changing a TrackRemote
If the PayloadType changes for a SSRC update the codec on the TrackRemote. Resolves #1850
Configuration menu - View commit details
-
Copy full SHA for f8a8c09 - Browse repository at this point
Copy the full SHA f8a8c09View commit details -
Update module github.com/pion/interceptor
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 3bee940 - Browse repository at this point
Copy the full SHA 3bee940View commit details
Commits on Jun 28, 2021
-
Implement SetCodecPreferences in RTPTransceiver
This allows to set supported codecs per transceiver. Resolves #1847
Configuration menu - View commit details
-
Copy full SHA for f524fea - Browse repository at this point
Copy the full SHA f524feaView commit details -
Update golang.org/x/net commit hash to 04defd4
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 1ba27d8 - Browse repository at this point
Copy the full SHA 1ba27d8View commit details
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 v3.0.29...v3.0.30