1. 46c9cc0 Provide method for returning certificate expiration time stamp. by Torbjorn Granlund · 9 years ago
  2. ea07373 Enable cpplint for webrtc/audio and webrtc/call, and fix all uncovered cpplint errors. by Fredrik Solenberg · 9 years ago
  3. 0de97f1 WebRtcVideoCapturer: SetCaptureState(CS_STOPPED) on Stop and ensure state changes in unittest. by hbos · 9 years ago
  4. ec192bd Revert of Add _decoder CHECK to VCMGenericDecoder constructor. (patchset #2 id:20001 of https://codereview.webrtc.org/1485713002/ ) by kjellander · 9 years ago
  5. cb9792e Fix VideoCapturerAndroidTest.testStartWhileCameraIsAlreadyOpen on Android M. by perkj · 9 years ago
  6. 9f8d39d Add simple end to end test for video capture and encode using textures. by perkj · 9 years ago
  7. 021282f Roll chromium_revision 47ce5fe..f9fedae (362117:362322) by kjellander · 9 years ago
  8. 14f4144 Add helper KeepRefUntilDone. by perkj · 9 years ago
  9. ee69ed5 Add separate event for camera freeze. by glaznev · 9 years ago
  10. 70c0e29 Disable PeerConnectionEndToEndTest.Call for TSan. by kjellander@webrtc.org · 9 years ago
  11. f893df3 Add third_party/libc++static to .gitignore by kjellander@webrtc.org · 9 years ago
  12. a443ec1 Add _decoder CHECK to VCMGenericDecoder constructor. by Peter Boström · 9 years ago
  13. 7640ffa Initialize type_preference_ in TestPort. by pbos · 9 years ago
  14. f9203c6 Roll chromium_revision faa24ae..47ce5fe (362083:362117) by kjellander · 9 years ago
  15. 99f8566 Roll chromium_revision 0da9346..faa24ae (362069:362083) by kjellander · 9 years ago
  16. bdf001a Roll chromium_revision 8f57310..0da9346 (362067:362069) by kjellander · 9 years ago
  17. 90728b9 Roll chromium_revision 3e15d1a..8f57310 (362064:362067) by kjellander · 9 years ago
  18. 4c14254 Roll chromium_revision df4d569..3e15d1a (362055:362064) by kjellander · 9 years ago
  19. df3efa8 Introduced the new locking scheme by peah · 9 years ago
  20. 3236b91 Roll chromium_revision c54812d..df4d569 (362052:362055) by kjellander · 9 years ago
  21. 535727e Roll chromium_revision 5ac8f02..c54812d (362046:362052) by kjellander · 9 years ago
  22. ae54b83 Android SurfaceViewRenderer: Add resetStatistics() method by magjed · 9 years ago
  23. 43f1809 Roll chromium_revision 7b99051..5ac8f02 (361977:362046) by kjellander · 9 years ago
  24. 2fe1cb0 Don't overwrite audio stats when they're not available. by andrew · 9 years ago
  25. 7e43138 -Removed the state as an input to the FilterAdaptation function. by peah · 9 years ago
  26. 19822d6 audio_coding: Cleanup duplicated headers after "main" removal. by kjellander · 9 years ago
  27. 358057b Use ChannelProxy for most calls on voe::Channel in Audio[Receive|Send]Stream. by solenberg · 9 years ago
  28. ad85622 Use webrtc/base/logging.h for voice_engine. by pbos · 9 years ago
  29. def5820 Default to LS_INFO logging for release builds. by Peter Boström · 9 years ago
  30. 521af4e Remove duplicate decoders in BitrateEstimatorTest. by Peter Boström · 9 years ago
  31. 395c7c6 Re-add missing return in RegisterExternalDecoder. by Peter Boström · 9 years ago
  32. f8385ad rtcp::Pli moved into own file and got a Parse function by danilchap · 9 years ago
  33. e997a7d Call InitDecode with proper resolution. by Peter Boström · 9 years ago
  34. 795dbe4 Remove RegisterExternal{De,En}coder error codes. by Peter Boström · 9 years ago
  35. 34873b5 Roll chromium_revision 7ec1eb8..7b99051 (361868:361977) by kjellander · 9 years ago
  36. 26c8c91 Using Rent-A-Codec for static Codec access in WVoE/MC. by solenberg · 9 years ago
  37. 8779a77 Fix standalone denoiser Android GN compile failure by Magnus Jedvert · 9 years ago
  38. 81b9bfe Added a threadchecking scheme to APM that checks that the APM API calls are called from the correct threads. The actual threadcheckers were, however, removed and will be reintroduced in another upcoming CL. by peah · 9 years ago
  39. 64c0a0a Revert of Make overuse estimator one dimensional. (patchset #5 id:80001 of https://codereview.webrtc.org/1376423002/ ) by stefan · 9 years ago
  40. 42f580e Leaving all original files in talk/app/webrtc/objc until we can officially tell clients about the new locations. by tkchin · 9 years ago
  41. b1ac203 Introduce helper class NtpTime by danilchap · 9 years ago
  42. 6e40c09 Fix root_files WATCHLIST. by andrew · 9 years ago
  43. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  44. ad113e5 Fix bug in calculation of averge queue time in paced sender. by Erik Språng · 9 years ago
  45. 226befe Rewrote pacer and bandwidth UMA stats. by Stefan Holmer · 9 years ago
  46. 06e05a8 Make overuse estimator one dimensional. by Stefan Holmer · 9 years ago
  47. 0fcaf99 Enable cpplint for webrtc/video_engine by kjellander@webrtc.org · 9 years ago
  48. 727dbc2 VideoCapturerAndroid - allow lower frame rate in bad lightning by Per · 9 years ago
  49. 871c419 Add fuzzing of VP8 QP parsing. by Peter Boström · 9 years ago
  50. c5b4c9b Roll chromium_revision 664fe1e..7ec1eb8 (361806:361868) by kjellander · 9 years ago
  51. 598242a Support texture scaling in Androids MediaEncoder. by Per · 9 years ago
  52. 3e6db23 audio_coding: remove "main" directory by kjellander · 9 years ago
  53. a3c20bb Add support for scaling textures in AndroidVideoCapturer. by Per · 9 years ago
  54. fd5dae3 Build/use constructormagic.h unconditionally. by Peter Boström · 9 years ago
  55. 8f9902a Standalone denoiser (off by default). by jackychen · 9 years ago
  56. 96cb530 Removed api call that will break the upcoming thread checking scheme by peah · 9 years ago
  57. c03bdf9 Roll chromium_revision aa8e58a..664fe1e (361601:361806) by Henrik Kjellander · 9 years ago
  58. 26ab91b Add symlink to src/third_party/libc++-static by Henrik Kjellander · 9 years ago
  59. cdb38e5 Strip IP addresses in NDEBUG (release) builds. by Peter Boström · 9 years ago
  60. b86c502 Roll chromium_revision 68cf0b8..aa8e58a (361406:361601) by kjellander · 9 years ago
  61. a34c39e GetDefaultLocalAddress should return false when the address is invalid by Guo-wei Shieh · 9 years ago
  62. 89d658f Fix fuzzer breakage in Chromium. by Peter Boström · 9 years ago
  63. 11e0229 Move Chromium logging into rtc_base_approved. by Peter Boström · 9 years ago
  64. 6e004a4 Revert of Created a test that reports the statistics for the duration of APM stream processing API calls. (patchset #15 id:280001 of https://codereview.webrtc.org/1436553004/ ) by kjellander · 9 years ago
  65. fac0655 Reland of Adding the ability to create an RtpSender without a track. by deadbeef · 9 years ago
  66. 376e123 Destroy a Connection if a CreatePermission request fails. by deadbeef · 9 years ago
  67. 1372508 Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects from an ID. by solenberg · 9 years ago
  68. 54eb5e2 Removed the aec state as an input parameter to the FilterFar function. by peah · 9 years ago
  69. 880896a A unittest that reports the statistics for the duration of an APM stream processing API call. by peah · 9 years ago
  70. 9cd5c8c Move the FEC enabling logic from CodecManager to Rent-A-Codec by kwiberg · 9 years ago
  71. 989b4ab Move the stereo-disables-CNG logic from CodecManager to Rent-A-Codec by kwiberg · 9 years ago
  72. 46a491b Set mac_deployment_target default to 10.7 by Henrik Kjellander · 9 years ago
  73. 65ef319 Roll chromium_revision b1d79c3..68cf0b8 (361146:361406) by kjellander · 9 years ago
  74. 444682a Remove frame time scheduing in IncomingVideoStream by qiangchen · 9 years ago
  75. 953eabc Revert "GetDefaultLocalAddress should return false when the address is invalid" by Guo-wei Shieh · 9 years ago
  76. 67c6df6 GetDefaultLocalAddress should return false when the address is invalid by Guo-wei Shieh · 9 years ago
  77. 7d842d6 Move thread_ conditional back under defines. by Peter Boström · 9 years ago
  78. c661213 Skip setting thread priorities in NaCl. by Peter Boström · 9 years ago
  79. b251472 Add JNI interface for functions to start and stop recording AEC dumps and RTC event logs. by ivoc · 9 years ago
  80. c3ddb3e Improve documentation for ArrayView by kwiberg · 9 years ago
  81. 4c5eea3 Android SurfaceViewRenderer: Don't rely on widthSpec/heightSpec after onMeasure() returns by Magnus Jedvert · 9 years ago
  82. b7a8829 Remove duplicated headers after updating downstream code. by kjellander · 9 years ago
  83. 302c978 Work around data race in TransmitMixer. by solenberg · 9 years ago
  84. 7baf79f Temporary remove spamming MediaDecoder log by perkj · 9 years ago
  85. 92f8dbd Remove VIDEOCODEC_* from engine_configurations.h. by Peter Boström · 9 years ago
  86. 4f2152e Android SurfaceViewRenderer: Make sure not to call eglCreateSurface() twice by Magnus Jedvert · 9 years ago
  87. 97c821d Inline ConvertToSystemPriority. by Peter Boström · 9 years ago
  88. 9237559 Add SurfaceTextureHelper.disconnect(Handler handler) method by perkj · 9 years ago
  89. d480153 Add option to capture to texture in AppRTCDemo for Android. by Per · 9 years ago
  90. 978244e Adding a bunch of Agora IO team members to the watch lists by yujie.mao · 9 years ago
  91. d860523 First part of the preparatory work before the actual work for solving the ducking problem starts. by peah · 9 years ago
  92. 70bed7d GN: Fix iOS error in audio_device and rtc_base by kjellander · 9 years ago
  93. b5cb19b Fixing direction attribute in answer for non-RTP protocols. by deadbeef · 9 years ago
  94. 05816eb Fix target_arch for ios devices by wr.wllm · 9 years ago
  95. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  96. 255d6f6 Test case for CL 1437933002. by guoweis · 9 years ago
  97. 9c80bbe Roll chromium_revision e038f1d..b1d79c3 (361088:361146) by kjellander · 9 years ago
  98. 1aa6efe Android ThreadUtils: Make the class public for access outside org.webrtc by Magnus Jedvert · 9 years ago
  99. 057fb89 Add new method AcmReceiver::last_packet_sample_rate_hz() by henrik.lundin · 9 years ago
  100. 74e35f1 Remove the special case for std::vector in rtc::ArrayView by kwiberg · 9 years ago