- 7d23535 Populate qualityLimitationDurations stats for outbound RTP streams by Byoungchan Lee · 3 years, 10 months ago
- cae1f1d Move PostTask for DeliverRtcp from PeerConnection to Call. by Tommi · 3 years, 10 months ago
- 3d46d0b Proxy: solve event tracing with compile time strings. by Markus Handell · 3 years, 10 months ago
- a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 10 months ago
- 940108b Apply autoformat to the docs by Artem Titov · 3 years, 10 months ago
- b412efd payload type mapping: restrict lower range to <= 63 by Philipp Hancke · 3 years, 10 months ago
- a9af50f Introduce CreateDataChannelOrError by Harald Alvestrand · 3 years, 10 months ago
- 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 3 years, 10 months ago
- 4a54be7 doc: update dtls_transport.md to use new link style by Philipp Hancke · 3 years, 10 months ago
- fec79b7 add srtp docs by Philipp Hancke · 3 years, 10 months ago
- 1573716 Enforce thread invoke policy for invokes to itself by Artem Titov · 3 years, 10 months ago
- 816134a Reland "Fix race between enabled() and set_enabled() in VideoTrack." by Tommi · 3 years, 10 months ago
- 096ad02 Revert "Fix race between enabled() and set_enabled() in VideoTrack." by Evan Shrubsole · 3 years, 10 months ago
- 5ffefe9 Fix race between enabled() and set_enabled() in VideoTrack. by Tommi · 3 years, 10 months ago
- 9f6808b Remove cricket::DtlsTransportState. by Mirko Bonadei · 3 years, 10 months ago
- 20f9401 Remove GTEST_ALLOW_UNINSTANTIATED in datachannel tests by Harald Alvestrand · 3 years, 10 months ago
- e93fe6c Enable Chromium to stop including api/proxy.h indirectly. by Markus Handell · 3 years, 10 months ago
- 86bd92f Add test for many non-dropped packets in unreliable mode. by Harald Alvestrand · 3 years, 10 months ago
- 718acf6 peerconnection: add test for createOffer({voiceActivityDetection: true}) by Philipp Hancke · 3 years, 10 months ago
- eadf457 Remove check following SetChannel. by Tommi · 3 years, 10 months ago
- 4ccdf932 VideoRtpReceiver & AudioRtpReceiver threading fixes. by Tommi · 3 years, 10 months ago
- ada0012 add dtls docs by Philipp Hancke · 3 years, 11 months ago
- 99261af Revert "Define cricket::MediaType in terms of webrtc::MediaType" by Björn Terelius · 3 years, 11 months ago
- 3ce6391 Define cricket::MediaType in terms of webrtc::MediaType by Harald Alvestrand · 3 years, 11 months ago
- 3ac73bd move removal of CN codecs to a later stage by Philipp Hancke · 3 years, 11 months ago
- 64a79c7 fix payload type collision handling for [35,65] by Philipp Hancke · 3 years, 11 months ago
- d95b149 datachannel: Merge SendDataParams and DMT types with webrtc equivalent by Florent Castelli · 3 years, 11 months ago
- f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 3 years, 11 months ago
- cf2aeff Remove lock from MediaChannel by Tommi · 3 years, 11 months ago
- 5183f00 datachannel: Make SendDataParams reliability fields optional<int> by Florent Castelli · 3 years, 11 months ago
- c9625f0 Make MediaChannel classes aware of the network thread. by Tommi · 3 years, 11 months ago
- e316b86 Write some doc about PeerConnection by Harald Alvestrand · 3 years, 11 months ago
- a6983c6 sctp: Add DcsctpTransport based on dcSCTP by Florent Castelli · 3 years, 11 months ago
- 2497a27 Store RtpPacketReceived::arrival_time as Timestamp. by Tommi · 3 years, 11 months ago
- cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 11 months ago
- 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 11 months ago
- 15f41ff Remove Invoke from BaseChannel::SetPayloadTypeDemuxingEnabled by Tommi · 3 years, 11 months ago
- 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 11 months ago
- 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 11 months ago
- e1b685a simulcast: Limit audio transceivers to single stream by Florent Castelli · 3 years, 11 months ago
- 141a4de datachannel: Check we transition the state properly on remote close by Florent Castelli · 4 years ago
- 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 4 years ago
- 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 4 years ago
- a63bee5 Remove Mutex from BaseChannel. by Tommi · 4 years ago
- f8187e0 [Unified Plan] Support multiple BUNDLE groups. by Henrik Boström · 4 years ago
- e249d19 Make RefCountedObject require overriding virtual methods by Tomas Gunnarsson · 4 years ago
- 1959f8f Make ChannelInterface::Enabled() be async. by Tommi · 4 years ago
- b7bc243 flexfec: add signaling unit tests by Philipp Hancke · 4 years ago
- e6de5ae Remove virtual inheritance from RTCStatsCollector by Tomas Gunnarsson · 4 years ago
- 88f4b33 usrsctp: Support sending and receiving empty messages by Florent Castelli · 4 years ago
- feb6eb9 Create a test showing that maxRetransmits=0, ordered=false works by Harald Alvestrand · 4 years ago
- 48171ec Remove more mentions of RTP datachannels by Harald Alvestrand · 4 years ago
- 86ee89f Simplify reference counting implementation of PendingTaskSafetyFlag. by Tommi · 4 years ago
- c3fcee7 Move h264_profile_level_id and vp9_profile to api/video_codecs by Johannes Kron · 4 years ago
- 8546666 Add threading assertions to TransceiverList by Harald Alvestrand · 4 years ago
- 516e284 Remove DataChannelType and deprecated option disable_sctp_data_channels by Florent Castelli · 4 years ago
- eb9c3f2 Handle OnPacketSent on the network thread via MediaChannel. by Tomas Gunnarsson · 4 years ago
- bfd9ba8 Fix unsafe variable access in RTCStatsCollector by Tomas Gunnarsson · 4 years ago
- e984aa2 Add thread accessors to Call. by Tomas Gunnarsson · 4 years ago
- 7fa8d46 Slight code clarification in RemoveStoppedTransceivers. by Tomas Gunnarsson · 4 years ago
- 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years ago
- 15e078c Fix unsignalled ssrc race in WebRtcVideoChannel. by Henrik Boström · 4 years ago
- 6c127a1 Add Stable Writable Connection Ping Interval parameter to RTCConfiguration. by Derek Bailey · 4 years ago
- a80c3e5 sctp: Reorganize build targets by Florent Castelli · 4 years ago
- 572f50f Delete left-over references to AsyncInvoker by Niels Möller · 4 years ago
- bc959b6 Remove enable_rtp_data_channel by Harald Alvestrand · 4 years ago
- fa8a946 Remove obsolete DCHECK in remote_audio_source.cc. by Henrik Boström · 4 years ago
- 89f3dd5 Make RTC_LOG_THREAD_BLOCK_COUNT less spammy for known call counts by Tomas Gunnarsson · 4 years ago
- 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years ago
- a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years ago
- 77d73a6 Document SctpTransport by Harald Alvestrand · 4 years ago
- 1003219 srtp: compare key length to srtp policy key length by Philipp Hancke · 4 years ago
- 5691053 IceStatesReachCompletionWithRemoteHostname: disable on Linux. by Markus Handell · 4 years ago
- 64099bc Add locking to UniqueRandomIdGenerator. by Tomas Gunnarsson · 4 years ago
- 6b0f19f sctp: Move SctpTransportFactory to a separate file by Florent Castelli · 4 years ago
- 67b1fa2 Update DCHECKs in RTCStatsCollector. by Tomas Gunnarsson · 4 years ago
- e1c8a43 Reduce thread hops in StatsCollector and fix incorrect variable access. by Tomas Gunnarsson · 4 years ago
- 00f4fd9 Clean up error handling in ChannelManager. by Tomas Gunnarsson · 4 years ago
- 943ad97 Remove RTCRemoteInboundRtpStreamStats duplicate members. by Henrik Boström · 4 years ago
- 0ccfbd2 Reland "Use the new DNS resolver API in PeerConnection" by Harald Alvestrand · 4 years ago
- c335b0e [Unified Plan] Don't end audio tracks when SSRC changes. by Henrik Boström · 4 years ago
- 60e6748 Disable RTC_DCHECK_BLOCK_COUNT_NO_MORE_THAN in DestroyChannelInterface by Tomas Gunnarsson · 4 years ago
- 2b99708 [Stats] Re-structure inbound stream stats verification in test by Di Wu · 4 years ago
- d69e070 Set/clear the data channel pointers on the network thread by Tomas Gunnarsson · 4 years ago
- 2001dc3 Remove unnecessary thread hop for reporting transport stats by Tomas Gunnarsson · 4 years ago
- 6cd5081 Remove ForTesting methods from BaseChannel by Tomas Gunnarsson · 4 years ago
- d9a51b0 Remove unnecessary calls to BaseChannel::SetRtpTransport by Tomas Gunnarsson · 4 years ago
- fe04164 Add utility to count the number of blocking thread invokes. by Tommi · 4 years ago
- 950d6b9 Add rollback for send encodings by Eldar Rello · 4 years ago
- 006206d rtx-time implementation by Philipp Hancke · 4 years ago
- 45de8b3 Remove has_transport check from ReadyToUseRemoteCandidate. by Tomas Gunnarsson · 4 years ago
- 653bab6 Simplify DtlsTransport state. by Tommi · 4 years ago
- 2efb8a5 Invalidate weak pointers in SdpOfferAnswerHandler::Close(). by Tomas Gunnarsson · 4 years ago
- 95d2f47 Call ChannelManager aec dump methods on the worker thread. by Tomas Gunnarsson · 4 years ago
- 0b5ec18 Simplify ChannelManager initialization. by Tomas Gunnarsson · 4 years ago
- 97a387d Make PeerConnection::session_id_ const and readable from any thread. by Tomas Gunnarsson · 4 years ago
- b620e2d Update ChannelManagerTest suite to use separate threads. by Tomas Gunnarsson · 4 years ago
- 3278a71 Delete unused method SdpOfferAnswerHandler::GetTransportName. by Tomas Gunnarsson · 4 years ago
- 5a40b37 Revert "Use the new DNS resolver API in PeerConnection" by Mirko Bonadei · 4 years ago
- acf8ccb Use the new DNS resolver API in PeerConnection by Harald Alvestrand · 4 years ago