1. ce4d915 Avoid render resampling when there is no need for render signal analysis. by peah · 7 years ago
  2. 7f52f08 Replace sanitizers:deps with exe_and_shlib_deps (webrtc) by thomasanderson · 7 years ago
  3. 49aaaf1 Remove CheckChangeHasTestField PRESUBMIT check. by kjellander · 7 years ago
  4. b274204 AppRTCMobile support to turn off the WebRTC AGC and HPF by peah · 7 years ago
  5. 93e4522 Renaming probing_interval to bwe_period globally. by minyue · 7 years ago
  6. fb0ff45 MB: Make Code Search builders use the phase configs. by kjellander · 7 years ago
  7. 8eef7aa Add DesktopRectTest for UnionWith() function by zijiehe · 7 years ago
  8. 119c407 Fixing memory leak of generated session descriptions on Android. by deadbeef · 7 years ago
  9. 3184f8e Dont request keyframes if the stream is inactive or if we are currently receiving a keyframe. by philipel · 7 years ago
  10. 5ccdd72 Revert of Roll chromium_revision b4155a0bbd..2ccdd05fd1 (471848:472782) (patchset #1 id:1 of https://codereview.webrtc.org/2888093005/ ) by ehmaldonado · 7 years ago
  11. d2d752f Roll chromium_revision b4155a0bbd..2ccdd05fd1 (471848:472782) by buildbot · 7 years ago
  12. 40d2248 Revert of Removes usage of native base::android::GetApplicationContext() (patchset #6 id:120001 of https://codereview.webrtc.org/2888093004/ ) by sakal · 7 years ago
  13. bc83e2e Removes usage of native base::android::GetApplicationContext() by sakal · 7 years ago
  14. b243ee9 Delete FilesystemInterface::DeleteFolderAndContents and related methods. by nisse · 7 years ago
  15. 57efb03 Reland of reduce dependencies on rtc::FileSystem in FileRotatingStream tests... (patchset #1 id:1 of https://codereview.webrtc.org/2885393002/ ) by nisse · 7 years ago
  16. 8838f13 MB: Add WebRTC codesearch builder config by kjellander · 7 years ago
  17. 5391071 Break backwards traversal loop if we have looped around all packets in the PacketBuffer for H264 frames. by philipel · 7 years ago
  18. 7cc881d iOS: Fix runtime error in AppRTCMobile by hewwatt · 7 years ago
  19. 577f5dc Add methods to change enabled events in PhysicalSocket. by jbauch · 7 years ago
  20. 855aeea Updated comments for unit tests to validate iOS audio session isInterrupted flag does not get reset correctly. by jtteh · 7 years ago
  21. 8c96a14 Simple tests for Call::SetBitrateConfig. by zstein · 7 years ago
  22. 12fa8f4 Remove gflags dependency for screenshare_loopback by kjellander · 7 years ago
  23. 1592c74 Add log message to help analyze why echo likelihood > 1.1 by ivoc · 7 years ago
  24. 76a5593 Don't add FEC and RTX overheads when calculating a padding packet's maximum payload size. by erikvarga · 7 years ago
  25. d743c8d Revert of Update build_ios_libs.py to new GN target names. (patchset #1 id:1 of https://codereview.webrtc.org/2888903002/ ) by kthelgason · 7 years ago
  26. 37144b2 Revert of Split iOS sdk in to separate targets (patchset #1 id:1 of https://codereview.webrtc.org/2890733003/ ) by kthelgason · 7 years ago
  27. acb8e41 Reland of Add gerrit to cq.cfg (patchset #1 id:1 of https://codereview.webrtc.org/2888113002/ ) by ehmaldonado · 7 years ago
  28. deaa33d Revert of Reduce dependencies on rtc::FileSystem in FileRotatingStream tests, adding helpers in webrtc::test:: (patchset #7 id:120001 of https://codereview.webrtc.org/2872283002/ ) by ehmaldonado · 7 years ago
  29. 2788373 Remove hardcoded kValueSizeBytes values from variable-length header extensions. by erikvarga · 7 years ago
  30. b30843a Revert of Add gerrit to cq.cfg (patchset #2 id:20001 of https://codereview.webrtc.org/2888533004/ ) by ehmaldonado · 7 years ago
  31. 81a28f1 Add gerrit to cq.cfg by ehmaldonado · 7 years ago
  32. 6488ea4 Remove temporary include of builtin_audio_encoder_factory.h. by ossu · 7 years ago
  33. c3f110a Update build_ios_libs.py to new GN target names. by kthelgason · 7 years ago
  34. d51e042 Reland of Split iOS sdk in to separate targets (patchset #1 id:1 of https://codereview.webrtc.org/2890513002/ ) by kthelgason · 7 years ago
  35. dd7b5f3 Reduce dependencies on rtc::FileSystem in FileRotatingStream tests. by nisse · 7 years ago
  36. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 7 years ago
  37. 73c1234 Add a DesktopRect::UnionWith() function to extend current instance to cover both instances by zijiehe · 7 years ago
  38. 9756238 Revert of Split iOS sdk in to separate targets (patchset #13 id:280001 of https://codereview.webrtc.org/2862543002/ ) by charujain · 7 years ago
  39. 2c53b13 Request keyframe if the first received frame is not a keyframe. by philipel · 7 years ago
  40. 94f6fa0 Removed implicit divisions in the residual echo detector by peah · 7 years ago
  41. e3fc114 Fixed NetEq overflow bug. by ivoc · 7 years ago
  42. 52c83fe Split iOS sdk in to separate targets by kthelgason · 7 years ago
  43. 860249e Adds fuzzer for the residual echo detector. by ivoc · 7 years ago
  44. 5277584 Ensures the residual echo detector does not requiring band-splitting by peah · 7 years ago
  45. c4a3173 Delete unused features of AsyncInvoke. by nisse · 7 years ago
  46. 1d7392a Update testing tools (AppRTC, Go) to new versions by oprypin · 7 years ago
  47. b3b2a8f Add code of conduct to WebRTC repo by denicija · 7 years ago
  48. e4bcd6d New class RtpDemuxer and RtpPacketSinkInterface, use in Call. by nisse · 7 years ago
  49. 7be9e42 Add Parser to analyse the results of the network tester. by michaelt · 7 years ago
  50. edddac5 Corrected the number of channels used when AEC3 is run on stereo input. by peah · 7 years ago
  51. 4fa5be4 Remove gflags dependency for event_log_visualizer and activity_metric by kjellander · 7 years ago
  52. 09f0561 Update adaptation stats to support degradations in both resolution and framerate. by asapersson · 7 years ago
  53. 9a6f4d4 Get tests working on systems that only support IPv6. by deadbeef · 7 years ago
  54. b1d6b54 Adding target to track asm_defines.h by mbonadei · 7 years ago
  55. 1623a63 Roll chromium_revision cfe486d544..b4155a0bbd (471776:471848) by buildbot · 7 years ago
  56. 7399655 Roll chromium_revision 33befeca2d..cfe486d544 (471738:471776) by buildbot · 7 years ago
  57. 9baa779 Moving compile_assert_c.h to webrtc/base by mbonadei · 7 years ago
  58. 9e6a290 Moving the residual echo detector outside of band-scheme in APM by peah · 7 years ago
  59. 56f8783 Roll chromium_revision d999f0f298..33befeca2d (471718:471738) by buildbot · 7 years ago
  60. 8d154ad Roll chromium_revision 6b5640c173..d999f0f298 (471685:471718) by buildbot · 7 years ago
  61. ea3a798 Move webrtc/video_frame to common_video/include. by nisse · 7 years ago
  62. c99bddf Autoroller: Skip commit if there are no DEPS changes. by kjellander · 7 years ago
  63. 087f45b Roll chromium_revision 79f466d744..6b5640c173 (471656:471685) by buildbot · 7 years ago
  64. 0b7759e Roll chromium_revision 5025bccfe3..79f466d744 (471643:471656) by buildbot · 7 years ago
  65. 7c0eca5 Roll chromium_revision 95f66c414c..5025bccfe3 (471638:471643) by buildbot · 7 years ago
  66. 7400585 Roll chromium_revision 51cc75bd66..95f66c414c (471636:471638) by buildbot · 7 years ago
  67. 1487006 Roll chromium_revision 2d8b867dfc..51cc75bd66 (471629:471636) by buildbot · 7 years ago
  68. e95b78b Add a couple of checks to FrameBuffer while we're continuing to look at RtpFrameReferenceFinder. by tommi · 7 years ago
  69. eadab4b Roll chromium_revision d688239189..2d8b867dfc (471627:471629) by buildbot · 7 years ago
  70. f770b1c Roll chromium_revision a3ea097477..d688239189 (471616:471627) by buildbot · 7 years ago
  71. 65e9b69 Roll chromium_revision 0e3e575c79..a3ea097477 (471611:471616) by buildbot · 7 years ago
  72. ed5e5f6 Roll chromium_revision 488babf8ae..0e3e575c79 (471606:471611) by buildbot · 7 years ago
  73. 0b834d6 Roll chromium_revision 82afc22a41..488babf8ae (471599:471606) by buildbot · 7 years ago
  74. 61bd37d Roll chromium_revision e8c80b4614..82afc22a41 (471582:471599) by buildbot · 7 years ago
  75. a3d38ae Roll chromium_revision 0bb96fac16..e8c80b4614 (471581:471582) by buildbot · 7 years ago
  76. d5eac4a Roll chromium_revision 0ec821f6c0..0bb96fac16 (471577:471581) by buildbot · 7 years ago
  77. d3327f0 Roll chromium_revision 9292e072c4..0ec821f6c0 (471549:471577) by buildbot · 7 years ago
  78. 3386025 Initialize PeerConnection members in declaration order and destroy them in reverse order. by terelius · 7 years ago
  79. d0ffa86 Run clang-format on sigslot.h. by deadbeef · 7 years ago
  80. 634e405 Roll chromium_revision ddf2087a3e..9292e072c4 (471513:471549) by buildbot · 7 years ago
  81. 709c45d Roll chromium_revision 1720aab9a9..ddf2087a3e (471390:471513) by buildbot · 7 years ago
  82. 92c927b Roll chromium_revision 43d6ef93d6..1720aab9a9 (471333:471390) by buildbot · 7 years ago
  83. 9fcf9d7 Roll chromium_revision 810daba795..43d6ef93d6 (471288:471333) by buildbot · 7 years ago
  84. 4483af3 Relanding #2: Fixing crash that can occur if signal is modified while firing. by deadbeef · 7 years ago
  85. 581d5ce Roll chromium_revision 2cc4ba79f5..810daba795 (471261:471288) by buildbot · 7 years ago
  86. ab587dc Moving check_package_boundaries to the presubmit checks directory by mbonadei · 7 years ago
  87. 0712276 Roll chromium_revision e99f3c9e7b..2cc4ba79f5 (471238:471261) by buildbot · 7 years ago
  88. 26c2634 Fixing check_orphan_headers on Windows by mbonadei · 7 years ago
  89. cdcc6b3 Move test-only code to GN target rtc_base_test_utils. by nisse · 7 years ago
  90. 054be4c Support running AppRTC without a TURN ICE server by oprypin · 7 years ago
  91. e43397e Opus tests: Remove suppression for webrtc:5651 by henrik.lundin · 7 years ago
  92. c1a8974 WebRtcVideoEncoderFactory cleanup by magjed · 7 years ago
  93. 926ce56 Roll chromium_revision edef2a4e69..e99f3c9e7b (471212:471238) by buildbot · 7 years ago
  94. fd14309 Opus tests: Remove suppressions for webrtc:6444 by henrik.lundin · 7 years ago
  95. 0acebe2 Reland of Make AudioSinkInterface::Data hold a const pointer to the audio buffer. (patchset #1 id:1 of https://codereview.webrtc.org/2877013002/ ) by zhihuang · 7 years ago
  96. c904634 Revert of Make AudioSinkInterface::Data hold a const pointer to the audio buffer. (patchset #1 id:1 of https://codereview.webrtc.org/2873803002/ ) by zhihuang · 7 years ago
  97. fee0d0c Roll chromium_revision 16a806a082..edef2a4e69 (471153:471212) by buildbot · 7 years ago
  98. 5ba47d0 Roll chromium_revision 75a129138b..16a806a082 (471081:471153) by buildbot · 7 years ago
  99. 210cb8d Roll chromium_revision 7cda0c1776..75a129138b (471023:471081) by buildbot · 7 years ago
  100. ad7cad8 An example of Unity native plugin of webrtc for Windows OS by gyzhou · 7 years ago