1. b9f5361 Removing undefined left shifts in AudioProcessing by Alex Loiko · 7 years ago
  2. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  3. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  4. 7275e18 Hide the internal AudioEncoderOpus class by giving it an "Impl" suffix by Karl Wiberg · 7 years ago
  5. 7c8cca3 Add check for send-side bwe before applying alr settings by Erik Språng · 7 years ago
  6. 58b7291 Log warning when receiving an H.264 containing IDR, but not SPS/PPS. by Rasmus Brandt · 7 years ago
  7. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  8. f0c4467 Make VideoProcessor::Init/Release methods private and call from constructor/destructor. by Åsa Persson · 7 years ago
  9. c22a3a6 Refactor VP8 encoder creation logic by Ilya Nikolaevskiy · 7 years ago
  10. 7ddd463 Balancing the transparency in AEC3 between saturating and low echo paths by Per Åhgren · 7 years ago
  11. 398a7c6 Create skeleton of the rtcp transceiver. by Danil Chapovalov · 7 years ago
  12. 21360eb Add application extension field to RtpPacketReceived. by Dino Radaković · 7 years ago
  13. f7a3558 Add VideoProcessor tests verifying that H.264 keyframes contain SPS/PPS/IDR. by Rasmus Brandt · 7 years ago
  14. edf4ff7 Only treat H.264 frames containing SPS, PPS, and IDR as key frames. by Rasmus Brandt · 7 years ago
  15. 45adbaf APM-QA unit test bug fix by Alessio Bazzica · 7 years ago
  16. c531af7 Fix 'Left shift cannot be represented in int32_t'. by Alex Loiko · 7 years ago
  17. 330bf40 WebRTC VAD wrapper for APM-QA by Alessio Bazzica · 7 years ago
  18. c5ee987 Stop using std::tr1 by Edward Lemur · 7 years ago
  19. a642efb Ensures that iOS audio parameters are valid. by henrika · 7 years ago
  20. ba68aab Fix of integer overflow in WebRtcAecm_ProcessBlock / ApmTest.Process by Alessio Bazzica · 7 years ago
  21. bd92d8d Forgotten 'memset' in NoiseSuppression. by Alex Loiko · 7 years ago
  22. 8731176 NetEq: Fix an UBSan error by Henrik Lundin · 7 years ago
  23. 9155e49 New classes RefCounter and RefCountedBase. by Niels Möller · 7 years ago
  24. ccdfcca New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. by philipel · 7 years ago
  25. 4d9ac58 Use C++11 static initialization, replacing Atomic32 CompareExchange. by Niels Möller · 7 years ago
  26. d6314d9 Delete unused method PacedSender::AverageQueueTimeMs by Niels Möller · 7 years ago
  27. b7e1788 Fixing other unsafe conversions. by Mirko Bonadei · 7 years ago
  28. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  29. fd7c0a5 Avoid NetEq triggering a Framelength change when receiving an FEC packet. by Ivo Creusen · 7 years ago
  30. 36636a2 Removes StaticAccessedFromInstance warning in Android audio track. by henrika · 7 years ago
  31. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  32. 6f72f56 Change return types of refcount methods. by Niels Möller · 7 years ago
  33. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  34. 4458287 Final stage in removing unused ADM APIs by henrika · 7 years ago
  35. f74d641 Simplify setting/unsetting REMB in RtcpSender by Danil Chapovalov · 7 years ago
  36. 2d27fb5 Move TestConfig to separate file. by Åsa Persson · 7 years ago
  37. 7173cf2 Add cpu measurements to VideoProcessorIntegrationTest. by Åsa Persson · 7 years ago
  38. ea7a3f8 Fixing unsafe conversion by Mirko Bonadei · 7 years ago
  39. 712048c Replace raw new by MakeUnique, and improve declarations. by Niels Möller · 7 years ago
  40. 4b1a363 Add fine grained dropped video frames counters on sending side by Ilya Nikolaevskiy · 7 years ago
  41. a8c08b1 APM-QA annotations: incorrect type bugfix and level estimation with 1 ms frames. by Alessio Bazzica · 7 years ago
  42. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  43. 849030d Optionally copy clean speech input files under _cache with APM-QA. by Alessio Bazzica · 7 years ago
  44. bd83b91 Separate AEC3 config from AudioProcessing::Config. by Gustaf Ullberg · 7 years ago
  45. 737e073 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  46. 25eb28c Bugfix for histogram scaling function in NetEq's DelayManager. by Ivo Creusen · 7 years ago
  47. a811027 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  48. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  49. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  50. 2bdeb22 APM-QA clean speech annotations. by Alessio Bazzica · 7 years ago
  51. 6592f2c Removes more unused ADM APIs: by henrika · 7 years ago
  52. 0743814 aec3: Use fabsf() instead of std::abs() for floats. by Raphael Kubo da Costa · 7 years ago
  53. 44b1fa4 Missing use of RTC_GUARDED_BY in PacedSender by Elad Alon · 7 years ago
  54. 5fc130b Make sure updated pacing factor is applied immediately. by Erik Språng · 7 years ago
  55. 40659c3 Corrected and robustified the detection of the delay in the AEC3 filter by Per Åhgren · 7 years ago
  56. 1b4059e Transparency improvements for AEC3 during call start and after resets by Per Åhgren · 7 years ago
  57. ce045ac Enable Echo Control at injection. by Gustaf Ullberg · 7 years ago
  58. 31fbb54 NetEq: Drop unnecessary dependency on the audio decoder implementations by Karl Wiberg · 7 years ago
  59. f52a3a7 We don't want implicit conversion from size_t to int by Karl Wiberg · 7 years ago
  60. 0122e84 Reland "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  61. 919dc2e Removes fallback from Linux PulseAudio to ALSA. by henrika · 7 years ago
  62. c8c71b9 Stop using ANDROID macro in favour of WEBRTC_ANDROID. by Mirko Bonadei · 7 years ago
  63. 9827ed7 Add override declarations to FakeAudioDeviceModule. by Niels Möller · 7 years ago
  64. 8eb9c7d Added EchoCanceller3Factory. by Gustaf Ullberg · 7 years ago
  65. 569f4e7 Disable some flaky screen/desktop capture tests on Linux. by Taylor Brandstetter · 7 years ago
  66. 052c78d Removed unused AudioProcessing::Create. by Gustaf Ullberg · 7 years ago
  67. 385b10b Added experiment to improve handling of frame length changes in NetEq. by Ivo Creusen · 7 years ago
  68. 881829b New PacketQueue2 which prioritize packets in a round-robin fashion. by philipel · 7 years ago
  69. 09d9014 Reland "Make it possible to isolate bwe_simulations_tests" by Edward Lemur · 7 years ago
  70. 270f7b5 AGC2 dummy module: fixed gain param, APM integration, audioproc_f adaptation by Alessio Bazzica · 7 years ago
  71. 002ef28 Added EchoControlFactory interface. by Gustaf Ullberg · 7 years ago
  72. 86f25d3 Create links to single experiments in APM-QA exported results. by Alessio Bazzica · 7 years ago
  73. dc182a4 VideoProcessorIntegrationTest: remove arrays in RateProfile and use vector of RateProfiles instead. by Åsa Persson · 7 years ago
  74. 8cd750d Enable NetEq's Opus bit-exactness tests for Android by Henrik Lundin · 7 years ago
  75. 69cc48b Revert "Make it possible to isolate bwe_simulations_tests" by Patrik Höglund · 7 years ago
  76. 28addd0 Make it possible to isolate bwe_simulations_tests by Edward Lemur · 7 years ago
  77. d3d7f44 Cleanup in the code for the lag estimation in AEC3 by Per Åhgren · 7 years ago
  78. d8579e0 EchoControl factory injectable in AudioProcessing. by Gustaf Ullberg · 7 years ago
  79. 5de6b1a Delete remnants of support for RFC 5450, extended jitter report. by Niels Möller · 7 years ago
  80. 5ff6483 Removes usage if ID in AudioDeviceImpl. by henrika · 7 years ago
  81. ca0ed63 Revert "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  82. 4af7366 AudioDeviceImpl cleanup by henrika · 7 years ago
  83. 8ffeeb2 Deletion of temp files in modules_unittests. by Gustaf Ullberg · 7 years ago
  84. 6229d92 Removed redundant max operation and corrected comment by Per Åhgren · 7 years ago
  85. 51e21aa Simplify RtpRtcp interface for REMB by Danil Chapovalov · 7 years ago
  86. d931705 Fixed threading exception on Mac. by Peter Hanspers · 7 years ago
  87. f9e5822 Changed the aggregation of AEC3 matched filter delay estimates by Per Åhgren · 7 years ago
  88. 1f33a37 AEC3 tunings to increase the transparency by Per Åhgren · 7 years ago
  89. af721b7 Remove sent framerate and bitrate calculations from MediaOptimization. by Åsa Persson · 7 years ago
  90. 92cacec Fix mistake in range validation of WebRTC-BweBackOffFactor. by Stefan Holmer · 7 years ago
  91. d309b00 Smoothed the application of the NLP gain in AEC3 by Per Åhgren · 7 years ago
  92. c65ce78 Separated the NLP behavior in AEC3 for different echo estimates. by Per Åhgren · 7 years ago
  93. 46ca287 Reland of https://chromium-review.googlesource.com/c/external/webrtc/+/616724 under field trial. by Ivo Creusen · 7 years ago
  94. 0f46441 Added the ability to set the default echo path delay in AEC3. by Per Åhgren · 7 years ago
  95. 59ff0e2 Renamed echo_canceller3 to echo_controller in APM. by Gustaf Ullberg · 7 years ago
  96. 7106d93 General AEC3 transparency improvements by Per Åhgren · 7 years ago
  97. bef945f in Vp8 packetizer use DCHECK instead of assert by Danil Chapovalov · 7 years ago
  98. 8deb818 Support more H264 profiles for internal software codec by Magnus Jedvert · 7 years ago
  99. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  100. b6ca721 Changes test condition in AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex by henrika · 7 years ago