1. d719979 Adding win_more_configs to CQ by Mirko Bonadei · 7 years ago
  2. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  3. 7275e18 Hide the internal AudioEncoderOpus class by giving it an "Impl" suffix by Karl Wiberg · 7 years ago
  4. 7c8cca3 Add check for send-side bwe before applying alr settings by Erik Språng · 7 years ago
  5. 58b7291 Log warning when receiving an H.264 containing IDR, but not SPS/PPS. by Rasmus Brandt · 7 years ago
  6. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  7. f0c4467 Make VideoProcessor::Init/Release methods private and call from constructor/destructor. by Åsa Persson · 7 years ago
  8. c22a3a6 Refactor VP8 encoder creation logic by Ilya Nikolaevskiy · 7 years ago
  9. 7ddd463 Balancing the transparency in AEC3 between saturating and low echo paths by Per Åhgren · 7 years ago
  10. d9f99c1 Replace Atomic32 with std::atomic in video/ by Yuwei Huang · 7 years ago
  11. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  12. 074dece Fix flaky DataChannel integration test by Steve Anton · 7 years ago
  13. 398a7c6 Create skeleton of the rtcp transceiver. by Danil Chapovalov · 7 years ago
  14. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  15. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  16. a0b66c7 Enable cpu adaptation for screenshare in chrome as field trial by Ilya Nikolaevskiy · 7 years ago
  17. 21360eb Add application extension field to RtpPacketReceived. by Dino Radaković · 7 years ago
  18. f7a3558 Add VideoProcessor tests verifying that H.264 keyframes contain SPS/PPS/IDR. by Rasmus Brandt · 7 years ago
  19. edf4ff7 Only treat H.264 frames containing SPS, PPS, and IDR as key frames. by Rasmus Brandt · 7 years ago
  20. 6984ad2 Print state of AcknowledgedBitrateEstimator in event_log_visualizer. by Bjorn Terelius · 7 years ago
  21. 45adbaf APM-QA unit test bug fix by Alessio Bazzica · 7 years ago
  22. c531af7 Fix 'Left shift cannot be represented in int32_t'. by Alex Loiko · 7 years ago
  23. 330bf40 WebRTC VAD wrapper for APM-QA by Alessio Bazzica · 7 years ago
  24. ef48df9 Fix the issues in SrtpTransport. by Zhi Huang · 7 years ago
  25. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  26. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  27. c5ee987 Stop using std::tr1 by Edward Lemur · 7 years ago
  28. 8a63f78 Rewrite the remaining few WebRtcSession tests. by Steve Anton · 7 years ago
  29. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  30. 6f25b09 Reland "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Steve Anton · 7 years ago
  31. f3ee3b7 Support RGB frames in RTCCVPixelBuffer by Anders Carlsson · 7 years ago
  32. a642efb Ensures that iOS audio parameters are valid. by henrika · 7 years ago
  33. ba68aab Fix of integer overflow in WebRtcAecm_ProcessBlock / ApmTest.Process by Alessio Bazzica · 7 years ago
  34. f92d871 Let ChanneOwner use scoped_refptr and RefCountedBase. by Niels Möller · 7 years ago
  35. d92e0b5 Fixing crash in Mac client when no cameras are available. by Peter Hanspers · 7 years ago
  36. 93bc308 MB: Add Android Perf (swarming) by Edward Lemur · 7 years ago
  37. fc313dc Add prefix to codec name constants. by Kári Tristan Helgason · 7 years ago
  38. 4721736 Adding a KVO context to avoid issues with future super/sub-classing. by Peter Hanspers · 7 years ago
  39. bd92d8d Forgotten 'memset' in NoiseSuppression. by Alex Loiko · 7 years ago
  40. 8731176 NetEq: Fix an UBSan error by Henrik Lundin · 7 years ago
  41. 9155e49 New classes RefCounter and RefCountedBase. by Niels Möller · 7 years ago
  42. ccdfcca New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. by philipel · 7 years ago
  43. 0c72050 Adding libFuzzer target for UlpFEC receiver. by Mark Brand · 7 years ago
  44. 4d9ac58 Use C++11 static initialization, replacing Atomic32 CompareExchange. by Niels Möller · 7 years ago
  45. d6314d9 Delete unused method PacedSender::AverageQueueTimeMs by Niels Möller · 7 years ago
  46. b7e1788 Fixing other unsafe conversions. by Mirko Bonadei · 7 years ago
  47. 5526687 Add instructions for converting SCTP verbose log to pcap file. by Taylor Brandstetter · 7 years ago
  48. cb423c4 Adding comment about ice_connection_state really being ICE+DTLS. by Taylor Brandstetter · 7 years ago
  49. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  50. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  51. 160c020 Implement Atomic32 using C++11's std::atomic by Yuwei Huang · 7 years ago
  52. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  53. b49b661 Revert "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  54. fd7c0a5 Avoid NetEq triggering a Framelength change when receiving an FEC packet. by Ivo Creusen · 7 years ago
  55. 9434240 Fix a crash in AppRTCMobile when videoCodec is set to null. by Sami Kalliomäki · 7 years ago
  56. 36636a2 Removes StaticAccessedFromInstance warning in Android audio track. by henrika · 7 years ago
  57. d29b54c Set start time for encoded framerate tracker on first incoming frame (instead of by Åsa Persson · 7 years ago
  58. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  59. b82de30 Add new neteq_signal_fuzzer by Henrik Lundin · 7 years ago
  60. 6f38d25 Add Java support for AudioProcessing and PostProcessing injection by Sam Zackrisson · 7 years ago
  61. 6f72f56 Change return types of refcount methods. by Niels Möller · 7 years ago
  62. 096e367 Rewrite WebRtcSession BUNDLE tests as PeerConnection tests by Steve Anton · 7 years ago
  63. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  64. 930e1af Revert "Add suppression for issue 8405" by Steve Anton · 7 years ago
  65. 3b80aac Fix flaky memory leak in RemoteAudioSource by Steve Anton · 7 years ago
  66. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  67. 4458287 Final stage in removing unused ADM APIs by henrika · 7 years ago
  68. f74d641 Simplify setting/unsetting REMB in RtcpSender by Danil Chapovalov · 7 years ago
  69. 2d27fb5 Move TestConfig to separate file. by Åsa Persson · 7 years ago
  70. 4696a15 header_usage.sh: Keep leading directory for grep. by Niels Möller · 7 years ago
  71. 2505346 Add suppression for issue 8405 by Erik Språng · 7 years ago
  72. 19f5be3 Fix bug that causes the visualization of RTCP fraction lost to be cropped. by Bjorn Terelius · 7 years ago
  73. 8818237 voe::Channel: Don't use CodecManager and RentACodec by Karl Wiberg · 7 years ago
  74. 5f5fc68 Relax threading requirements in VideoEncoder. by Sami Kalliomäki · 7 years ago
  75. 15c9cf7 Reland "Delete reference to webrtc_overides/rtc_base/task_queue.cc." by Niels Möller · 7 years ago
  76. 1c66f9f Fix chrome tests by making SetBitrateAllocationStrategy not pure virtual by Alex Narest · 7 years ago
  77. 7173cf2 Add cpu measurements to VideoProcessorIntegrationTest. by Åsa Persson · 7 years ago
  78. ea7a3f8 Fixing unsafe conversion by Mirko Bonadei · 7 years ago
  79. 712048c Replace raw new by MakeUnique, and improve declarations. by Niels Möller · 7 years ago
  80. 4b1a363 Add fine grained dropped video frames counters on sending side by Ilya Nikolaevskiy · 7 years ago
  81. a8c08b1 APM-QA annotations: incorrect type bugfix and level estimation with 1 ms frames. by Alessio Bazzica · 7 years ago
  82. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  83. 90d46c4 Add phoglund@ to various OWNERS and remove kjellander@ by Henrik Kjellander · 7 years ago
  84. 849030d Optionally copy clean speech input files under _cache with APM-QA. by Alessio Bazzica · 7 years ago
  85. bd83b91 Separate AEC3 config from AudioProcessing::Config. by Gustaf Ullberg · 7 years ago
  86. 737e073 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  87. 117c482 Replace use of codec name strings with constants. by Kári Tristan Helgason · 7 years ago
  88. a849fd8 MB: Remove WebRTC Perf Tests from FYI waterfall. by Edward Lemur · 7 years ago
  89. 8a95852 Add MB configuration for client.webrtc.branches builders by Oleh Prypin · 7 years ago
  90. 51f8fa3 Partial revert of "Update scripts to use DEPS-pinned depot_tools" by Henrik Kjellander · 7 years ago
  91. 25eb28c Bugfix for histogram scaling function in NetEq's DelayManager. by Ivo Creusen · 7 years ago
  92. a811027 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  93. 9ce0c7a Improving APM fuzzer coverage. by Alex Loiko · 7 years ago
  94. ec57e05 Update scripts to use DEPS-pinned depot_tools by Henrik Kjellander · 7 years ago
  95. 033ea5f Fix a typo in YuvConveter RGB shader code. by Sami Kalliomäki · 7 years ago
  96. 157e76f Fix issue in AndroidNetworkMonitor for Wi-Fi Direct socket binding. by Taylor Brandstetter · 7 years ago
  97. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  98. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  99. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  100. 2bdeb22 APM-QA clean speech annotations. by Alessio Bazzica · 7 years ago