1. cc5903e BitrateProber: Support higher probing bitrates by isheriff · 8 years ago
  2. 409f573 Delete posix.h (RunAsDaemon). by nisse · 8 years ago
  3. cacee52 Delete referencecountedsingletonfactory.h. by nisse · 8 years ago
  4. 085ec0e Delete sec_buffer.h. by nisse · 8 years ago
  5. 038a085 Delete unused base/worker.{cc,h}. by nisse · 8 years ago
  6. 3123033 Delete bandwidthsmoother.h. by nisse · 8 years ago
  7. 7ba3051 Delete unused class cricket::MediaSinkInterface, and mediasink.h. by nisse · 8 years ago
  8. 3821399 Centralize deactivation of Unequal Protection. by Rasmus Brandt · 8 years ago
  9. 9f38c21 Cache the subtype of each DecoderInfo to make the Is* checks quicker. by ossu · 8 years ago
  10. 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
  11. 18e0b67 Restarting channel when swapping AudioReceiveStreams in WebrtcVoE. by aleloi · 8 years ago
  12. ebb0b8e Increase the threshold for RunPlayoutAndRecordingInFullDuplex. by ehmaldonado · 8 years ago
  13. c07ebb3 Simplify public interface of ProducerFec. by Rasmus Brandt · 8 years ago
  14. cf33d9c Fixed flaky VideoSendStreamTests after ViEEncoder changes by skvlad · 8 years ago
  15. 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
  16. a2ece73 Reorder member functions in FecReceiver unit test file. by brandtr · 8 years ago
  17. 8d02ea7 Add FlexfecPacketGenerator. by brandtr · 8 years ago
  18. 6d3a1f9 Removed unused state variable in the AEC by peah · 8 years ago
  19. cc91d28 Moved RtcEventLog files from call/ to logging/ by skvlad · 8 years ago
  20. 6ab97ce0 RTCCertificateStats[1] added. by hbos · 8 years ago
  21. 607d9d7 rtc::FunctionView improvements: accept function pointers and nullptr by kwiberg · 9 years ago
  22. 07a224b webrtc/api/stats/OWNERS file added. by hbos · 9 years ago
  23. d227522 Change DCHECK in VCMDecodedFrameCallback back to just logging. by sakal · 9 years ago
  24. 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 · 9 years ago
  25. 65b42c2 Fix receiving H264 video from iPhone on Kitkat devices. by sakal · 9 years ago
  26. 8f741e9 Change Camera1Enumerator to create a Camera1Capturer instead of VideoCapturerAndroid. by sakal · 9 years ago
  27. 0aabdac Generalize UlpfecPacketGenerator into AugmentedPacketGenerator. by brandtr · 9 years ago
  28. 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 · 9 years ago
  29. 71ca747 Style fixes in FecReceiver and ProducerFec unit tests. by brandtr · 9 years ago
  30. ab0b929 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 9 years ago
  31. 1d477ea Default constructor for file by Viktor Palmkvist · 9 years ago
  32. 470c088 Fix modules_unittests on iOS. by Kári Tristan Helgason · 9 years ago
  33. a4545ee Rename FrameGenerator -> UlpfecPacketGenerator. by brandtr · 9 years ago
  34. cada34cd Fuzzer for FEC header readers. by brandtr · 9 years ago
  35. 0496de2 Add FlexFEC header formatters. by brandtr · 9 years ago
  36. 8ff860a Add support for WeakPtr<T> The implementation is borrowed from Chromium. by perkj · 9 years ago
  37. fa10b55 Releand of Let ViEEncoder handle resolution changes. by perkj · 9 years ago
  38. a1d9ad0 Creating controller manager from config string in audio network adaptor. by minyue · 9 years ago
  39. 7411061 Use RtpPacketToSend in RtpSenderVideo. by danilchap · 9 years ago
  40. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  41. fe69a74 Making ContinueSSL synchronously set the state to "open". by Taylor Brandstetter · 9 years ago
  42. dd7fb43 Emit SignalReadyToSend even for "presumed writable" connections. by deadbeef · 9 years ago
  43. 89824f6 Relanding: Allow the DTLS fingerprint verification to occur after the handshake. by deadbeef · 9 years ago
  44. 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 · 9 years ago
  45. 61050f6 Fixig issues in BWE dynamics plot scripts. by gaetano.carlucci · 9 years ago
  46. 17b0263 Use sps and pps to determine decodability of H.264 frames. by Stefan Holmer · 9 years ago
  47. 55d932b Add logging statements to places where the frame might be dropped in WebRTC pipeline. by sakal · 9 years ago
  48. 115bd15 New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 9 years ago
  49. 6f112cc Delete unused support for vp8 partitions. by nisse · 9 years ago
  50. 3cc47eb Add sanity check for decreasing RTP timestamp in RtpToNtpMs. by asapersson · 9 years ago
  51. f5297a0 Reland of Delete VideoFrameFactory, CapturedFrame, and related code. (patchset #1 id:1 of https://codereview.webrtc.org/2357113002/ ) by nisse · 9 years ago
  52. 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 9 years ago
  53. 20a52e1 Reland of Unify the macOS and iOS capturer implementations (patchset #1 id:1 of https://codereview.webrtc.org/2381853002/ ) by kthelgason · 9 years ago
  54. edbae5e Remove Crit::Scope lock by using atomic bool property. by denicija · 9 years ago
  55. eb5040a Disable TCPChannelClientTest.testConnectIPv6 by ehmaldonado · 9 years ago
  56. 15e4ec3 Remove compat for iOS 7/8 by Kári Tristan Helgason · 9 years ago
  57. 3b703ed Revert of Let ViEEncoder handle resolution changes. (patchset #17 id:340001 of https://codereview.webrtc.org/2351633002/ ) by perkj · 9 years ago
  58. b73d269 Replace RelayPort with TurnPort in p2ptransportchannel tests. by Honghai Zhang · 9 years ago
  59. 26105b4 Let ViEEncoder handle resolution changes. by perkj · 9 years ago
  60. 75f6626 Revert of Replace RelayPort with TurnPort in p2ptransportchannel tests. (patchset #2 id:40001 of https://codereview.webrtc.org/2380923002/ ) by honghaiz · 9 years ago
  61. 7851bda Move RTCPHelp::RTCPReceiveInformation inside RTCPReceiver by danilchap · 9 years ago
  62. c8d2171 Replace RelayPort with TurnPort in p2ptransportchannel tests. by Honghai Zhang · 9 years ago
  63. 7502401 Do not spam "Connect failed with 101/65" in logs. by skvlad · 9 years ago
  64. 590cf28 Add autothread to pseudo-tcp fuzzer. by phoglund · 9 years ago
  65. 70736e4 Remove old presumably unused directory. by sakal · 9 years ago
  66. 8e6a761 ProbeController: Limit max probing bitrate by isheriff · 9 years ago
  67. 6060186 Add presubmit format requirement for webrtc/api/android by magjed · 9 years ago
  68. 5614566 Fix faulty include paths that break the build by Henrik Lundin · 9 years ago
  69. 5ec85fb Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 9 years ago
  70. b6760f9 Format all Java in WebRTC. by sakal · 9 years ago
  71. a48ddb7 Add VideoSendStream::Stats::prefered_media_bitrate_bps by Per · 9 years ago
  72. fd0d426 Fix race / crash in OnNetworkRouteChanged(). by stefan · 9 years ago
  73. eddb757 Revert of Unify the macOS and iOS capturer implementations (patchset #4 id:60001 of https://codereview.webrtc.org/2309253005/ ) by kthelgason · 9 years ago
  74. ff9793c Android: Remove onOutputFormatRequest from the VideoCapturer interface by magjed · 9 years ago
  75. 90ce01d The current default schedule delay of 30 ms prohibits by isheriff · 9 years ago
  76. 0fd22ef Rename P2PTransportChannel worker_thread_ to network_thread_. by johan · 9 years ago
  77. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  78. 51f2919 Update WebRTC to build against libsrtp 2.0 by mattdr · 9 years ago
  79. 24c7c12 Move FunctionView from AudioCodingModule to the rtc namespace by kwiberg · 9 years ago
  80. 7e146cb Fixing heap read overflow when "sctp-port" is in a video description. by deadbeef · 9 years ago
  81. 478681e Move the QP scaling thresholds to the relevant encoders. by kthelgason · 9 years ago
  82. e75f204 Expose Ivf logging through the native API by palmkvist · 9 years ago
  83. 242d8bd Unify the macOS and iOS capturer implementations by kthelgason · 9 years ago
  84. e5684c5 Delete method webrtc::VideoFrame::allocated_size and enum PlaneType. by nisse · 9 years ago
  85. 798896a Replace RtcpReceiveTimeInfo with rtcp::ReceiveTimeInfo by danilchap · 9 years ago
  86. 8fea199 [GN] Add missing framework headers by kthelgason · 9 years ago
  87. e0b2f15 Frame continuity is now tested as soon as a frame is inserted into the FrameBuffer. by philipel · 9 years ago
  88. 89a3a1a Moved Gn target rtc_event_log to one directory above. by charujain · 9 years ago
  89. b7446d7 GN: Fix incorrect include_dir for libjingle_peerconnection_jni target by charujain · 9 years ago
  90. f363d14 Roll chromium_revision f86fb54ec3..dd442d4812 (420104:421425) by Henrik Kjellander · 9 years ago
  91. 0c9e567 Landmine to clobber on Android and Windows. by kjellander · 9 years ago
  92. e5e632f Hooking up target audio bitrate to audio network adaptor. by minyue · 9 years ago
  93. c3f549b Update expected Xcode version to 8.0. by kjellander · 9 years ago
  94. ee99696 Make 'webrtc' a static library. by kjellander · 9 years ago
  95. 822a16f Reland of Unify rtcp packet setters (patchset #1 id:1 of https://codereview.webrtc.org/2372713005/ ) by danilchap · 9 years ago
  96. 4151471 Add usage description strings to Info.plist by Kári Tristan Helgason · 9 years ago
  97. efc6e41 Revert of Unify rtcp packet setters (patchset #8 id:130001 of https://codereview.webrtc.org/2348623003/ ) by kjellander · 9 years ago
  98. 9532124 RTCPReceiver store cname as std::string. simplifying cname management. by danilchap · 9 years ago
  99. f1363fd Adds support for AVAudioSessionSilenceSecondaryAudioHintNotification on iOS by henrika · 9 years ago
  100. 46a8d18 ACM: Removed the code for InitialDelayManager by ossu · 9 years ago