- bd3380f Make VideoReceiveStream not inherit from I420FrameCallback. by Tommi · 8 years ago
- bdce06e Delete unused YuvFrameGenerator class. by nisse · 8 years ago
- 602844a Delete some unused header files. by nisse · 8 years ago
- 81ca735 Remove new fuzzers until their GN targets work properly in Chromium. by katrielc · 8 years ago
- 94cee31 GN: Enable api,media,pc and p2p for the 'webrtc' target. by kjellander · 8 years ago
- 2b9423f Revert of Re-enable UBsan on AGC. (patchset #8 id:300001 of https://codereview.webrtc.org/2003623003/ ) by Åsa Persson · 8 years ago
- 555cfe9 Use relative paths for api/p2p fuzzers. by Peter Boström · 8 years ago
- dd70547 PRESUBMIT: Split NATIVE_API_DIRS into two lists. by kjellander · 8 years ago
- e4bda24 Before validating a STUN packet, check it's big enough for a header. by katrielc · 8 years ago
- 101f250 Implementing auto pausing of video streams. by mflodman · 8 years ago
- 2c1bec3 Add suppressions for memcheck errors. by asapersson · 8 years ago
- 8e85b3c Moves macros ACCESS_ON/RUN_ON from thread_annotations to thread_checker by danilchap · 8 years ago
- f9da44d RTCPeerConnectionInterface.mm createNativeConfiguration and other clean-up. by hbos · 8 years ago
- d4070c6 GN: Fix Chromium breakage for remote_bitrate_estimator by Henrik Kjellander · 8 years ago
- 5c1d043 Fix GYP/GN for webrtc/modules/remote_bitrate_estimator by kjellander · 8 years ago
- da75f7c Disable flaky test (WebRtcSessionTest.TestPacketOptionsAndOnPacketSent) on Dr Memory. by asapersson · 8 years ago
- d9f3d56 Use a video renderer instead of a capture observer in VideoCapturerAndroidTest. by sakal · 8 years ago
- 1503df6 Add suppressions for memcheck errors. by asapersson · 8 years ago
- efec590 Reland of New method I420Buffer::SetToBlack. (patchset #1 id:1 of https://codereview.webrtc.org/2049023002/ ) by nisse · 8 years ago
- e1cac64 Disable all BasicPortAllocatorTests on Dr Memory (flaky). by Åsa Persson · 8 years ago
- 40f5400 Start integrating StatsCounter class. by asapersson · 8 years ago
- fc22e03 Add AVFoundation video capture support to Mac objc SDK (based on iOS) by adam.fedor · 8 years ago
- f2a1c89 Add r-value constructor for RefCountedObject. by sergeyu · 8 years ago
- d5f41ce Use the new versions of OnAddStream/OnRemoveStream in objc binding. by deadbeef · 8 years ago
- 73fbcf9 Don't re-determine ICE role on an ICE restart. by deadbeef · 8 years ago
- 3cd9a30 Allow 100 char lines for ObjC files. by tkchin · 8 years ago
- 1c76bf1 Hide *.xcworkspace files by adam.fedor · 8 years ago
- bde418d Renamed video_coding/packet_buffer_unittest.cc. by philipel · 8 years ago
- 2019afd Replaced ACCESS_ON alias with GUARDED_BY macros by danilchap · 8 years ago
- e8f8f60 Only update Intelligibility Enhancer gains every 10 chunks by aluebs · 8 years ago
- b643939 Disable flaky TurnPortTests on Memcheck. by Åsa Persson · 8 years ago
- bea8959 Hibernate the thread if there are no events in the queue. Wake it up when an event is added to the queue. by terelius · 8 years ago
- 9195186 NetEq: Rename Nack to NackTracker to avoid name collisions in GN by henrik.lundin · 8 years ago
- bbe4233 Change name of files and class in agc/histogram* in order to avoid issue file-name clash in build files by peah · 8 years ago
- 86f7afd Android: Fix texture leak. by Niels Möller · 8 years ago
- a107402 Fix UBSan errors (signed integer overflow) by kwiberg · 8 years ago
- 271d740 Revert of New static method I420Buffer::SetToBlack. (patchset #4 id:60001 of https://codereview.webrtc.org/2029273004/ ) by nisse · 8 years ago
- 0ab07d6 Add ObjC API for getting native histograms. by asapersson · 8 years ago
- 663f9e2 New static method I420Buffer::SetToBlack. by nisse · 8 years ago
- 52f56d4 Roll chromium_revision 086802955f..7fa6701bc5 (396351:398458) by kjellander · 8 years ago
- 2a3892a GN: Add common_audio_unittests and common_video_unittests by kjellander · 8 years ago
- 3bcedd3 GN: Add SDK tests to rtc_unittests. by kjellander · 8 years ago
- 6b4b5f3 Add sender controlled playout delay limits by isheriff · 8 years ago
- 5d91028 Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. by sergeyu · 8 years ago
- 6ebdf6b Fix issue with parsing of incorrect (empty) Stap-A H264 NAL units. by Erik Språng · 8 years ago
- a601f5c Separating internal and external methods of RtpSender/RtpReceiver. by deadbeef · 8 years ago
- aff499c GN: Fix errors in rtc_include_tests conditions by kjellander@webrtc.org · 8 years ago
- e72db17 GN: Use rtc_include_tests variable to exclude tests. by kjellander · 8 years ago
- ba986bf Remove dead code in IncomingVideoStream that's just causing contention. by tommi · 8 years ago
- f5f03e8 Reland of: Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
- c88f558 Fix Android audio playback mute. by Alex Glaznev · 8 years ago
- 7b496e0 Add fuzzers for SDP and STUN parsing. by katrielc · 8 years ago
- 68718e3 iOS: Disable Goma for iOS GN bots. by kjellander@webrtc.org · 8 years ago
- e1e951f Allow fuzzers to depend on anything, since they want access to as many targets as possible. by katrielc · 8 years ago
- a811968 GN: Exclude frame_analyzer and rgba_to_i420_converter from Chromium builds. by kjellander · 8 years ago
- 46007ae Add flag in ios to support disabling high-cost networks. by Honghai Zhang · 8 years ago
- f83a94a Revert of Improving the fake clock and using it to fix a flaky STUN timeout test. (patchset #10 id:180001 of https://codereview.webrtc.org/2024813004/ ) by deadbeef · 8 years ago
- 080be51 Make WebRTCAudioTrack class public. by Alex Glaznev · 8 years ago
- ffbe0e1 Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
- 14897d0 Add missing dependencies on audio, video and call to the new GN files. by katrielc · 8 years ago
- 5251680 Restart avfoundationvideocapturer on errors. by Zeke Chin · 8 years ago
- d50f4f3 Fixing flaky SignalThread tests. by deadbeef · 8 years ago
- 7bf939c Check for out-of-bounds access on |kIntrpCoef|. by mbarbella · 8 years ago
- 647998c Use picture id to check continuity between frames. by philipel · 8 years ago
- 46b89b9 Collapse most stdout spammy output of webrtc_perf_tests with PrintResultList by danilchap · 8 years ago
- 3ee5614 GN: Add rtc_unittests by kjellander@webrtc.org · 8 years ago
- e80990f Add enum value ScaleMethod::kFilterLinear. by Niels Möller · 8 years ago
- 293c86d Re-enable UBsan on AGC. by minyue · 8 years ago
- b4c7b83 Revert of Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. (patchset #7 id:140001 of https://codereview.webrtc.org/1988783003/ ) by sergeyu · 8 years ago
- 4a627a8 Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. by sergeyu · 8 years ago
- 47183ba Handle Android stop capturer race. by Per · 8 years ago
- c76dc95 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago
- b50e845 Adds WebRtcAudioTrack.setSpeakerMute() API by henrika · 8 years ago
- fc715f5 DCHECK that the red payload type doesn't have invalid values when FEC is enabled. by stefan · 8 years ago
- 1a93cde BitrateProber now correctly change state to kWait when the last probing by philipel · 8 years ago
- 2d8d23e RFC 3984 sprop-parameter-sets SDP unit test by johan · 8 years ago
- 846b2d9 Reduce logging frequency in bwe simulations. by stefan · 8 years ago
- 8f4c77f Always send RED headers if configured. by stefan · 8 years ago
- 72d41aa Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ ) by guidou · 8 years ago
- 5a4a75a Combining SetVideoSend and SetSource into one method. by deadbeef · 8 years ago
- 2221e1c Update the BWE when the network route changes. by honghaiz · 8 years ago
- 2bd81a8 Fix building iOS SDK static libraries. by tkchin · 8 years ago
- a8aa907 Disabled two flaky subtests of SignalThreadTest. by ossu · 8 years ago
- 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 8 years ago
- 58d4fe7 Reduce VT keyframe frequency. by Peter Bostrom · 8 years ago
- b684bd1 [rtcp] ExtendedJitterReports::Parse updated not to use RTCPUtility by danilchap · 8 years ago
- dc0dbad GN: Exclude tools and tests in Chromium builds. by kjellander@webrtc.org · 8 years ago
- 729b21f Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants by kwiberg · 8 years ago
- 116e4d4 Re-enabling -Woverloaded-virtual. by Patrik Höglund · 8 years ago
- f882880 AudioDecoder: Document that the sample rate and number of channels is constant by kwiberg · 8 years ago
- abe95ba AudioDecoderIsacT: Require caller to always specify sample rate by kwiberg · 8 years ago
- 52033d6 Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 8 years ago
- 5724b73 Remove unused render callback method+pointer in IncomingVideoStream. by mflodman · 8 years ago
- 26306b1 Remove test targets of type none. by kjellander · 8 years ago
- bac0412 GN: Add system_wrappers_unittests, tools and tools_unittests by kjellander · 8 years ago
- 8f4419b GN: Replace Windows suppressions of warning 4267 with config. by kjellander · 8 years ago
- cb7b449 Video loopback avg_burst_loss_length default parameter fix. by philipel · 8 years ago
- 01cdab1 Remove DtlsIdentityStoreImpl and RTCCertificateGeneratorStoreWrapper. by Henrik Boström · 8 years ago
- 69adc9c Delete unused code in webrtc_libyuv.cc. by nisse · 8 years ago
- 18f9da0 Fix a memory issue when calling LOG_J in port.cc by honghaiz · 8 years ago