- 37342b9 Report timing frames info in GetStats. by ilnik · 8 years ago
- bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
- 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
- 39f7f7a Enable the injection of an APM into a peerconnection by peah · 8 years ago
- 56f7815 Enable -Wunused-function warning everywhere. by Henrik Kjellander · 8 years ago
- 150ba79 Fix -Wcomment warning in webrtcsdp.cc by kjellander · 8 years ago
- 0d58090 Support encrypted RTP extensions (RFC 6904) by jbauch · 8 years ago
- 588f761 Allow an external audio processing module to be used in WebRTC by peah · 8 years ago
- 0214bf4 Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent. by deadbeef · 8 years ago
- 6efbd3c Support getting external HMAC auth context with libsrtp 2.1.0. by jbauch · 8 years ago
- 51a0b43 Remove unused "crypto_options_" field. by jbauch · 8 years ago
- db65e09 Fix the binary size regression on Chromium Windows. by zhihuang · 8 years ago
- 0f3c15e Reland of Try to fix the binary size increase issue on Chromium. (patchset #1 id:1 of https://codereview.webrtc.org/2949953003/ ) by zhihuang · 8 years ago
- 2d5cadc Revert of Try to fix the binary size increase issue on Chromium. (patchset #1 id:1 of https://codereview.webrtc.org/2945233002/ ) by zhihuang · 8 years ago
- d901125 Try to fix the binary size increase issue on Chromium. by zhihuang · 8 years ago
- 3943e59 Fix uploading of available send bitrate statistics. by Alex Narest · 8 years ago
- 10a13e1 Fixing incorrect use of erase/remove idiom. by deadbeef · 8 years ago
- 8c18d91 Enable SNI in ssl adapter. by Emad Omara · 8 years ago
- 5e343ec Delete SignalSrtpError. by nisse · 8 years ago
- f91805c Support building WebRTC without audio and video. by zhihuang · 8 years ago
- f94a820 Allow WebRtcMediaEngine to be created from any thread. by deadbeef · 8 years ago
- 5aaa670 Fix Chromium style checker warnings for MockAudioDecoder by kwiberg · 8 years ago
- 8f7d284 Remove DCHECK from PeerConnectionFactory::worker_thread. by zstein · 8 years ago
- 3d545a2 s/WebRtcVideoChannel2/WebRtcVideoChannel and s/WebRtcVideoEngine2/WebRtcVideoEngine by eladalon · 8 years ago
- 33944ff Relanding: Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 8 years ago
- fb8fb2d Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 8 years ago
- 9f8b6f3 Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 8 years ago
- 4e13fcb Revert "Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )" by stefan · 8 years ago
- df24c99 Move RTP/RTCP demuxing logic from BaseChannel to RtpTransport. by zstein · 8 years ago
- 64ccd10 enabling `gn check` on the whole WebRTC repo by mbonadei · 8 years ago
- b6a2c8f Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ ) by charujain · 8 years ago
- ddb82e2 Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. by Stefan Holmer · 8 years ago
- f82a638 Reland of Removes usage of native base::android::GetApplicationContext() by sakal · 8 years ago
- f78d11d Support "UDP/DTLS/SCTP" and "TCP/DTLS/SCTP" profile strings. by deadbeef · 8 years ago
- 6511376 Revert of https://codereview.webrtc.org/2889183002/ by lliuu · 8 years ago
- 4873e3b Reland of moves usage of native base::android::GetApplicationContext() (patchset #1 id:1 of https://codereview.webrtc.org/2894593002/ ) by sakal · 8 years ago
- 9f58c6f Add media related stats (audio level etc.) to unsignaled streams. by zhihuang · 8 years ago
- cfc8721 Revert of Removes usage of native base::android::GetApplicationContext() (patchset #6 id:120001 of https://codereview.webrtc.org/2888093004/ ) by sakal · 8 years ago
- 98eef6c Removes usage of native base::android::GetApplicationContext() by sakal · 8 years ago
- 8357b2c Remove temporary include of builtin_audio_encoder_factory.h. by ossu · 8 years ago
- 92b90e4 Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 8 years ago
- 61de4a2 Get tests working on systems that only support IPv6. by deadbeef · 8 years ago
- 0e31205 Initialize PeerConnection members in declaration order and destroy them in reverse order. by terelius · 8 years ago
- 59a36ed Delete method MessageQueue::set_socketserver by nisse · 8 years ago
- e6bd325 Update comments for removal of MediaController. by nisse · 8 years ago
- 886a9f8 Unflaking PeerConnectionIntegrationTest.DtmfSenderObserver. by deadbeef · 8 years ago
- 7f952f3 Fix webrtcsdp_unittest. by ehmaldonado · 8 years ago
- c0ff88b Delete MediaController class, move Call ownership to PeerConnection. by nisse · 8 years ago
- f26202b Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 8 years ago
- 45c4cdc Run some peer connection end-to-end tests with an empty audio decoder factory by kwiberg · 8 years ago
- 48cf9c8 Fix comment about remote restart being requested in createOffer by philipp.hancke · 8 years ago
- 4a5e818 Enabling 'gn check' on webrtc/video. by mbonadei · 8 years ago
- b5a7da7 Move ready to send logic from BaseChannel to RtpTransport. by zstein · 8 years ago
- ad4ba26 Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 8 years ago
- cee9a93 Add "ice-option:trickle" to generated offers/answers. by deadbeef · 8 years ago
- 73c0f2a Enabling 'gn check' on webrtc/sdk by mbonadei · 8 years ago
- ef476cc Test CreatePeerConnectionFactory() with a forwarding mock AudioDecoderFactory by kwiberg · 8 years ago
- 17d1c10 Adding integration test for unsignaled inbound RTP stream stats. by deadbeef · 8 years ago
- ff493f2 Fix SDP stream ID mismatch issue when a track's stream changes. by deadbeef · 8 years ago
- acebebe Make RtpTransport actually implement RtpTransportInterface by zstein · 8 years ago
- f4509f8 Removing unnecessary parameters from initializeAndroidGlobals. by deadbeef · 8 years ago
- 69579d7 Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ ) by hbos · 8 years ago
- fee642e Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ ) by olka · 8 years ago
- 04834ca Fix compilation issues of std::unique_ptr by steweg · 8 years ago
- b5eeeee Added the GetSources() to the RtpReceiverInterface and implemented by zhihuang · 8 years ago
- 138c150 Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 8 years ago
- 9b1cf9e Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ ) by ilnik · 8 years ago
- 91673d1 Add a minimal RtpTransport class for use by BaseChannel. by zstein · 8 years ago
- 6dcff13 Fixing some case-sensitive codec name comparisons. by deadbeef · 8 years ago
- bbca310 Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ ) by guidou · 8 years ago
- 71dd2e5 Move video_encoder.h and video_decoder.h to /api and create GN targets for them by ilnik · 8 years ago
- cd05a9e Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 8 years ago
- 31279bc Change minimum DTMF event duration to be 40 milliseconds by dminor · 8 years ago
- cd95bda Pass ownership of candidate to PeerConnection::OnIceCandidate by jbauch · 8 years ago
- 88b0869 Fix the fuzz test. by zhihuang · 8 years ago
- d0da0c0 Parse the connection data in SDP (c= line). by zhihuang · 8 years ago
- d33e561 RTCStatsCollector: Remove closed channels from opened set. by hbos · 8 years ago
- 6c5c54e Making candidate pool size behave as decided in JSEP. by deadbeef · 8 years ago
- 236b5f7 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 8 years ago
- b7b48ae Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 8 years ago
- d9a29f6 Rename PeerConnection::OnIceConnectionChange to OnIceConnectionStateChange by zstein · 8 years ago
- 97befe8 Remove HAVE_SRTP define and unmaintained code. by jbauch · 8 years ago
- 2a4557d Reland: Improve testing of SRTP external auth code paths. by jbauch · 8 years ago
- c716659 Revert of Improve testing of SRTP external auth code paths. (patchset #2 id:20001 of https://codereview.webrtc.org/2722423003/ ) by jbauch · 8 years ago
- 4e9904b Improve testing of SRTP external auth code paths. by jbauch · 8 years ago
- 125c0f3 Support GCM ciphers even if ENABLE_EXTERNAL_AUTH is defined. by jbauch · 8 years ago
- 27e573e Move RTCOutboundRTPStreamStats.roundTripTime to inbound, don't collect. by hbos · 8 years ago
- 8ab9f62 Test field trial group with startswith rather than equals. by sprang · 8 years ago
- 95aa50b Rename RTCCodecStats.codec -> mimeType, parameters -> sdpFmtpLine. by hbos · 8 years ago
- c9b58ba Make hbos and hta rtcstats* OWNERS of webrtc/pc, not webrtc/api. by hbos · 8 years ago
- fca0fe0 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
- 3528419 Fix TSAN race in webrtc::voe::Channel. by hbos · 8 years ago
- cf2b8c1 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
- f17d926 Disable flaky tests on iOS by kjellander · 8 years ago
- cd91bae Roll chromium_revision 33a7a547b9..0e44c5e141 (452838:453130) by kjellander · 8 years ago
- ad5d1e6 Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 8 years ago
- 60350d4 Fix occasional race in VideoCapturerTrackSource seen by memcheck bot. by deadbeef · 8 years ago
- 47f0111 Rewrite rtc::Bind using variadic templates. by deadbeef · 8 years ago
- 1f3c4f8 Disable RTCStatsIntegrationTest on TSAN bots. by philipel · 8 years ago
- e2628ce Accept SDP with TRANSPORT attributes missing from bundled m= sections. by deadbeef · 8 years ago