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