1. 86079a4 Fix potential null pointer dereference. by Yves Gerey · 6 years ago
  2. c0a67ba AEC3: moving the dumping of the Erle to aec state by Jesús de Vicente Peña · 6 years ago
  3. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  4. 11b8703 Base ApmTest.Process on AudioProcessingStats.output_rms_dbfs by Sam Zackrisson · 6 years ago
  5. 3be607f Use output_dir instead of output_name by Takuto Ikuta · 6 years ago
  6. 5701162 Re-tuning of VAD in AGC2. by Alex Loiko · 6 years ago
  7. a59db74 Remove unnecessary includes of common_types.h by Fredrik Solenberg · 6 years ago
  8. ebad177 Include event_wrapper.h only where used. by Niels Möller · 6 years ago
  9. 9d54bd8 AEC3: Fix ENR threshold for WebRTC-Aec3UseLegacyNormalSuppressorTuning by Gustaf Ullberg · 6 years ago
  10. de10eea AEC3: Fix ENR in the dominant nearend detection by Gustaf Ullberg · 6 years ago
  11. cf69d22 AEC3: Optimizing the Update method of the FilterAnalyzer class. by Jesús de Vicente Peña · 6 years ago
  12. 14f252a AEC3: Add metrics for API call jitter by Per Åhgren · 6 years ago
  13. b24c00f Add AudioProcessingCaptureStats and a level estimator replacement by Sam Zackrisson · 6 years ago
  14. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  15. 777cf26 AEC3: Clockdrift detection by Gustaf Ullberg · 6 years ago
  16. ecf6315 AGC2 adaptive digital: remove unnecessary flag. by Alessio Bazzica · 6 years ago
  17. 8da7b35 AGC2 adaptive digital false by default by Alessio Bazzica · 6 years ago
  18. 4bc6045 Add output directory option for audioproc_f data dump files. by Alessio Bazzica · 6 years ago
  19. 6817038 APM audioproc_f: flag for AGC2 adaptive level estimator. by Alessio Bazzica · 6 years ago
  20. 44974e1 AEC3: Adding a correction factor for the Erle estimation that depends on the portion of the filter that is currently in use. by Jesús de Vicente Peña · 6 years ago
  21. dd886082 AGC2 flags: remove deprecated fields. by Alessio Bazzica · 6 years ago
  22. 1724a80 AEC3: Turn off the specific suppressor mode for stationary render by Per Åhgren · 6 years ago
  23. 1e2542f AGC2: adding level estimation option (RMS or peak-based). by Alessio Bazzica · 6 years ago
  24. a33c895 AEC3: Corrected erroneous if-statement that always returned true by Per Åhgren · 6 years ago
  25. 20f60f0 Fuzzer crash in AGC2. by Alex Loiko · 6 years ago
  26. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  27. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  28. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  29. 7b3c76b Reland "Delete rtc::Pathname" by Niels Möller · 6 years ago
  30. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  31. dc98b9b AEC3: Corrected include by Per Åhgren · 6 years ago
  32. 020e583 AEC3: Compensate comfort noise level for loss due to filter bank by Gustaf Ullberg · 6 years ago
  33. 83b00f0 AEC3: Computation of comfort noise gains from suppression gains by Gustaf Ullberg · 6 years ago
  34. 277b6ea Isolating APM API build target: adding dummy :api target. by Alessio Bazzica · 6 years ago
  35. 63ada78 Remove outdated TODO by Sam Zackrisson · 6 years ago
  36. c22f551 Remove locks from AECM and move it into private_submodules_ by Sam Zackrisson · 6 years ago
  37. 2039ee7 Revert "Delete rtc::Pathname" by Qingsi Wang · 6 years ago
  38. 6b9dec0 Delete rtc::Pathname by Niels Möller · 6 years ago
  39. 3e4c77f Fix AGC2 fixed-adaptive gain controllers order. by Alessio Bazzica · 6 years ago
  40. 5e78461 Make the extra seturation margin configurable. by Alex Loiko · 6 years ago
  41. 2812763 Remove deprecated AudioProcessing::GetStatistics function by Sam Zackrisson · 6 years ago
  42. 7f4dfa4 Remove locks from AEC2 and move it into private_submodules_ by Sam Zackrisson · 6 years ago
  43. 8b7d206 AEC3: Decrease latency until the delay has been detected by Per Åhgren · 6 years ago
  44. 746d46b AGC2: renaming GainCurveApplier to Limiter. by Alessio Bazzica · 6 years ago
  45. 2c16cc6 Replace some usage of EventWrapper with rtc::Event. by Niels Möller · 6 years ago
  46. 370bae4 APM: Adding more explicit handling of failures in the json config data by Per Åhgren · 6 years ago
  47. 7a95e0f APM: Add ability to turn on/off dumping of internal data by Per Åhgren · 6 years ago
  48. f0c449e APM: Correct includes required for the data dumping functionality by Per Åhgren · 6 years ago
  49. 700b4a4 AEC3: Allow limiting dominant nearend to the non-initial phase by Per Åhgren · 6 years ago
  50. 087e9be AGC2 Limiter class renamed. by Alessio Bazzica · 6 years ago
  51. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  52. b0ab2ce Reland "Remove the HighPassFilter interface" by Sam Zackrisson · 6 years ago
  53. c9f9b87 AEC3: Improve dominant nearend detection by Gustaf Ullberg · 6 years ago
  54. c98849c AEC3: changes the signal used for deciding when to update the erle so the reverb render signal is now used by Jesús de Vicente Peña · 6 years ago
  55. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  56. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  57. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  58. 65faede AEC3: Introduce partial adaptive filter resets at echo path changes by Per Åhgren · 6 years ago
  59. 1ffee36 AEC3: Remove ERLE uncertainty code that has no effect by Per Åhgren · 6 years ago
  60. d895f42 Revert "Remove the HighPassFilter interface" by Niklas Enbom · 6 years ago
  61. 3e7b7b1 AEC3: Changes to initial behavior and handling of saturated echo by Per Åhgren · 6 years ago
  62. e2405c1 Remove the HighPassFilter interface by Sam Zackrisson · 6 years ago
  63. 11539f0 AEC3: Simplify render buffering by Gustaf Ullberg · 6 years ago
  64. 74cd1ef AEC3: Enabling by default the use of the stationarity properties at render at init by Jesús de Vicente Peña · 6 years ago
  65. 499bc6c Fix race conditions for ReofferDoesNotCallOnTrack test. by Yves Gerey · 6 years ago
  66. 53e2211 AEC3: Kill kill-switches by Gustaf Ullberg · 6 years ago
  67. 3d25530 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  68. 74f6c7e AEC3: Cleanup test code for platforms with clock-drift by Per Åhgren · 6 years ago
  69. d6b0796 AEC3: Ensure that the usage of stationary signal properties is not unset by Per Åhgren · 6 years ago
  70. a4c8514 Add JSON parsing and corresponding ToString to EchoCanceller3Config by Sam Zackrisson · 6 years ago
  71. 0d8c100 AEC3: Decrease the suppression during the echo-only case by Per Åhgren · 6 years ago
  72. 13d392d AEC3: Utilize dominant nearend functionality to increase transparency by Per Åhgren · 6 years ago
  73. 040f87f AEC3: Allow a more stable filter during double-talk by Gustaf Ullberg · 6 years ago
  74. 7004571 AEC3: Decrease the modelling of the reverb by Per Åhgren · 6 years ago
  75. 16fe3f2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  76. 99eea42 Reland "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
  77. f2637a8 Reland of 'Bug in histogram metric reporting.' by Alex Loiko · 6 years ago
  78. 4bb1e4a Lower gain parameters for AGC2. by Alex Loiko · 6 years ago
  79. c5a38ad AEC3: Refactor AecState by Per Åhgren · 6 years ago
  80. b49520b Revert "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
  81. d7b0c46 Avoid incorrect filter alignment due to call skew detection by Gustaf Ullberg · 6 years ago
  82. 588f464 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  83. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  84. 2ea9af2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  85. be490b2 Delete deprecated AEC interfaces by saza · 6 years ago
  86. 9e24dcf Export symbols needed by the Chromium component build (part 1). by Mirko Bonadei · 6 years ago
  87. e4d23b1 Hooked up the control of the adaptive AGC2 mode in audioproc_f by Per Åhgren · 6 years ago
  88. 8c147b6 Reland "Remove APM-internal usage of EchoControlMobile" by Sam Zackrisson · 6 years ago
  89. e8a5569 AEC3: Correct the check for not reacting on initial pre-amp gain changes by Per Åhgren · 6 years ago
  90. d2650d1 AEC3: Reseting the ERLE at pre-amplifier gain changes by Per Åhgren · 6 years ago
  91. b45bdb5 Move rtc_json code from API dir, enable unit test, unmark testonly by Sam Zackrisson · 6 years ago
  92. 93e5750 Reduce digital adaptive AGC2 gain in some situations. by Alex Loiko · 6 years ago
  93. 05a7004 Revert "Remove APM-internal usage of EchoControlMobile" by Sam Zackrisson · 6 years ago
  94. cb1b556 Use low cut filtering whenever NS or AEC are enabled by Sam Zackrisson · 6 years ago
  95. 2fbb83b Remove APM-internal usage of EchoControlMobile by Sam Zackrisson · 6 years ago
  96. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  97. f4801a1 AEC3: Remove killswitches in AecState by Per Åhgren · 6 years ago
  98. e9a7e90 AEC3: ERLE: Allowing increases of the ERLE estimate for low render signals. by Jesús de Vicente Peña · 6 years ago
  99. 8bd3ae0 Revert "Bug in histogram metric reporting." by Niklas Enbom · 6 years ago
  100. 3f6077d AEC3: Delay estimator adapts even when estimated echo saturates by Gustaf Ullberg · 6 years ago