- ba5e7e2 Delete unused method PayloadRouter::MaxPayloadLength. by nisse · 8 years ago
- dd25b7f Style cleanup in RTCPReceiver by danilchap · 8 years ago
- be87638 Revert of Add disabled certificate check support to IceServer PeerConnection API. (patchset #8 id:140001 of https://codereview.webrtc.org/2557803002/ ) by magjed · 8 years ago
- e1a9899 Add a unit test for Opus complexity adaptation by henrik.lundin · 8 years ago
- d77888a Add an abstract class for IceTransport by zhihuang · 8 years ago
- cd20de1 Add GUARDED_BY's in FlexfecReceiver. by brandtr · 8 years ago
- 1358b5a Clean up storage of FlexFEC payload type in webrtc::VideoCodecSettings. by brandtr · 8 years ago
- 994a137 Revert of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. (patchset #1 id:1 of https://codereview.webrtc.org/2574943003/ ) by danilchap · 8 years ago
- 2e72d35 Removed undefined method from webrtcsession.h. by hbos · 8 years ago
- 75e309e Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
- 9858aec Move histogram for number of pause events to per stream: by asapersson · 8 years ago
- dc85c51 Reland of Properly report number of quality downscales in stats. (patchset #1 id:1 of https://codereview.webrtc.org/2586783003/ ) by kthelgason · 8 years ago
- 2e103c1 Re-enable Opus complexity tests on Android by henrik.lundin · 8 years ago
- 75e866a Revert of Properly report number of quality downscales in stats. (patchset #11 id:220001 of https://codereview.webrtc.org/2564373002/ ) by kthelgason · 8 years ago
- 1c0ef6d CodecInst operator<< by kwiberg · 8 years ago
- 3de4f88 Reland of Disabling NOTREACHED which we're hitting flakily in browser tests. (patchset #1 id:1 of https://codereview.webrtc.org/2585183002/ ) by asapersson · 8 years ago
- 81ed475 Add multithreaded fake encoder and corresponding FlexFEC VideoSendStreamTest. by brandtr · 8 years ago
- a3eddc5 Fix segfault when PeerConnection is destroyed during stats collection. by hbos · 8 years ago
- dacedae Properly report number of quality downscales in stats. by kthelgason · 8 years ago
- 19a13ce RTCStatsCollector: Utilize network thread to minimize thread hops. by hbos · 8 years ago
- 782e221 Now expect the correct number of streams in EndToEndTest.GetStats. by philipel · 8 years ago
- 300049d Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
- 1591196 Add QP stats to the statsview in AppRTCMobile for ios. by denicija · 8 years ago
- 6d6e845 Revert of Re-enable Opus complexity tests on Android (patchset #1 id:1 of https://codereview.webrtc.org/2589673002/ ) by henrik.lundin · 8 years ago
- 1d9fb0b Re-enable Opus complexity tests on Android by henrik.lundin · 8 years ago
- 02a6431 Move FlexfecReceiveStream from api/call/ to call/. by brandtr · 8 years ago
- 289c7a2 Revert of Disabling NOTREACHED which we're hitting flakily in browser tests. (patchset #1 id:1 of https://codereview.webrtc.org/2477663002/ ) by asapersson · 8 years ago
- 993d3d3 Move tools/mb -> tools-webrtc/mb by Henrik Kjellander · 8 years ago
- c6eb673 Put iOS H264 High profile under a field trial by magjed · 8 years ago
- 1ed5da6 Move tools/valgrind-webrtc -> tools-webrtc/valgrind by kjellander · 8 years ago
- 8495a81 Revert of Delete unused code from systeminfo. (patchset #3 id:40001 of https://codereview.webrtc.org/2578323005/ ) by skvlad · 8 years ago
- 37d7b3f Add support for content hints to VideoTrack. by pbos · 8 years ago
- 09c258f Add full stack tests: by asapersson · 8 years ago
- fe71d23 Remove redundant local variable from OveruseDetector::Detect. by terelius · 8 years ago
- 14f3811 Remove device HW id -> marketing name mapping table for iOS devices. by kthelgason · 8 years ago
- 767c6f5 Delete unused code from systeminfo. by kthelgason · 8 years ago
- e4bd6b1 Fix for integer overflow in NetEq. by ivoc · 8 years ago
- 6fc1bd1 In RtpPacket do not keep pointer to RtpHeaderExtensionMap by danilchap · 8 years ago
- 5ea8737 Fix wrong log message. by kthelgason · 8 years ago
- fca6e17 Use NtpTime in RTCPSender::RtcpContext instead of pair of uint32_t by danilchap · 8 years ago
- 82d102d Pass arrival time as an int64_t rather than a double to the MedianSlopeEstimator to avoid precision loss. by terelius · 8 years ago
- afde8da Move ios_helpers to sdk folder by kthelgason · 8 years ago
- 4bd9eb0 Adding Åsa and Erik as video owners. by mflodman · 8 years ago
- 75a0edb Don't report packets with id -1 to the transport feedback adapter as they provide no value. by stefan · 8 years ago
- b90203c Initialize packetization mode in VideoToolbox by kthelgason · 8 years ago
- d7960fd iOS: Add trendline filter to field trials. by tkchin · 8 years ago
- 6419534 Fix integer overflow in ProbeController. by sergeyu · 8 years ago
- 0ab767a Avoid precision loss in TrendlineEstimator by passing the arrival time as an int64_t instead of a double. by terelius · 8 years ago
- e10c50d Add ossu@ to OWNERS of audio/ and modules/audio_coding/ by ossu · 8 years ago
- 7fc9834 Fixing loopback video test by reconfiguring the encoder to correct size. by mflodman · 8 years ago
- ecee889 Create VideoReceiver with external VCMTiming object. by philipel · 8 years ago
- 536d5c9 Improves release of allocated audio resources on Android. by henrika · 8 years ago
- 076a2cf Revert of Avoid precision loss in TrendlineEstimator from int64_t -> double conversion (patchset #7 id:120001 of https://codereview.webrtc.org/2577463002/ ) by terelius · 8 years ago
- e86008a Revert of Avoid precision loss in MedianSlopeEstimator from int64_t -> double conversion (patchset #3 id:40001 of https://codereview.webrtc.org/2578543002/ ) by terelius · 8 years ago
- ecf9e25 Pass arrival time as an int64_t rather than a double to the MedianSlopeEstimator to avoid precision loss. by terelius · 8 years ago
- 0e41e0d Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ ) by nisse · 8 years ago
- c9999ff Wire-up audio BWE with overhead. by michaelt · 8 years ago
- 7383d05 Avoid precision loss in TrendlineEstimator by passing the arrival time as an int64_t instead of a double. by terelius · 8 years ago
- a75e2b0 Rename RTCOutboundRTPStreamStats *_rtt members to *_round_trip_time. by hbos · 8 years ago
- 4d3e5ef Revert of Delete rtc::linked_ptr. Only use, in statstypes.h, replaced bu std::unique_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2581663002/ ) by nisse · 8 years ago
- 36b4bcf RTCStatsIntegrationTest: TestMemberIsIDReference on all defined IDs. by hbos · 8 years ago
- 1c0dcc2 Reland of Delete rtc::linked_ptr. Only use, in statstypes.h, replaced bu std::unique_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2576673002/ ) by nisse · 8 years ago
- 6148462 MB: Enable memcheck for the linux_memcheck trybot. by Henrik Kjellander · 8 years ago
- 21fd4ab RTCOutboundRTPStreamStats.roundTripTime: Only report non-negative values. by hbos · 8 years ago
- 8dca466 Move all codec specific definitions from modules_include by hta · 8 years ago
- 4bb94db Add WriteIsolatedOutput() functions by zijiehe · 8 years ago
- 0d580e9 Guard against uninitialized packetization modes. by hta · 8 years ago
- fa849a2 Skip RTCMediaStreamTrackStats.echoReturnLoss[Enhancement] default value. by hbos · 8 years ago
- f427d57 Adds basic Bluetooth support to AppRTCMobile by henrika · 8 years ago
- 4a16f60 Run 'git cl format --full' on Base64. by johan · 8 years ago
- c5805c3 Remove deprecated RTPSender::SendPadData by danilchap · 8 years ago
- 28cdc2d Remove static cast from H264SpropParameterSets. by johan · 8 years ago
- 87e0263 Improvements to the reliability of the echo detector perf test. by ivoc · 8 years ago
- 3986fab Add vector<uint8_t> to Base64 decoded data types. by johan · 8 years ago
- 19fd630 Delete webrtc/transport.h. by aleloi · 8 years ago
- 604324f Corrected access of null pointer in audioproc_f: by peah · 8 years ago
- 9817ab9 Removes verification of audio parameters on Android by henrika · 8 years ago
- d8cd9cc Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ ) by nisse · 8 years ago
- 2410df4 Fix for left shift of negative value in NetEq. by ivoc · 8 years ago
- ad6c450 Delete method Pathname::url and base/urlencode* by nisse · 8 years ago
- 0c0354e Disable flaky test VideoProcessorIntegrationTest.ProcessNoLossChangeFrameRateFrameDropVP9 by skvlad · 8 years ago
- d7e5b79 This CL adds the basic framework for AEC3 in the audio processing module. by peah · 8 years ago
- 10a6614 Delete unused class rtc::RegKey. by nisse · 8 years ago
- e7a1876 Delete stl_util.h. Unused since cl https://codereview.webrtc.org/2447103002 by nisse · 8 years ago
- 0170590 Revert of Delete rtc::linked_ptr. Only use, in statstypes.h, replaced bu std::unique_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2567143003/ ) by nisse · 8 years ago
- 0cf81d9 Delete rtc::linked_ptr. Only use, in statstypes.h, replaced with std::unique_ptr. by nisse · 8 years ago
- 3dc2796 Disable AudioDeviceTest.StartPlayoutOnTwoInstances on iOS by Henrik Kjellander · 8 years ago
- d6b07c2 Fixing possible crash due to RefCountedChannel assignment operator. by deadbeef · 8 years ago
- 9a2667f Fixing integer overflow when parsing bandwidth attribute. by deadbeef · 8 years ago
- 800a8f1 Support external audio mixer in webrtc 2. by gyzhou · 8 years ago
- 7e1f0d5 Removing "crypto_required" from MediaContentDescription. by deadbeef · 8 years ago
- e5aa121 ParseCandidate(): Refactor to fix memcheck false positive. by hnsl · 8 years ago
- f031dec Update common_audio/smoothing_filter. by minyue · 8 years ago
- 6dab241 Delete VideoFrame default constructor, and IsZeroSize method. by nisse · 8 years ago
- a0aa420 Disable flaky QualityScaler tests for now. by kthelgason · 8 years ago
- 43bf21d Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
- 4fefda7 Add a gtk3 port of peerconnection_client on Linux by thomasanderson · 8 years ago
- a77cc7c Logging basic bad call detection by palmkvist · 8 years ago
- f522e03 Revert of New PeerConnectionInterface::GetStats: No bogus default implementation. (patchset #1 id:1 of https://codereview.webrtc.org/2566143002/ ) by hbos · 8 years ago
- f3b4b21 Rename RtpStreamReceiver::SetCodec() to ::AddCodec(). by johan · 8 years ago