Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/lkgr
/
pc
/
rtp_transport_unittest.cc
b5e8655
Send RTCP as ECT(1) if RTP packets are received as ECT(1)
by Per K
· 10 days ago
d9a0186
Remove "sigslot::has_slots" from a lot of classes.
by Harald Alvestrand
· 12 days ago
4c45016
Use non-Signal interfaces to SignalSentPacket
by Harald Alvestrand
· 5 weeks ago
4ed70db
Rename `ecn_1` to `ect_1`.
by Frederik Hermans
· 8 weeks ago
a3294ca
Cleanup field trial WebRTC-SetReadyToSendFalseIfSendFail
by Per K
· 3 months ago
6e65ae3
Propagate test field trials in pc/ unit tests
by Danil Chapovalov
· 5 months ago
94adaee
[cleanup] Fix redundant webrtc name specifier
by Evan Shrubsole
· 6 months ago
e6a1f70
Use webrtc name specifier instead of rtc/cricket in pc
by Evan Shrubsole
· 7 months ago
f0d5caf
IWYU pc/
by Harald Alvestrand
· 7 months ago
8f7678f
Move rest of rtc namespace except ios and clashes to webrtc namespace
by Evan Shrubsole
· 8 months ago
daf96cf
Migrate most of rtc_base/ to webrtc namespace
by Evan Shrubsole
· 8 months ago
c13956e
Move all files in p2p/test to webrtc namespace
by Evan Shrubsole
· 8 months ago
b85686c
Reland "more p2p cleanups"
by Jonas Oreland
· 9 months ago
995688c
Revert "more p2p cleanups"
by Ilya Nikolaevskiy
· 9 months ago
f30c044
more p2p cleanups
by Jonas Oreland
· 9 months ago
3e8e478
Replace gunit.h macros with WaitUntil in pc/
by Evan Shrubsole
· 10 months ago
8037fc6
Migrate absl::optional to std::optional
by Florent Castelli
· 1 year, 2 months ago
b60f0ff
Dont signal ReadyToSend in RtpTransport::SendPacket
by Per K
· 1 year, 3 months ago
776c1a1
Propagate ECN to RtpPacketReceived
by Per K
· 1 year, 8 months ago
99ea7c3
Use pass-by-value in delayed scheduling of OnSentPacket
by Harald Alvestrand
· 2 years ago
2931ddd
Fire SentPacket in a PostTask when recursive
by Harald Alvestrand
· 2 years ago
83894d3
Fire MaybeSignalReadyToSend in a PostTask when recursive
by Harald Alvestrand
· 2 years, 2 months ago
ff281aa
Convert signals in rtp_transport_internal.h to CallbackList
by Harald Alvestrand
· 2 years, 2 months ago
e1e94ad
Ensure Call is notified of un demuxable packets
by Per K
· 2 years, 8 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
8a5ac16
Add ctor to RtpDemuxerCriteria to allow supplying 'mid' and 'rsid'.
by Tomas Gunnarsson
· 3 years, 11 months ago
71fda36
Extend NetworkRoute with more info about local/remote endpoints
by Jonas Oreland
· 6 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
34cd485
Delete the remaining ORTC interfaces.
by Bjorn A Mellem
· 6 years ago
d155d68
Removes rtp level keep alive support.
by Sebastian Jansson
· 7 years ago
05cf6be
[clang-tidy] Apply performance-move-const-arg fixes.
by Mirko Bonadei
· 7 years ago
042bb00
Fix RTP transport accepting invalid RTCP headers.
by Piotr (Peter) Slatala
· 7 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 7 years ago
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 7 years ago
[Renamed from pc/rtptransport_unittest.cc]
af2adda
Explicit comparisons on NetworkRoute.
by Sebastian Jansson
· 7 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 7 years ago
66cadcc
Replace rtc::Optional with absl::optional in pc
by Danil Chapovalov
· 7 years ago
365381f
Replace BundleFilter with RtpDemuxer in RtpTransport.
by Zhi Huang
· 8 years ago
e830e68
Use new TransportController implementation in PeerConnection.
by Zhi Huang
· 8 years ago
95e7dbb
Revert "Reland "Replace BundleFilter with RtpDemuxer in RtpTransport.""
by Zhi Huang
· 8 years ago
27f3bf5
Reland "Replace BundleFilter with RtpDemuxer in RtpTransport."
by Zhi Huang
· 8 years ago
97d5e5b
Revert "Replace BundleFilter with RtpDemuxer in RtpTransport."
by Zhi Huang
· 8 years ago
ea8b62a
Replace BundleFilter with RtpDemuxer in RtpTransport.
by Zhi Huang
· 8 years ago
c61ce0d
Fixing some clang-tidy findings.
by Mirko Bonadei
· 8 years ago
942bc2e
Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal.
by Zhi Huang
· 8 years ago
8c316c1
Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal."
by Zhi Huang
· 8 years ago
7167745
Replaced the SignalSelectedCandidatePairChanged with a new signal.
by Zhi Huang
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/pc/rtptransport_unittest.cc]
db2a9fc
Wire up RTP keep-alive in ortc api.
by sprang
· 8 years ago
398c3fd
Introduce RtpTransportInternal and SrtpTransport.
by zstein
· 8 years ago
634977b
SignalPacketReceived should pass packet as a pointer instead of a non-const reference.
by zstein
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
3dcf0e9
Move RTP/RTCP demuxing logic from BaseChannel to RtpTransport.
by zstein
· 8 years ago
56162b9
Move ready to send logic from BaseChannel to RtpTransport.
by zstein
· 9 years ago