- ef036cd [Stats] Cleanup obsolete stats - isRemote & deleted by Di Wu · 4 years, 1 month ago
- 5cf8c2c Fix unspecified time origin for `lastPacketReceivedTimestamp` by Alessio Bazzica · 4 years, 1 month ago
- f7b1b95 Add `RTCRemoteOutboundRtpStreamStats` for audio streams by Alessio Bazzica · 4 years, 1 month ago
- 2f71b61 Make sure "remote-inbound-rtp.jitter" and "packetsLost" is exposed to JS by Henrik Boström · 4 years, 1 month ago
- a9ba450 stats: add address as alias for ip by Philipp Hancke · 4 years, 1 month ago
- c366d51 Fix unit for inbound RTP stat `lastPacketReceivedTimestamp` (s -> ms) by Alessio Bazzica · 4 years, 1 month ago
- 049e611 Add missing EXPECT_CALL for `RTCStatsCollectorTest` tests by Alessio Bazzica · 4 years, 1 month ago
- 0848994 Replace AsyncInvoker with PostDelayedTask, in DtmfSender by Niels Möller · 4 years, 1 month ago
- 9243088 Add thread annotations to FakeIceTransport by Niels Möller · 4 years, 1 month ago
- 32af25b Disable more flaky PeerConnectionIntegrationTests on Windows by Rasmus Brandt · 4 years, 1 month ago
- e37fa19 Delete unused class DummyDtmfObserver by Niels Möller · 4 years, 1 month ago
- 9d1e070 Increase wait-for-lost-packet from 10 to 100 msec in MTU test by Harald Alvestrand · 4 years, 1 month ago
- 785e23b Drop # of video tracks in renegotiate-many-videos to 8 by Harald Alvestrand · 4 years, 1 month ago
- 685be14 Disable flaky AddMediaToConnectedBundleDoesNotRestartIce on tsan by Rasmus Brandt · 4 years, 1 month ago
- 7087b83 Test that SCTP succeeds with one MTU and fails with a lower MTU by Harald Alvestrand · 4 years, 1 month ago
- 6097b0f Delete use of AsyncInvoker from PeerConnectionIntegrationWrapper by Niels Möller · 4 years, 1 month ago
- 8973655 measure ice candidate poolsize setting for different bundle policys by Philipp Hancke · 4 years, 2 months ago
- fd1e9d1 [Stats] Add minimum RTCReceivedRtpStreamStats with jitter and packetsLost by Di Wu · 4 years, 2 months ago
- 6a55e73 Stop inheriting from has_slots in DtlsTransport. by Mirko Bonadei · 4 years, 2 months ago
- 668dbf6 [Stats] Populate "frames" stats for video source. by Di Wu · 4 years, 2 months ago
- a113d23 srtp: use srtp_crypto_policy_set_from_profile_for_* from libsrtp by Philipp Hancke · 4 years, 2 months ago
- 82a9412 Reland "Add a fuzzer test that tries to connect a PeerConnection." by Harald Alvestrand · 4 years, 2 months ago
- be66d95 srtp: document rationale for srtp overhead calculation by Philipp Hancke · 4 years, 2 months ago
- 3208bf1 Allow uninstantiated parametrized tests in data_channel_integration_tests.cc by Bjorn Terelius · 4 years, 2 months ago
- ae44fde Revert "Add a fuzzer test that tries to connect a PeerConnection." by Evan Shrubsole · 4 years, 2 months ago
- 99bcf60 Check MID for illegal token characters. by Harald Alvestrand · 4 years, 2 months ago
- c67b77e Add a fuzzer test that tries to connect a PeerConnection. by Harald Alvestrand · 4 years, 2 months ago
- 88a51b2 Populate "total_round_trip_time" and "round_trip_time_measurements" for remote inbound RTP streams by Di Wu · 4 years, 2 months ago
- 86f04ad Populate “fractionLost” stats for remote inbound rtp streams by Di Wu · 4 years, 2 months ago
- 31e06cb addIceCandidate: prefer ice candidate sdpMid over sdpMLineIndex by Philipp Hancke · 4 years, 2 months ago
- 9d9b8de Reland "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 2 months ago
- 07a01d0 Revert "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 2 months ago
- a37f2bd Rename SIGNALING and WORKER to PRIMARY and SECONDARY by Harald Alvestrand · 4 years, 2 months ago
- 2aeab5e Make the PC proxy invoke LookupDtlsTransportByMid on the network thread by Tomas Gunnarsson · 4 years, 2 months ago
- cd0373f peerconnection: add was-ever-connected boolean flag by Philipp Hancke · 4 years, 2 months ago
- c32f00e Remove usage of sigslot and replace with a function pointer. by Lahiru Ginnaliya Gamathige · 4 years, 2 months ago
- 8af6b49 Populate jitter stats for video RTP streams by Di Wu (RP Room Eng) · 4 years, 2 months ago
- e904161 Replace RTC_DEPRECATED with ABSL_DEPRECATED by Danil Chapovalov · 4 years, 2 months ago
- 3999384 Reland "Reland "Split peer_connection_integrationtest.cc into pieces"" by Harald Alvestrand · 4 years, 2 months ago
- 89c40e2 Revert "Reland "Split peer_connection_integrationtest.cc into pieces"" by Harald Alvestrand · 4 years, 2 months ago
- 60c0b44 Use CallbackList for DtlsState in dtls_transport. by Lahiru Ginnaliya Gamathige · 4 years, 2 months ago
- 772066b Reland "Split peer_connection_integrationtest.cc into pieces" by Harald Alvestrand · 4 years, 2 months ago
- f4e3e2b Delete rtc::Callback0 and friends. by Niels Möller · 4 years, 2 months ago
- 8644f2b Revert "Split peer_connection_integrationtest.cc into pieces" by Mirko Bonadei · 4 years, 2 months ago
- 6603ca3 Revert "Forward fix for BUILD file error" by Mirko Bonadei · 4 years, 2 months ago
- df8baf6 Forward fix for BUILD file error by Harald Alvestrand · 4 years, 2 months ago
- 27bc6e2 Reverting to previous behavior due to a downstream test expectation. by Tomas Gunnarsson · 4 years, 2 months ago
- cae4656 Split peer_connection_integrationtest.cc into pieces by Harald Alvestrand · 4 years, 2 months ago
- 80d661c Use monotonic clock for legacy stats caching. by Taylor Brandstetter · 4 years, 2 months ago
- ec23d6d Remove blanket disabling of TSAN for peer_connection_integrationtests by Harald Alvestrand · 4 years, 2 months ago
- 8cb9706 AddRemoteCandidate on the network thread by Tomas Gunnarsson · 4 years, 3 months ago
- c3257d0 Reland "Remove thread hops from events provided by JsepTransportController." by Tommi · 4 years, 3 months ago
- 8bf61a3 Add tests for datachannel continuity under network outages. by Harald Alvestrand · 4 years, 3 months ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 3 months ago
- 92eebef Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Tomas Gunnarsson · 4 years, 3 months ago
- ba69442 Configure threads with their own warning deadlines. by Harald Alvestrand · 4 years, 3 months ago
- 06159aa Remove deprecated thread checker by Artem Titov · 4 years, 3 months ago
- bb8f32f peerconnection: measure bundle policy usage by Philipp Hancke · 4 years, 3 months ago
- 6b143c1 Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Guido Urdaneta · 4 years, 3 months ago
- 6e4fcac Revert "Remove thread hops from events provided by JsepTransportController." by Guido Urdaneta · 4 years, 3 months ago
- 7ef97f6 Relax limit on audio samples watching even more by Harald Alvestrand · 4 years, 3 months ago
- f554b3c Remove thread hops from events provided by JsepTransportController. by Tomas Gunnarsson · 4 years, 3 months ago
- 6cd4058 Fix unsynchronized access to mid_to_transport_ in JsepTransportController by Tomas Gunnarsson · 4 years, 3 months ago
- d42413a fix RTP_DUMP timestamps by Philipp Hancke · 4 years, 3 months ago
- d4ad2ef Remove accessor_lock_ in jsep_transport by Harald Alvestrand · 4 years, 3 months ago
- 6a48a1d Delete most use of `accessor_lock_` in JsepTransport. by Niels Möller · 4 years, 3 months ago
- ab9d6e1 Delete null JsepTransport constructor argument datagram_rtp_transport. by Niels Möller · 4 years, 3 months ago
- db82165 Add missing compile-time thread annotations for BaseChannel methods. by Niels Möller · 4 years, 3 months ago
- c5d4810 Const-declare some JsepTransport members, and delete always-null members. by Niels Möller · 4 years, 3 months ago
- 20f7456 Fix unsynchronized access to jsep_transports_by_name_. by Tomas Gunnarsson · 4 years, 3 months ago
- ad32586 Reland "Prepare to avoid hops to worker for network events." by Tomas Gunnarsson · 4 years, 3 months ago
- 47ec157 Revert "Prepare to avoid hops to worker for network events." by Mirko Bonadei · 4 years, 3 months ago
- d48a2b1 Prepare to avoid hops to worker for network events. by Tomas Gunnarsson · 4 years, 3 months ago
- 16ab60c Use CallbackList in DtlsHandshakeError in dtls_transport. by Lahiru Ginnaliya Gamathige · 4 years, 3 months ago
- c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 3 months ago
- 2ab9b28 Get rid of unnecessary network thread Invoke in BaseChannel. by Taylor Brandstetter · 4 years, 3 months ago
- 78f87ab Delete use of RecursiveCriticalSection in JsepTransport by Niels Möller · 4 years, 3 months ago
- e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 3 months ago
- 41bfcf4 Inject network thread to Call. by Tomas Gunnarsson · 4 years, 3 months ago
- d0acbd8 Revert "Do all BaseChannel operations within a single Thread::Invoke." by Taylor Brandstetter · 4 years, 3 months ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 3 months ago
- 133c052 Make the config_ member of JsepTransportController const by Harald Alvestrand · 4 years, 3 months ago
- cd467b5 sdp: check that sctp is on a application content type by Philipp Hancke · 4 years, 3 months ago
- 1a29a5d Delete rtc::Bind by Niels Möller · 4 years, 3 months ago
- 54b925c add metrics for bundle usage by Philipp Hancke · 4 years, 3 months ago
- 70f9e24 Remove DtlsHandShakeError and replace it with a Function Pointer. by Lahiru Ginnaliya Gamathige · 4 years, 3 months ago
- b70c953 sdp: cross-check media type and protocol earlier by Philipp Hancke · 4 years, 3 months ago
- 4f3a2eb Destroy previous offer instead of leaking it in PeerConnectionInterfaceTest.ExtmapAllowMixedIsConfigurable by Artem Titov · 4 years, 3 months ago
- cbacec5 Monitor the "concealed samples" stat for the audio during negotiation. by Harald Alvestrand · 4 years, 3 months ago
- 4f281f1 Cleanup FakeRtcEventLog from thread awareness by Danil Chapovalov · 4 years, 3 months ago
- 5eb43b4 Prefix HAVE_SCTP macro with WEBRTC_. by Mirko Bonadei · 4 years, 3 months ago
- 33c0ab4 Call MediaChannel::OnPacketReceived on the network thread. by Tomas Gunnarsson · 4 years, 3 months ago
- 801c999 Signal extmap-allow-mixed by default on session level by Emil Lundmark · 4 years, 3 months ago
- 5eb527c Replace sigslot usages with callback list library. by Lahiru Ginnaliya Gamathige · 4 years, 3 months ago
- 5cf0ef0 Stricter compile-time thread annotations in JsepTransportController by Niels Möller · 4 years, 3 months ago
- 844c759 fix variable naming in ReportSdpFormatReceived by Philipp Hancke · 4 years, 3 months ago
- 4bab23f Update pc/ to use C++ lambdas instead of rtc::Bind by Niels Möller · 4 years, 3 months ago
- cc6ae44 Reland "Improve structuring of test for audio glitches." by Harald Alvestrand · 4 years, 3 months ago
- fd9500e In criket::BaseChannel replace AsyncInvoker with task queue functions by Danil Chapovalov · 4 years, 3 months ago
- e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago