1. 77fa59d Fix build break in google3 import caused by https://codereview.webrtc.org/1532543003 by guoweis · 9 years ago
  2. 4638331 DTLS-SRTP set up is bypassed when the channel has been writable. by guoweis · 9 years ago
  3. efb047d Compilation failed with openssl. by guoweis · 9 years ago
  4. 933f3ec Roll chromium_revision ddfc1fe..e78bc2f (365801:365856) by kjellander · 9 years ago
  5. 002f0d0 VP9: Set speed setting to 8 for ARM. by Marco · 9 years ago
  6. 5a4ce2f Deleted declaration of VideoCaptureInput::DeliverI420Frame by nisse · 9 years ago
  7. a0b9549 Roll gtest-parallel. by pbos · 9 years ago
  8. 369f828 Adding trace events for the APM render and capture stream processing functions. by peah · 9 years ago
  9. 9390f84 Use std::nullptr_t instead of decltype(nullptr) by kwiberg · 9 years ago
  10. 1e0cfd9 Add VP8 and H264 depacketizer fuzzers. by Peter Boström · 9 years ago
  11. 9d98f21 Roll chromium_revision 68898fb..ddfc1fe (365698:365801) by kjellander · 9 years ago
  12. a689b44 Add tracing to NetEqImpl::InsertPacket by henrik.lundin · 9 years ago
  13. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  14. e376f0f Add Windows Clang trybots to the default set. by kjellander · 9 years ago
  15. e40dedb Roll chromium_revision 004c7b4..68898fb (365580:365698) by kjellander · 9 years ago
  16. a089257 Cleanup use of "do { ... } while (0)". by torbjorng · 9 years ago
  17. a54a080 Add ufrag to the ICE candidate signaling. by honghaiz · 9 years ago
  18. 3514cbe Add DrFuzz support to webrtc fuzzers. by pbos · 9 years ago
  19. 7cae30c Disable warnings failing when using Clang on Windows. by kjellander · 9 years ago
  20. 9f58795 Roll chromium_revision 2c8eb1f..004c7b4 (365513:365580) by kjellander · 9 years ago
  21. 361888c OWNERS: Add * to .gyp{i,} everywhere. by kjellander@webrtc.org · 9 years ago
  22. 2f29d70 Roll gtest-parallel. by pbos · 9 years ago
  23. 0bc176b Further refactored the echo suppressor code: by peah · 9 years ago
  24. c482eb3 Don't account for audio in the pacer budget. by Stefan Holmer · 9 years ago
  25. 5f026d0 Update NetEq network statistics in neteq_unittest. by minyue · 9 years ago
  26. 4430763 AudioCodingModuleImpl: Stop failing artificially for non-Opus encoders by kwiberg · 9 years ago
  27. 99b1a32 Retyped the frequency estimate of the comfort noise for the higher band to harmonize the AEC code. by peah · 9 years ago
  28. 426ae9d Roll chromium_revision 6e5b8cb..2c8eb1f (365419:365513) by kjellander · 9 years ago
  29. a6db495 Move Rent-A-Codec out of CodecManager by kwiberg · 9 years ago
  30. a29386c Make VoiceDetection not a ProcessingComponent (bit exact). by solenberg · 9 years ago
  31. 672aba3 Fix error prone code in VideoCapturerAndroid by perkj · 9 years ago
  32. 66085be Bugfix that fixes the error where the audio processing module is called by peah · 9 years ago
  33. 54999d4 rtcp::Dlrr block moved into own file and got Parse function by danilchap · 9 years ago
  34. 29e2f93 Fix NoiseSuppression initialization behavior. This was changed when removing the ProcessingComponent inheritance in https://codereview.webrtc.org/1507683006/. by solenberg · 9 years ago
  35. 45fd9fe New macro: RTC_DEPRECATED (for annotating deprecated functions) by kwiberg · 9 years ago
  36. ed644d8 Roll chromium_revision bff4606..6e5b8cb (365226:365419) by kjellander · 9 years ago
  37. eb45981 Restoring behavior where PeerConnection tracks changes to MediaStreams. by deadbeef · 9 years ago
  38. 44f0819 Fixing bug where "mid" wasn't preserved across re-offers. by deadbeef · 9 years ago
  39. c1316a1 Fix HPF initialization behavior. This was changed when removing the ProcessingComponent inheritance in https://codereview.webrtc.org/1490333004/. by solenberg · 9 years ago
  40. 95d9851 Add speech encoder to the encoder stack specification struct by kwiberg · 9 years ago
  41. 7eb914d Fix incorrect comment by kwiberg · 9 years ago
  42. 78315b9 Reland of Base webrtc fuzzers on a template. (patchset #1 id:1 of https://codereview.webrtc.org/1528043002/ ) by Peter Boström · 9 years ago
  43. f9945b2 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  44. 949028f Make LevelEstimation not a ProcessingComponent. by solenberg · 9 years ago
  45. 5e0218c Revert of Base webrtc fuzzers on a template. (patchset #1 id:1 of https://codereview.webrtc.org/1524993002/ ) by tommi · 9 years ago
  46. 5125433 Android: Refactor renderers to allow apps to inject custom shaders by Magnus Jedvert · 9 years ago
  47. 91941ae rtcp::VoipMetric block moved into own file and got Parse function by danilchap · 9 years ago
  48. 32d989b Disable transport sequence numbers for audio. by Stefan Holmer · 9 years ago
  49. 10aea22 Roll chromium_revision 53970fd..bff4606 (365141:365226) by kjellander · 9 years ago
  50. 377b5e6 enabled cpplint for the webrtc/modules/rtp_rtcp directory by danilchap · 9 years ago
  51. 6eca7e3 Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :( by tommi · 9 years ago
  52. 6db6cdc [rtp_rtcp] fixed lint errors in rtp_rtcp module that are not fixed in other CLs by danilchap · 9 years ago
  53. 9638143 Reland of Made EglBase an abstract class and cleaned up. (patchset #1 id:1 of https://codereview.webrtc.org/1522073002/ ) by perkj · 9 years ago
  54. e005cf2 [rtp_rtcp] SSRCDatabase class cleaned (including all lint errors) by danilchap · 9 years ago
  55. 5ea3da2 Base webrtc fuzzers on a template. by Peter Boström · 9 years ago
  56. 8f09f17 Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Added the lint check for the folder to the presubmit script. by terelius · 9 years ago
  57. 498ae00 Disable ThreadTest.ThreeThreadsInvoke on DrMemory bots. by Stefan Holmer · 9 years ago
  58. 47a740b [rtp_rtcp] lint errors about rand() usage fixed. by danilchap · 9 years ago
  59. 2d36b92 Roll chromium_revision 10bf0e1..53970fd (365000:365141) by kjellander · 9 years ago
  60. 1588793 Fixing flaky LocalP2PTestSctpDataChannel test. by deadbeef · 9 years ago
  61. c9be007 Fixing and re-enabling some flaky PeerConnection tests. by deadbeef · 9 years ago
  62. bd29246 Reland of Free SCTP data channels asynchronously in PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1513143003/ ) by deadbeef · 9 years ago
  63. 82ccfcf Remove unused and rarely used LOG_ macros. by solenberg · 9 years ago
  64. e22e1cb Revert of Made EglBase an abstract class and cleaned up. (patchset #4 id:60001 of https://codereview.webrtc.org/1526463002/ ) by perkj · 9 years ago
  65. 40f349f [rtp_rtcp] Lint errors cleared from rtp_rtcp/test by danilchap · 9 years ago
  66. 3207916 Made EglBase an abstract class and cleaned up. by perkj · 9 years ago
  67. 03960d9 Roll chromium_revision 4bc4277..10bf0e1 (364953:365000) by kjellander · 9 years ago
  68. bc14164 Revert of Add APK targets to build libjingle tests for Android. (patchset #10 id:180001 of https://codereview.webrtc.org/1511633002/ ) by stefan · 9 years ago
  69. b2f80e3 rtp_rtcp/test/BWEStandAlone deleted as obsolete by danilchap · 9 years ago
  70. a78c021 Add APK targets to build libjingle_peerconnection_unittests for Android. by perkj · 9 years ago
  71. 17821db Wire up bandwidth limitation info to GetStats and adapt_reason. by asapersson · 9 years ago
  72. ac921d7 Add "x"s in the end of a stripped IPv6 address string. by henrikg · 9 years ago
  73. 38bb8ad Add test for verifying configured key frame interval for VP9. by asapersson · 9 years ago
  74. e5ae6f8 Correcting the check for the return code produced by by peah · 9 years ago
  75. 1d5c19d Address comments from code review 1505253004 by tommi · 9 years ago
  76. 4759bfb Roll chromium_revision 7de03ed..4bc4277 (364770:364953) by kjellander · 9 years ago
  77. aa32c3e Update API for Objective-C RTCIceServer by hjon · 9 years ago
  78. cb95f54e Remove pointless move() to fix build on clang/win. by Tommi · 9 years ago
  79. 66679dc Update WARN_UNUSED_RESULT macro to match Chromium's version. by tfarina · 9 years ago
  80. be26c07 Roll gtest-parallel. by pbos · 9 years ago
  81. b798f38 Roll chromium_revision 710285b..7de03ed (364599:364770) by kjellander · 9 years ago
  82. f888bb5 Support for unmixed remote audio into tracks. by Tommi · 9 years ago
  83. f67c548 Handle Turn error response to RefreshRequest, CreatePermissionRequest, and ChanelBindRequest by Honghai Zhang · 9 years ago
  84. 04e9146 Discard old-generation candidates when ICE restarts by Honghai Zhang · 9 years ago
  85. 43e4e23 Remove thread-id wraparounds in event tracing. by Peter Boström · 9 years ago
  86. 822bdf9 Remove cricket::VideoEncoderConfig. by Peter Boström · 9 years ago
  87. 4c1093b Add FEC producer fuzzing and a unittest for one of the issues found. by Stefan Holmer · 9 years ago
  88. 5b659c0 Special-case android-arm64 in codec bitexactness tests by kwiberg · 9 years ago
  89. b562c33 Remove ancient VoE suppressions. by solenberg · 9 years ago
  90. cb23c0d Adding Opus to RTPencode. by minyue · 9 years ago
  91. 71f5a9a This cl change VideoCaptureAndroid to handle CVO the same way when capturing to texture as when using ordinary byte buffers. by Per · 9 years ago
  92. 0b0a88b Add aecdump support to AppRTCDemo by aluebs · 9 years ago
  93. 4dfe332 Roll chromium_revision 026b937..710285b (364421:364599) by kjellander · 9 years ago
  94. 55bcf0f Fix -Wformat error in Win-Clang build (take 2) by hans · 9 years ago
  95. 013e83b Fix -Wformat error in Win-Clang build by Niklas Enbom · 9 years ago
  96. cf846ad Adding stub files needed for https://codereview.webrtc.org/1507973003/ by Taylor Brandstetter · 9 years ago
  97. 7c73bdb Renaming JsepPeerConnectionP2PTestClient back to P2PTestConductor. by deadbeef · 9 years ago
  98. ed83edc Roll chromium_revision 2e451bf..026b937 (364330:364421) by kjellander · 9 years ago
  99. 6a6f089 in rtp_rtcp module: by danilchap · 9 years ago
  100. a1f567a Revert of Free SCTP data channels asynchronously in PeerConnection. (patchset #3 id:40001 of https://codereview.webrtc.org/1492383002/ ) by deadbeef · 9 years ago