Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/lkgr
/
pc
/
peer_connection_bundle_unittest.cc
f94ebc7
Replace all usages of CloneSessionDescription(sdp) with sdp->Clone()
by Harald Alvestrand
· 5 weeks ago
3b72aa4
Remove use of Candidate::transport_name() from tests
by Tommi
· 4 months ago
b2ea936
Modernize deprecated headers in api/, pc/ and rtc_base/
by Philipp Hancke
· 4 months ago
5d7a175
Add include create_modular_peer_connection_factory.h where it is used
by Danil Chapovalov
· 4 months ago
d72cc2f
Replace auto with unique_ptr<SessionDescriptionInterface>
by Philipp Hancke
· 4 months ago
1dd69f4
Replace use of IceCandidateInterface with IceCandidate
by Tommi
· 5 months ago
b034897
Address flakiness due to FakeNetworkManager
by Tommi
· 6 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
945e517
Move cricket namespace to webrtc
by Evan Shrubsole
· 7 months ago
3c825f1
Move pc/ to webrtc namespace
by Evan Shrubsole
· 7 months ago
daf96cf
Migrate most of rtc_base/ to webrtc namespace
by Evan Shrubsole
· 8 months ago
9f03369
Rename cricket::MEDIA_TYPE_(AUDIO/VIDEO)
by Harald Alvestrand
· 8 months ago
6a9a1ae
Move thread.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
080cdac
Move forward includes in ice_transport_interface to webrtc namespace
by Evan Shrubsole
· 8 months ago
03b6880
Move socket related files to webrtc namespace
by Evan Shrubsole
· 8 months ago
e4b09d7
Move tests and fakes to webrtc namespace
by Evan Shrubsole
· 8 months ago
64b076f4
Move socket_address.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
b1ec813
Expose direct access to PeerConnection in PeerConnectionWrapper helper
by Danil Chapovalov
· 9 months ago
34c15bc
Restructure PeerConnectionBundleTest helper not to create PortAllocator
by Danil Chapovalov
· 10 months ago
76c8f30
Replace use of .name in test code with .mid()
by Tommi
· 10 months ago
3e8e478
Replace gunit.h macros with WaitUntil in pc/
by Evan Shrubsole
· 10 months ago
f4673f9
Move webrtc::AudioDeviceModule include to api/ folder
by Florent Castelli
· 1 year, 7 months ago
0afde76
Move webrtc::AudioProcessing include to api/ folder
by Florent Castelli
· 1 year, 7 months ago
0242939
Reland "Deprecate old constructors and set_type() in Candidate and Port"
by Tomas Gunnarsson
· 1 year, 8 months ago
ed8390d
Revert "Deprecate old constructors and set_type() in Candidate and Port"
by Ilya Nikolaevskiy
· 1 year, 8 months ago
aaa6851
Deprecate old constructors and set_type() in Candidate and Port
by Tommi
· 1 year, 8 months ago
f16e139
Generalize ssrc-group check to apply to groups other than SIM
by Philipp Hancke
· 2 years, 1 month ago
3756e29
Remove another ctor from BasicPortAllocator
by Tommi
· 2 years, 3 months ago
2206b63
Prevent SDP munging of duplicate SSRCs
by Philipp Hancke
· 2 years, 4 months ago
c929ab4
Reland "[Stats] Remove enum-like structs in favor of strings."
by Henrik Boström
· 2 years, 5 months ago
45666d4
Revert "[Stats] Remove enum-like structs in favor of strings."
by Christoffer Jansson
· 2 years, 5 months ago
ccc87ea
[Stats] Remove enum-like structs in favor of strings.
by Henrik Boström
· 2 years, 5 months ago
098cfbd
Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate.
by philipel
· 2 years, 8 months ago
d197e0b
Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession"
by Byoungchan Lee
· 3 years, 5 months ago
25361a8
Revert "Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession""
by Christoffer Jansson
· 3 years, 6 months ago
a8be79c
Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession"
by Byoungchan Lee
· 3 years, 6 months ago
6b9e040
Revert "Don't create PacketSocketFactory inside BasicPortAllocatorSession"
by Christoffer Jansson
· 3 years, 6 months ago
7d4634c
Don't create PacketSocketFactory inside BasicPortAllocatorSession
by Byoungchan Lee
· 3 years, 6 months ago
2221144
Delete old versions of GetNetworks and GetAnyAddressNetworks
by Niels Möller
· 3 years, 7 months ago
7242440
Remove calls to deprecated CreatePC() and CreateDC()
by Florent Castelli
· 3 years, 7 months ago
15a38de
Fix SdpSemantics::kPlanB deprecated usage
by Florent Castelli
· 3 years, 7 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
d325196
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
by Artem Titov
· 4 years ago
8591eff
Reland "Fix bug where we assume new m= sections will always be bundled."
by Taylor Brandstetter
· 4 years, 3 months ago
b92f985
Revert "Reland "Fix bug where we assume new m= sections will always be bundled.""
by Taylor Brandstetter
· 4 years, 3 months ago
704a834
Reland "Fix bug where we assume new m= sections will always be bundled."
by Taylor Brandstetter
· 4 years, 4 months ago
dc364e5
Revert "Fix bug where we assume new m= sections will always be bundled."
by Björn Terelius
· 4 years, 4 months ago
d2b885f
Fix bug where we assume new m= sections will always be bundled.
by Taylor Brandstetter
· 4 years, 4 months ago
a1b8201
Move proxies into pc/.
by Markus Handell
· 4 years, 6 months ago
f8187e0
[Unified Plan] Support multiple BUNDLE groups.
by Henrik Boström
· 4 years, 7 months ago
bc959b6
Remove enable_rtp_data_channel
by Harald Alvestrand
· 4 years, 7 months ago
5eb43b4
Prefix HAVE_SCTP macro with WEBRTC_.
by Mirko Bonadei
· 4 years, 10 months ago
6060df5
Reland "Implement transceiver.stop()"
by Harald Alvestrand
· 5 years ago
a88c977
Revert "Implement transceiver.stop()"
by Harald Alvestrand
· 5 years ago
11dc657
Implement transceiver.stop()
by Harald Alvestrand
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
1716d39
Let SessionDescription take ownership of MediaDescription
by Harald Alvestrand
· 6 years ago
3a1b927
Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface.
by Bjorn A Mellem
· 6 years ago
c84f661
Stop using Googletest legacy APIs.
by Mirko Bonadei
· 7 years ago
649a4c2
[clang-tidy] Apply performance-inefficient-vector-operation fixes.
by Mirko Bonadei
· 7 years ago
739baf0
[clang-tidy] Apply performance-for-range-copy fixes.
by Mirko Bonadei
· 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/peerconnection_bundle_unittest.cc]
ad88c88
Add API for returning a webrtc::DtlsTransport for a MID on a PC
by Harald Alvestrand
· 7 years ago
2ff3f49
Move webrtc::CreatePeerConnectionFactory definition next to decl.
by Mirko Bonadei
· 7 years ago
27ab0e5
Add CreateIceCandidate overload which takes a cricket::Candidate
by Steve Anton
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
6753795
Built in video codec factories.
by Anders Carlsson
· 8 years ago
365381f
Replace BundleFilter with RtpDemuxer in RtpTransport.
by Zhi Huang
· 8 years ago
0ab5651
Fix handling of empty BUNDLE groups.
by Taylor Brandstetter
· 8 years ago
d2248f8
Handle the corner cases for BUNDLE.
by Zhi Huang
· 8 years ago
e830e68
Use new TransportController implementation in PeerConnection.
by Zhi Huang
· 8 years ago
6e22137
Enable Unified Plan tests that were blocked on the stats collector
by Steve Anton
· 8 years ago
b886711
Prepare StatsCollector to work with RtpTransceivers
by Steve Anton
· 8 years ago
6947025
Move media_type to RtpTransceiverInterface
by Steve Anton
· 8 years ago
7464fca
Parameterize PeerConnection BUNDLE tests for Unified Plan
by Steve Anton
· 8 years ago
b1c1de1
Use the SDP ContentInfo helpers to avoid downcasting
by Steve Anton
· 8 years ago
e97de91
Use static_cast to get webrtc::Peerconnection in common workaround.
by Mirko Bonadei
· 8 years ago
32df86e
Remove deprecated CreatePeerConnectionFactory() overloads
by Karl Wiberg
· 8 years ago
6f25b09
Reland "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests"
by Steve Anton
· 8 years ago
b49b661
Revert "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests"
by Olga Sharonova
· 8 years ago
096e367
Rewrite WebRtcSession BUNDLE tests as PeerConnection tests
by Steve Anton
· 8 years ago