1. 8a0b128 Fix CopyOnWriteBuffer::cdata to return const pointer by danilchap · 8 years ago
  2. d8a9c53 Implement CopyOnWriteBuffer move using scoped_refptr move by danilchap · 8 years ago
  3. 76a44d5 Log current time if we stop logging before stop_time_. by terelius · 8 years ago
  4. 7a11ae3 Print entire error object for capture session error handler by haysc · 8 years ago
  5. cd25539 Increase audio buffer duration for iPhone 4s. by tkchin · 8 years ago
  6. 6a850c3 Register header extensions for rtx streams in the event log analyzer. by stefan · 8 years ago
  7. 70cfc14 Adds move assignment operator to scoped_refptr by Danil Chapovalov · 8 years ago
  8. 3d7346f Adds delta-time logging for audio playout by henrika · 8 years ago
  9. b77bd81 Temporarily remove problematic dcheck by Erik Språng · 8 years ago
  10. 1318103 Reland: Add BWE plot to event log analyzer. by Stefan Holmer · 8 years ago
  11. 3d9c71a Add an option to disable proximity sensor to AppRTC Demo Android. by Sami Kalliomaki · 8 years ago
  12. 0e4bffb Add an option to enable level control to Android AppRTC Demo. by Sami Kalliomaki · 8 years ago
  13. 737336d Add NACK rate throttling for audio channels. by Erik Språng · 8 years ago
  14. f388257 Rewrote UpdateToMix in the audio mixer. by aleloi · 8 years ago
  15. ea4c141 Revert of Rewrote UpdateToMix in the audio mixer. (patchset #5 id:120001 of https://codereview.webrtc.org/2132563002/ ) by terelius · 8 years ago
  16. 2942e24 Rewrote UpdateToMix in the audio mixer. by aleloi · 8 years ago
  17. a74363c Remove ports that are not used by any channel after timeout by Honghai Zhang · 8 years ago
  18. c309e0e Don't stop sending media on EWOULDBLOCK by skvlad · 8 years ago
  19. ec4f068 Style cleanups in RtpSender. by Sergey Ulanov · 8 years ago
  20. d762910 Use 15fps for iPhone 4S by tkchin · 8 years ago
  21. b5db1ec Delay destroying a port if new connections are created and destroyed. by Honghai Zhang · 8 years ago
  22. 8eeecab Merge SignalPortPruned and SignalPortsRemoved. by Honghai Zhang · 8 years ago
  23. 8bc7734 Memset svc_params in vp9 wrapper to avoid undefined behavior. by jackychen · 8 years ago
  24. 55b0b37 Use a better method to generate a random ID in IvfFileWriterTest. by deadbeef · 8 years ago
  25. 59c1ad5 Revert of Add BWE plot to event log analyzer. (patchset #6 id:100001 of https://codereview.webrtc.org/2188033004/ ) by terelius · 8 years ago
  26. 2beea2a Add BWE plot to event log analyzer. by Stefan Holmer · 8 years ago
  27. a23fc62 Fix bug where transport sequence numbers are allocated for packets without the header extension registered. by stefan · 8 years ago
  28. 5deaaaa Fix gitignore after setup_links change. by phoglund · 8 years ago
  29. c62ff86 Adds periodic volume-level logging for Android. by henrika · 8 years ago
  30. a0db81f Removed the memory pool from the mixer. by aleloi · 8 years ago
  31. 1a993d1 aimd: Remove unused variable by isheriff · 8 years ago
  32. 8b2233f Removed Module inheritance and unused methods and members TimeScheduler, Process() and TimeToNextProcess() from mixer. by aleloi · 8 years ago
  33. 178ae90 Fix an UI bug in AppRTC Demo where disable hardware AGC/NS summary was not getting updated. by sakal · 8 years ago
  34. 09f4510 Removed callback in old AudioConferenceMixer. by aleloi · 8 years ago
  35. e6b60a4 Migrated audio_codec_speed_tests target to GN. by aleloi · 8 years ago
  36. 00730c7 Migrated GN target insert_packet_with_timing. by aleloi · 8 years ago
  37. 333f206 Target delay_test migrated to GN. by aleloi · 8 years ago
  38. 9f73f7a Add Robolectric dependencies to setup_link directories. by ehmaldonado · 8 years ago
  39. d356843 Disable EndToEndTest.GetStats on Dr. Memory Full. by deadbeef · 8 years ago
  40. 29ff844 Add PeerConnection IsClosed check. by zhihuang · 8 years ago
  41. 93dd634 Treat foreground event as interruption end. by tkchin · 8 years ago
  42. 43e15bb Android Camera2Enumerator: Remove CameraAccessException to avoid VerifyError by magjed · 8 years ago
  43. 529f83c Add webrtc_perf_tests to BUILD.gn by ehmaldonado · 8 years ago
  44. 81031d6 Cleanup code in Camera2. by sakal · 8 years ago
  45. 85228d6 Regression test for issue where Opus DTX status was being forgotten. by ivoc · 8 years ago
  46. f22d3c4 Filter to formats that match device sensor array aspect ratio on pre-LMR1 devices offering only legacy camera2 support. by sakal · 8 years ago
  47. 4374a09 Only update codec type histogram if lifetime is long enough (10 sec). by asapersson · 8 years ago
  48. bb19a60 Fix a memory leak where EventLogger is created two times in the event tracer. by sakal · 8 years ago
  49. 5f5504f Don't crash if createDataChannel fails. by deadbeef · 8 years ago
  50. 1cd4664 Disable some Opus tests pending an update by flim · 8 years ago
  51. 47bded4 GN migration of target audio_coding/neteq/rtp_analyze. by aleloi · 8 years ago
  52. 2874ed5 [rtcp] App::Parse updated not to use RTCPUtility, by danilchap · 8 years ago
  53. 3022a34 GN migration of target audio_coding/neteq/neteq_test_tools by aleloi · 8 years ago
  54. 2c3f46e Add an option to disable built-in AGC/NS to AppRTC Demo. by sakal · 8 years ago
  55. 63d3f83 Fix a bug where Camera2 tried to start on FPS ranges multiplied by 1000. by sakal · 8 years ago
  56. 2fa1462 Convert Android camera tests to use the new createVideoSource API. by sakal · 8 years ago
  57. 86cc6ff Variable audio bitrate. by mflodman · 8 years ago
  58. 62d695f iOS HW encoder: Increase data rate limit by magjed · 8 years ago
  59. d9c7f8d Use NullSocketServer instead of PhysicalSocketServer in SignalThread by magjed · 8 years ago
  60. aa3520c Roll chromium_revision 0d90f310e3..48e079d573 (407439:407510) by phoglund · 8 years ago
  61. 192717e flaky EndToEndTest.DecodesRetransmittedFrame adjusted by danilchap · 8 years ago
  62. fdd381c Remove unrelated checks from DecodesRetransmittedFrame* tests by danilchap · 8 years ago
  63. 3c87ac4 Roll chromium_revision 32f0eb6bd9..0d90f310e3 (407397:407439) by phoglund · 8 years ago
  64. 8c695b4 Remove redundant UMA stat reporting. Remove logs that are noisy on Windows. by maxmorin · 8 years ago
  65. f89a571 [AFL] Allow webrtc fuzzers to be used with afl-fuzz. by metzman · 8 years ago
  66. 2638c6f Ignore zero bitrate updates in the UMA BWE stats as they represent network being down and would bias the stats. by stefan · 8 years ago
  67. 8058e58 Add loss-based BWE estimate to the outgoing bitrate plot. by terelius · 8 years ago
  68. 1c88e8c Roll chromium_revision 80b5d0ec09..32f0eb6bd9 (407388:407397) by phoglund · 8 years ago
  69. 223df8f Roll chromium_revision fa99476e6e..80b5d0ec09 (407379:407388) by phoglund · 8 years ago
  70. 7626af8 Roll chromium_revision 94de78b48f..fa99476e6e (407377:407379) by phoglund · 8 years ago
  71. 590cbef Roll chromium_revision 4a456989cf..94de78b48f (407367:407377) by phoglund · 8 years ago
  72. 764d83d Roll chromium_revision a042a214c6..4a456989cf (407099:407367) by phoglund · 8 years ago
  73. ff0a96d Fix a bug where SourceState on AndroidVideoTrackSource is set to live even on failure. by Sami Kalliomaki · 8 years ago
  74. 843b6f5 Fix a crash in the event tracing shutdown path by skvlad · 8 years ago
  75. d4e6cbd Remove suppression for non-existing test. by mflodman · 8 years ago
  76. 02a5797 Reland of "Protect MessageQueue stop field with a critical section to avoid data races." (refs/heads/master@{#13430}). by André Susano Pinto · 8 years ago
  77. f52767c Roll chromium_revision 0259d67099..a042a214c6 (406454:407099) by phoglund · 8 years ago
  78. 9ddac18 Add minimal LLVM sanity coverage (sancov) reporting for unittests. by Johan Ahlers · 8 years ago
  79. 8dc945c Disable NetworkTest.DefaultLocalAddress for Android. by Edward Lemur · 8 years ago
  80. 1603212 This implementation greatly simplifies Android video capturing stack. The old by Sami Kalliomaki · 8 years ago
  81. 70ffead Reimplemented fix for bogus RTP timestamp in RTCP packet created before RTP packet. by Danil Chapovalov · 8 years ago
  82. f39f7d9 Always take retransmissions into account when deciding pacing order by terelius · 8 years ago
  83. 63dcecd Roll chromium_revision bfec2ff09d..0259d67099 (404886:406454) by buildbot · 8 years ago
  84. 18832f6 Make rtc_include_tests true by default in gn. by phoglund · 8 years ago
  85. 88e64e5 Keep a map from SSRC to parsed headers in that stream by terelius · 8 years ago
  86. a540ada Remove stefan@webrtc.org from libvpx roll notification. by stefan · 8 years ago
  87. bded44b Add a CongestionController fuzzer. by stefan · 8 years ago
  88. 159a2fe Fix crash which happens when there's reordering in the beginning of a call. by stefan · 8 years ago
  89. 433ed06 Adjust parameter in vp9 videoprocessor_integration test. by Marco · 8 years ago
  90. 6ab7879 Adding deadbeef@ as owner of api and p2p, and honghaiz as owner of p2p. by deadbeef · 8 years ago
  91. da2c945 Fix a logging error. by honghaiz · 8 years ago
  92. 91042f8 Restore the behavior where an ICE restart redetermines the ICE role. by deadbeef · 8 years ago
  93. 2181078 [Chromoting] Remove screen saver logic out of ScreenCapturer implementations by zijiehe · 8 years ago
  94. a64edb8 Adding more logging to BasicPortAllocator. by deadbeef · 8 years ago
  95. 28fdf56 Implement RecordingIsInitialized in file_audio_device.cc. by noahric · 8 years ago
  96. 72b7f93 Use correct case for including a file. by thakis · 8 years ago
  97. c9b27d5 Bugfix for Vp9 GOF and missing frames. by philipel · 8 years ago
  98. 1367782 Revert of Fix inconsistent setting of the rtc_include_unittests flag. (patchset #1 id:1 of https://codereview.webrtc.org/2154693002/ ) by phoglund · 8 years ago
  99. bb73873 Disable broken Android rtc_unittests. by phoglund · 8 years ago
  100. 9d34148 Fix inconsistent setting of the rtc_include_unittests flag. by phoglund · 8 years ago