1. fd9149f Temporarily remove linux_ubsan from commit queue by Oleh Prypin · 7 years ago
  2. 34fa295 Delete unused VP8 packetization modes. by Niels Möller · 7 years ago
  3. e87cfe2 Remove unused method PacketLossModeToStr. by Åsa Persson · 7 years ago
  4. 71c62b4 Roll gradle to version 4.2.1. by Sami Kalliomäki · 7 years ago
  5. 8ed8e56 Adding RTC_ prefixed LOG macros. by Mirko Bonadei · 7 years ago
  6. b2d355e Reland: Reject the description with fewer m= sections. by Zhi Huang · 7 years ago
  7. 36b28db Fix clang style warnings in api/candidate.h by Steve Anton · 7 years ago
  8. 9d4a2e6 Move inlined methods from p2p/base/packetsocketfactory.h by Steve Anton · 7 years ago
  9. 0af34ad The onWebRtcAudioTrackStartError is changed in this CL which breaks the internal projects. by Zhi Huang · 7 years ago
  10. c2a0eb2 [Window Capture] Mouse cursor missing during window sharing on Mac OSX by Zijie He · 7 years ago
  11. 9828beb Fix/suppress all javac warnings. by Sami Kalliomäki · 7 years ago
  12. ef5df1a Fix WebSocketObserver getting garbage collected. by Sami Kalliomäki · 7 years ago
  13. 92b1ffd Improves native Android audio implementations. by henrika · 7 years ago
  14. 78161ca Add sending sdes to RtcpTransceiver. by Danil Chapovalov · 7 years ago
  15. 4556f3c Revert "Simple Default ObjC video codec factories." by Oskar Sundbom · 7 years ago
  16. c15b2dd Switch metrics_default and field_trial_default to source_set. by Mirko Bonadei · 7 years ago
  17. ef20795 Remove FlexFEC feedback params from internal encoder factory by Magnus Jedvert · 7 years ago
  18. d2817d8 Allow injection of custom network models in place of FakeNetworkPipe. by Christoffer Rodbro · 7 years ago
  19. 0295a96 Estimate RTP clock frequency and plot capture-send delay. by Bjorn Terelius · 7 years ago
  20. 30915a7 Simple Default ObjC video codec factories. by Anders Carlsson · 7 years ago
  21. a056599 Delete VCMSendStatisticsCallback and corresponding use of ProcessThread by Niels Möller · 7 years ago
  22. 2729c16 Fix some Android lint warnings in AppRTCMobile. by Sami Kalliomäki · 7 years ago
  23. 68e56a5 Android: Update VideoDecoderFactoryWrapper to implement CreateVideoDecoderWithParams. by Sami Kalliomäki · 7 years ago
  24. fb6d326 Delete unused PredictivePacketManipulator. by Rasmus Brandt · 7 years ago
  25. f7eea2a Change key frame mismatch threshold for VP9 in unit test. by Jerome Jiang · 7 years ago
  26. eae3e65 Enable the clang style plugin for the stunprober target by Steve Anton · 7 years ago
  27. ca7d54e Fix clang style warnings in p2p/base/stun.h by Steve Anton · 7 years ago
  28. 74e72c8 Lowering the threshold for delay change detection in AEC3 by Per Åhgren · 7 years ago
  29. 173fd91 [Window Capture] Inaccurate cursor position during window sharing on X11 by Zijie He · 7 years ago
  30. 84634b8 Temporarily disabled failing death test. by Gustaf Ullberg · 7 years ago
  31. b9f5361 Removing undefined left shifts in AudioProcessing by Alex Loiko · 7 years ago
  32. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  33. ddfd9c5 Fix AudioProcessing fuzzer crash. by Alex Loiko · 7 years ago
  34. ef52d8b8 Presubmit: Don't forget to warn when changing headers in subdirs of api/ by Karl Wiberg · 7 years ago
  35. d719979 Adding win_more_configs to CQ by Mirko Bonadei · 7 years ago
  36. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  37. 7275e18 Hide the internal AudioEncoderOpus class by giving it an "Impl" suffix by Karl Wiberg · 7 years ago
  38. 7c8cca3 Add check for send-side bwe before applying alr settings by Erik Språng · 7 years ago
  39. 58b7291 Log warning when receiving an H.264 containing IDR, but not SPS/PPS. by Rasmus Brandt · 7 years ago
  40. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  41. f0c4467 Make VideoProcessor::Init/Release methods private and call from constructor/destructor. by Åsa Persson · 7 years ago
  42. c22a3a6 Refactor VP8 encoder creation logic by Ilya Nikolaevskiy · 7 years ago
  43. 7ddd463 Balancing the transparency in AEC3 between saturating and low echo paths by Per Åhgren · 7 years ago
  44. d9f99c1 Replace Atomic32 with std::atomic in video/ by Yuwei Huang · 7 years ago
  45. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  46. 074dece Fix flaky DataChannel integration test by Steve Anton · 7 years ago
  47. 398a7c6 Create skeleton of the rtcp transceiver. by Danil Chapovalov · 7 years ago
  48. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  49. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  50. a0b66c7 Enable cpu adaptation for screenshare in chrome as field trial by Ilya Nikolaevskiy · 7 years ago
  51. 21360eb Add application extension field to RtpPacketReceived. by Dino Radaković · 7 years ago
  52. f7a3558 Add VideoProcessor tests verifying that H.264 keyframes contain SPS/PPS/IDR. by Rasmus Brandt · 7 years ago
  53. edf4ff7 Only treat H.264 frames containing SPS, PPS, and IDR as key frames. by Rasmus Brandt · 7 years ago
  54. 6984ad2 Print state of AcknowledgedBitrateEstimator in event_log_visualizer. by Bjorn Terelius · 7 years ago
  55. 45adbaf APM-QA unit test bug fix by Alessio Bazzica · 7 years ago
  56. c531af7 Fix 'Left shift cannot be represented in int32_t'. by Alex Loiko · 7 years ago
  57. 330bf40 WebRTC VAD wrapper for APM-QA by Alessio Bazzica · 7 years ago
  58. ef48df9 Fix the issues in SrtpTransport. by Zhi Huang · 7 years ago
  59. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  60. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  61. c5ee987 Stop using std::tr1 by Edward Lemur · 7 years ago
  62. 8a63f78 Rewrite the remaining few WebRtcSession tests. by Steve Anton · 7 years ago
  63. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  64. 6f25b09 Reland "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Steve Anton · 7 years ago
  65. f3ee3b7 Support RGB frames in RTCCVPixelBuffer by Anders Carlsson · 7 years ago
  66. a642efb Ensures that iOS audio parameters are valid. by henrika · 7 years ago
  67. ba68aab Fix of integer overflow in WebRtcAecm_ProcessBlock / ApmTest.Process by Alessio Bazzica · 7 years ago
  68. f92d871 Let ChanneOwner use scoped_refptr and RefCountedBase. by Niels Möller · 7 years ago
  69. d92e0b5 Fixing crash in Mac client when no cameras are available. by Peter Hanspers · 7 years ago
  70. 93bc308 MB: Add Android Perf (swarming) by Edward Lemur · 7 years ago
  71. fc313dc Add prefix to codec name constants. by Kári Tristan Helgason · 7 years ago
  72. 4721736 Adding a KVO context to avoid issues with future super/sub-classing. by Peter Hanspers · 7 years ago
  73. bd92d8d Forgotten 'memset' in NoiseSuppression. by Alex Loiko · 7 years ago
  74. 8731176 NetEq: Fix an UBSan error by Henrik Lundin · 7 years ago
  75. 9155e49 New classes RefCounter and RefCountedBase. by Niels Möller · 7 years ago
  76. ccdfcca New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. by philipel · 7 years ago
  77. 0c72050 Adding libFuzzer target for UlpFEC receiver. by Mark Brand · 7 years ago
  78. 4d9ac58 Use C++11 static initialization, replacing Atomic32 CompareExchange. by Niels Möller · 7 years ago
  79. d6314d9 Delete unused method PacedSender::AverageQueueTimeMs by Niels Möller · 7 years ago
  80. b7e1788 Fixing other unsafe conversions. by Mirko Bonadei · 7 years ago
  81. 5526687 Add instructions for converting SCTP verbose log to pcap file. by Taylor Brandstetter · 7 years ago
  82. cb423c4 Adding comment about ice_connection_state really being ICE+DTLS. by Taylor Brandstetter · 7 years ago
  83. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  84. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  85. 160c020 Implement Atomic32 using C++11's std::atomic by Yuwei Huang · 7 years ago
  86. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  87. b49b661 Revert "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  88. fd7c0a5 Avoid NetEq triggering a Framelength change when receiving an FEC packet. by Ivo Creusen · 7 years ago
  89. 9434240 Fix a crash in AppRTCMobile when videoCodec is set to null. by Sami Kalliomäki · 7 years ago
  90. 36636a2 Removes StaticAccessedFromInstance warning in Android audio track. by henrika · 7 years ago
  91. d29b54c Set start time for encoded framerate tracker on first incoming frame (instead of by Åsa Persson · 7 years ago
  92. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  93. b82de30 Add new neteq_signal_fuzzer by Henrik Lundin · 7 years ago
  94. 6f38d25 Add Java support for AudioProcessing and PostProcessing injection by Sam Zackrisson · 7 years ago
  95. 6f72f56 Change return types of refcount methods. by Niels Möller · 7 years ago
  96. 096e367 Rewrite WebRtcSession BUNDLE tests as PeerConnection tests by Steve Anton · 7 years ago
  97. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  98. 930e1af Revert "Add suppression for issue 8405" by Steve Anton · 7 years ago
  99. 3b80aac Fix flaky memory leak in RemoteAudioSource by Steve Anton · 7 years ago
  100. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago