1. ccd7489 Plot accumelated packets over time. by philipel · 8 years ago
  2. 7556282 FrameBuffer::NextFrame now return a ReturnReason and take an additional std::unique_ptr<FrameObject>* as output parameter. by philipel · 8 years ago
  3. c82f2e1 RTCStatsCollector collecting stats on multiple threads. by hbos · 8 years ago
  4. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  5. 74c10b5 Introduce webrtc::VideoFrame::timestamp_us, and corresponding constructor. by nisse · 8 years ago
  6. 3821ff8 Only log BWE updates if the actual estimate changed or if we have non-zero loss reports. by stefan · 8 years ago
  7. a973f95 Remove restart method from VideoTrackSourceInterface. by sakal · 8 years ago
  8. 3db7fe8 Roll chromium_revision b65b322f74..cf9457edb7 (416161:416297) by buildbot · 8 years ago
  9. 9d1c54a [WebRTC] A real ScreenCapturer test by zijiehe · 8 years ago
  10. aecd982 Change a few configurations in AggressiveConfiguration by Honghai Zhang · 8 years ago
  11. c3f3515 Fixed flaky VideoSendStreamTest::SupportsAbsoluteSendTime by skvlad · 8 years ago
  12. 1afdf99 EventLogParser: use std::vector to reduce stack usage by skvlad · 8 years ago
  13. c55c39d Limit initial fps value used in Android HW encoder initialization. by Alex Glaznev · 8 years ago
  14. 79c6458 Provide a default implementation for PeerConnectionInterface::ice_state(). by johan · 8 years ago
  15. 84fcbd4 MB: Enable rtc_use_h264 for GYP builds for now. by kjellander · 8 years ago
  16. 5e57b17 Introduce helpers to RtpSender to propagate RtpPacketToSend. by Danil Chapovalov · 8 years ago
  17. ba6f7be Test RtcpParser rewritten to use rtcp packet classes instead of rtcp_utility by Danil Chapovalov · 8 years ago
  18. c6b9da4 Delete cricket::VideoFrame::GetCopyWithRotationApplied. by nisse · 8 years ago
  19. 1dd2335 GN Templates: Add //build/config/sanitizers:deps to rtc_executable. by ehmaldonado · 8 years ago
  20. 504e838 Move getSupportedFormats from capturer interface to camera enumerator. by sakal · 8 years ago
  21. 5b1ba08 Update PRESUBMIT.py to handle GN. by ehmaldonado · 8 years ago
  22. c0f28be Add kjellander@webrtc.org to more OWNERS for BUILD.gn files. by kjellander · 8 years ago
  23. 4ec6a0c Reland of Initial version of file wrapper by Viktor Palmkvist · 8 years ago
  24. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  25. 8a5cef8 Reland of Add pps id and sps id parsing to the h.264 depacketizer. (patchset #1 id:1 of https://codereview.webrtc.org/2265023002/ ) by stefan · 8 years ago
  26. 06a5e1a Enable send-side BWE by default. by Stefan Holmer · 8 years ago
  27. 3d21e23 Delete talk directory, and references from build_ios_libs.sh. by nisse · 8 years ago
  28. f383c57 - Remove unused unit test webrtc/modules/audio_processing/agc/agc_unittest.cc by solenberg · 8 years ago
  29. bca69e8 Revert of Delete cricket::VideoFrame::GetTimeStamp. (patchset #1 id:1 of https://codereview.webrtc.org/2305623002/ ) by nisse · 8 years ago
  30. fd6c99e Delete cricket::VideoFrame::GetTimeStamp. by nisse · 8 years ago
  31. 4b2be97 Remove VideoSource.stop() and VideoSource.restart() from the Java API. by sakal · 8 years ago
  32. 97667c7 Revert of Ignore Camera and Flip bits in CVO when parsing video rotation (patchset #3 id:80001 of https://codereview.webrtc.org/2280703002/ ) by magjed · 8 years ago
  33. ac554ee Add functions to interact with ASan and MSan, and some sample uses by kwiberg · 8 years ago
  34. 97d2dac Roll chromium_revision 462458f4b5..b65b322f74 (415920:416161) by buildbot · 8 years ago
  35. 067d855 NetEq: Flush and reset if the speech and cng sample rates mismatch by henrik.lundin · 8 years ago
  36. c435946 In order to ensure that the same code is run in the tests as is otherwise by peah · 8 years ago
  37. f7ddc06 Use AggressiveConfiguration as the default configuration in IOS by Honghai Zhang · 8 years ago
  38. affcac4 WebRtcIlbcfix_EnhancerInterface: Let input array be const by kwiberg · 8 years ago
  39. a70856c Add option to set maximum video encoder bitrate to AppRTCDemo. by glaznev · 8 years ago
  40. f9e1b92 Ignore Camera and Flip bits in CVO when parsing video rotation by Magnus Jedvert · 8 years ago
  41. f28a389 Moved the place for the aec_debug_dump build flag and changed the name to apm_debug_dump by peah · 8 years ago
  42. a0e60e8 packet_buffer.cc: Removed #include of iostream. by Per · 8 years ago
  43. 3f9dd7c Do not build stun_prober within Chrome on gn. by Per · 8 years ago
  44. 634b86e git cl format on common_types.h. by solenberg · 8 years ago
  45. 14f52c2 Roll chromium_revision 46224dddfc..462458f4b5 (415846:415920) by buildbot · 8 years ago
  46. 0bade0d AVFoundation Video Capturer: Remove thread jump when delivering frames by Magnus Jedvert · 8 years ago
  47. 671d800 Fix gn build of stun_prober by Per · 8 years ago
  48. cdbc96c Adding sprang as VCM owner. by mflodman · 8 years ago
  49. 624c335 Fix off-by-one error in DCHECK in ProducerFec. by brandtr · 8 years ago
  50. e8a6697 Revert of Initial version of new file wrapper (patchset #26 id:490001 of https://codereview.webrtc.org/2214763002/ ) by palmkvist · 8 years ago
  51. d714d19 Initial version of new file wrapper by Viktor Palmkvist · 8 years ago
  52. 8a2098c Fix a race condition where Camera2Session forgot to return the texture frame when closing the camera. by sakal · 8 years ago
  53. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  54. 9f8e37b Delete cricket::VideoFrame::ConvertToRgbBuffer. by nisse · 8 years ago
  55. 275afc5 Add codec name to CodecSpecificInfo and get the codec name stats from there instead. by perkj · 8 years ago
  56. ff84afd Roll chromium_revision c89638bfc9..46224dddfc (415679:415846) by buildbot · 8 years ago
  57. b75f254 Create Android screen capturer. by arsany · 8 years ago
  58. be5163c Removed unused enums from common_types.h by solenberg · 8 years ago
  59. a73f5dc Roll chromium_revision 56e79bb736..c89638bfc9 (415575:415679) by buildbot · 8 years ago
  60. b3e3001 Remove Channel::UpdatePacketDelay and some member variables by henrik.lundin · 8 years ago
  61. 5a601d9 Fix multiple definitions of BasicPacketSocketFactory error and add stunprober in GN. by wjywbs · 8 years ago
  62. ebd9fd7 NetEq: Add a few EXPECT_CALLs to PacketBuffer unittests by henrik.lundin · 8 years ago
  63. 314bc5f Add local capturer on mac by kthelgason · 8 years ago
  64. 20fcbf1 Remove faulty DCHECK in rtcp::TransportFeedback DecodeSymbol by Danil Chapovalov · 8 years ago
  65. dc431ce NetEq: Changed Packet::payload to be an rtc::Buffer by ossu · 8 years ago
  66. 5955e24 Added an empty() method to rtc::Buffer by ossu · 8 years ago
  67. 08352ab Emit landmine for Android builds to solve compile lint errors by kjellander · 8 years ago
  68. 25f32e7 Use max optimization when compiling neteq_performance_test. by ehmaldonado · 8 years ago
  69. 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 8 years ago
  70. 0e6758d RTCStatsCollector: timestamps updated. by hbos · 8 years ago
  71. a69d973 Move webrtc/audio_*.h to webrtc/api/call by kjellander · 8 years ago
  72. 20e47a2 Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2292233003/ ) by kjellander · 8 years ago
  73. cbe253e Roll chromium_revision 938114be1e..56e79bb736 (414059:415575) by ehmaldonado · 8 years ago
  74. f7a5335 Remove fakewebrtccommon.h. by solenberg · 8 years ago
  75. 5d5e3fc CQ: Remove android_arm64_rel trybot by kjellander · 8 years ago
  76. a8c9402 Fixed flaky test: WebRtcVideoChannel2BaseTest.GetStatsMultipleRecvStreams by skvlad · 8 years ago
  77. 0ccaacb CQ: Rename iOS GYP trybots by Henrik Kjellander · 8 years ago
  78. da8bbf6 NetEq: Change member variables for current RTP types to rtc::Optionals by henrik.lundin · 8 years ago
  79. 9e4a304 Reland of move the old AndroidVideoCapturer stack code. (patchset #1 id:1 of https://codereview.webrtc.org/2291583002/ ) by sakal · 8 years ago
  80. 7027921 Add linux_use_bundled_binutils_override = true to build_overrides. by ehmaldonado · 8 years ago
  81. 1249ddf Add missing dependencies to setup_links.py. by ehmaldonado · 8 years ago
  82. 08c047e GN: Use custom suppressions for lint in android. by ehmaldonado · 8 years ago
  83. 6b74865 Disable h264 for WebRTC GYP bots. by ehmaldonado · 8 years ago
  84. 84bd5c7 Do not build task_queue.cc and include from webrtc_overrides in Chrome. by perkj · 8 years ago
  85. bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 8 years ago
  86. 6a60e70 Making hbos and hta OWNERS of webrtc/api/rtcstats*. by hbos · 8 years ago
  87. 6e5b0d7 MB: Flip iOS bots to GN by default by kjellander · 8 years ago
  88. d565b73 RTCStatsCollector and RTCPeerConnectionStats added. by hbos · 8 years ago
  89. fce0e2c Update AecDump API to match RtcEventLog API signature. by tkchin · 8 years ago
  90. ab1293a Update iOS AppRTCDemo to use level controller. by tkchin · 8 years ago
  91. d4bfbfc iOS: Add ability to specify audio constraints. by tkchin · 8 years ago
  92. f8f754a Fixed the clang warning for ApmDataDumper by peah · 8 years ago
  93. cc34faf Removed the global limitation of the native sample rates on ARM devices and replaced it with an APM-internal limitation by peah · 8 years ago
  94. d507472 New static I420Buffer::Rotate method, to replace GetCopyWithRotationApplied. by nisse · 8 years ago
  95. c31446f iLBC: Some const annotations by kwiberg · 8 years ago
  96. 131c958 Desktop capture: Fix GN target and exclude differ* sources on iOS by kjellander · 8 years ago
  97. 34db033 GN: Fix common_audio linking on iOS by kjellander · 8 years ago
  98. 7a122d6 Fix resource files for tools_unittests by Henrik Kjellander · 8 years ago
  99. 32c4a20 GN: Fix resource files for iOS test target by kjellander · 8 years ago
  100. 26dd92b Remove last_width_/last_height_ from WebRtcVideoReceiveStream. Used in GetStats. Get dimensions from VideoReceiveStream::Stats instead. by asapersson · 8 years ago