- 93e451b Skip non-continuous FrameInfos when finding the next frame to return from FrameBuffer::NextFrame. by philipel · 8 years ago
- 55b9544 Add camera start/stop time stats to VideoCapturerAndroid. by sakal · 8 years ago
- 4f15ca5 Replaces the SessionPresets with AVCaptureDeviceFormats. by denicija · 8 years ago
- 68979ab H264 codec: Check profile-level-id when matching by magjed · 8 years ago
- fc5e050 rtc_stats: Update code to remove chromium style warnings suppression. by hbos · 8 years ago
- bf7c620 Fix lint errors in audio_coding_module_unittest.cc by henrik.lundin · 8 years ago
- 8e7577c Revert of Delete transformadapter.cc and transformadapter.h. (patchset #2 id:20001 of https://codereview.webrtc.org/2368243002/ ) by nisse · 8 years ago
- 2504c0a Drop _oldapi from ACM test file names by henrik.lundin · 8 years ago
- 2c3c3e2 Delete transformadapter.cc and transformadapter.h. by nisse · 8 years ago
- f156bdd Add onCameraDisconnected camera event. by sakal · 8 years ago
- 11d37ba Speculatively increase timeouts for DirectRTCClientTest to reduce flakiness. by sakal · 8 years ago
- 4e8baf4 Delete unused code, cpuinfo.{h,cc}. by nisse · 8 years ago
- daf88b1 Removing ERROR message for something that's expected to occur. by deadbeef · 8 years ago
- a84aa57 Use std::abs instead of C-style abs. by jianjun.zhu · 8 years ago
- 2ca8d5c Remove deprecated FSRef-manipulation methods. by erikchen · 8 years ago
- efc5ae9 Fixed flaky SharedExclusiveLock tests. by skvlad · 8 years ago
- 134af7a Disable flaky Android capture tests: by skvlad · 8 years ago
- 5fa51e2 Add iOS static library GN build script. NOTRY=True by tkchin · 8 years ago
- d93f50c Add UMA metrics for ICE regathering reasons. by Honghai Zhang · 8 years ago
- 425a6cc RTPReceiverAudio: Removed frequency from CNGPayloadType and cleaned up by ossu · 8 years ago
- b2d1e0d Resurrected test_api_audio.cc by ossu · 8 years ago
- b1fff92 Harmonize using-declarations in FEC header formatter fuzzers. by brandtr · 8 years ago
- 28b03eb Move RTCPHelp::RTCPReportBlockInformation into RTCPReceiver by danilchap · 8 years ago
- 62b1c35 Android: Move layout measure code from SurfaceViewRenderer to RendererCommon by Magnus Jedvert · 8 years ago
- 3360352 Make sure vp9 actually gets excluded in gn as well. by phoglund · 8 years ago
- 3dacb53 Add audio_mixer to WATCHLISTS by henrik.lundin · 8 years ago
- 58466f6 Relanding "Setting up an RTP input fuzzer for NetEq" by henrik.lundin · 8 years ago
- d020f3f Support for parsing CABAC coded bitstreams by kthelgason · 8 years ago
- 1f5a368 Readded a check to see if STRICT_HTTP_ERROR is defined before using it's value. by ivoc · 8 years ago
- de3f844 Fixed flaky clock_unittest by using relative comparison. by skvlad · 8 years ago
- 81e007a Delete profiler.h. by nisse · 8 years ago
- 3324cf7 Revert of Delete unused code httprequest, httpclient, and socketpool. (patchset #3 id:40001 of https://codereview.webrtc.org/2366333002/ ) by ivoc · 8 years ago
- 8a72369 Delete multipart.h. by nisse · 8 years ago
- 3d7901d Delete httpportallocator.h. by nisse · 8 years ago
- e643c59 Delete left-over SignalRenderFrame signal. by nisse · 8 years ago
- 4a255be Delete unused code httprequest, httpclient, and socketpool. by nisse · 8 years ago
- b5f2c3f Rename FecConfig to UlpfecConfig in config.h. by brandtr · 8 years ago
- f122a85 Delete webrtc::VideoFrame::CreateEmptyFrame. by nisse · 8 years ago
- 91e1a1a Delete winfirewall.h. by nisse · 8 years ago
- 2de66fe Delete unused file versionparsing.h. by nisse · 8 years ago
- b20f387 RTCStatsMember<bool> and RTCStatsMember<std::vector<bool>> added. by hbos · 8 years ago
- 5377bc7 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
- cd97b2b Switched flaky ProfilerTest to use fake clock by skvlad · 8 years ago
- 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 8 years ago
- 3168781 Add AlrDetector by isheriff · 8 years ago
- 52f6f20 Disable VideoSendStreamTest.ChangingNetworkRoute and VideoSendStreamTest.EncoderSetupPropagatesVp8Config on WinDrMemoryFull. by ivoc · 8 years ago
- cc5903e BitrateProber: Support higher probing bitrates by isheriff · 8 years ago
- 409f573 Delete posix.h (RunAsDaemon). by nisse · 8 years ago
- cacee52 Delete referencecountedsingletonfactory.h. by nisse · 8 years ago
- 085ec0e Delete sec_buffer.h. by nisse · 8 years ago
- 038a085 Delete unused base/worker.{cc,h}. by nisse · 8 years ago
- 3123033 Delete bandwidthsmoother.h. by nisse · 8 years ago
- 7ba3051 Delete unused class cricket::MediaSinkInterface, and mediasink.h. by nisse · 8 years ago
- 3821399 Centralize deactivation of Unequal Protection. by Rasmus Brandt · 8 years ago
- 9f38c21 Cache the subtype of each DecoderInfo to make the Is* checks quicker. by ossu · 8 years ago
- dc7669a This removes forward declarations, changes include order, changes integers to plain 'int', and changes static methods to non-members. by aleloi · 8 years ago
- 18e0b67 Restarting channel when swapping AudioReceiveStreams in WebrtcVoE. by aleloi · 8 years ago
- ebb0b8e Increase the threshold for RunPlayoutAndRecordingInFullDuplex. by ehmaldonado · 8 years ago
- c07ebb3 Simplify public interface of ProducerFec. by Rasmus Brandt · 8 years ago
- cf33d9c Fixed flaky VideoSendStreamTests after ViEEncoder changes by skvlad · 8 years ago
- 8a9b0f8 The current format of the log output of the level controller differs from the rest of the log. Furthermore, it is hard to automatically parse. This CL changes the format to be a JSON-type format which does not have those issues. by peah · 8 years ago
- a2ece73 Reorder member functions in FecReceiver unit test file. by brandtr · 8 years ago
- 8d02ea7 Add FlexfecPacketGenerator. by brandtr · 8 years ago
- 6d3a1f9 Removed unused state variable in the AEC by peah · 8 years ago
- cc91d28 Moved RtcEventLog files from call/ to logging/ by skvlad · 8 years ago
- 6ab97ce RTCCertificateStats[1] added. by hbos · 8 years ago
- 607d9d7 rtc::FunctionView improvements: accept function pointers and nullptr by kwiberg · 8 years ago
- 07a224b webrtc/api/stats/OWNERS file added. by hbos · 8 years ago
- d227522 Change DCHECK in VCMDecodedFrameCallback back to just logging. by sakal · 8 years ago
- 8f90106 Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) by guidou · 8 years ago
- 65b42c2 Fix receiving H264 video from iPhone on Kitkat devices. by sakal · 8 years ago
- 8f741e9 Change Camera1Enumerator to create a Camera1Capturer instead of VideoCapturerAndroid. by sakal · 8 years ago
- 0aabdac Generalize UlpfecPacketGenerator into AugmentedPacketGenerator. by brandtr · 8 years ago
- b19d288 Remove chain of methods in RtpRtcp module to get current payload frequency for RTCP SRs, which anyway was stuck to defaults for video/audio. by solenberg · 8 years ago
- 71ca747 Style fixes in FecReceiver and ProducerFec unit tests. by brandtr · 8 years ago
- ab0b929 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
- 1d477ea Default constructor for file by Viktor Palmkvist · 8 years ago
- 470c088 Fix modules_unittests on iOS. by Kári Tristan Helgason · 8 years ago
- a4545ee Rename FrameGenerator -> UlpfecPacketGenerator. by brandtr · 8 years ago
- cada34c Fuzzer for FEC header readers. by brandtr · 8 years ago
- 0496de2 Add FlexFEC header formatters. by brandtr · 8 years ago
- 8ff860a Add support for WeakPtr<T> The implementation is borrowed from Chromium. by perkj · 8 years ago
- fa10b55 Releand of Let ViEEncoder handle resolution changes. by perkj · 8 years ago
- a1d9ad0 Creating controller manager from config string in audio network adaptor. by minyue · 8 years ago
- 7411061 Use RtpPacketToSend in RtpSenderVideo. by danilchap · 8 years ago
- ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
- fe69a74 Making ContinueSSL synchronously set the state to "open". by Taylor Brandstetter · 8 years ago
- dd7fb43 Emit SignalReadyToSend even for "presumed writable" connections. by deadbeef · 8 years ago
- 89824f6 Relanding: Allow the DTLS fingerprint verification to occur after the handshake. by deadbeef · 8 years ago
- 3cdfcd8 Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ ) by stefan · 8 years ago
- 61050f6 Fixig issues in BWE dynamics plot scripts. by gaetano.carlucci · 8 years ago
- 17b0263 Use sps and pps to determine decodability of H.264 frames. by Stefan Holmer · 8 years ago
- 55d932b Add logging statements to places where the frame might be dropped in WebRTC pipeline. by sakal · 8 years ago
- 115bd15 New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 8 years ago
- 6f112cc Delete unused support for vp8 partitions. by nisse · 8 years ago
- 3cc47eb Add sanity check for decreasing RTP timestamp in RtpToNtpMs. by asapersson · 8 years ago
- f5297a0 Reland of Delete VideoFrameFactory, CapturedFrame, and related code. (patchset #1 id:1 of https://codereview.webrtc.org/2357113002/ ) by nisse · 8 years ago
- 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 8 years ago
- 20a52e1 Reland of Unify the macOS and iOS capturer implementations (patchset #1 id:1 of https://codereview.webrtc.org/2381853002/ ) by kthelgason · 8 years ago
- edbae5e Remove Crit::Scope lock by using atomic bool property. by denicija · 8 years ago