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