1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/audio_processing/echo_control_mobile_impl.h]
  3. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 7 years ago
  4. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  5. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  6. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  7. a062460 Several subcomponents inside APM copy render audio from by peah · 8 years ago
  8. 2ace3f9 The audio processing module (APM) relies on two for by peah · 8 years ago
  9. 83ffe45 Fix Chromium clang plugin warnings by kwiberg · 8 years ago
  10. dc2242d Added a query function for whether submodules are enabled by peah · 8 years ago
  11. 85fa7d5 Move swap_queue.h to base/ by terelius · 8 years ago
  12. 253534d Removed the dependency on AudioProcessingImpl in EchoControlMobileImpl by peah · 9 years ago
  13. 737f4b8 Removed the ProcessingComponent class by peah · 9 years ago
  14. bb9edbd Removing dependency of the EchoControlMobileImpl class on ProcessingComponent. by peah · 9 years ago
  15. 88788ad Replace scoped_ptr with unique_ptr in webrtc/modules/audio_processing/ by kwiberg · 9 years ago
  16. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  17. df3efa8 Introduced the new locking scheme by peah · 9 years ago
  18. 2446e5a Fixed the render queue item size preallocation and verification, moved constant declarations, removed redundant queue allocation by peah · 9 years ago
  19. fa6228e Introduced the render sample queue for the aec and aecm. by peah · 9 years ago
  20. 13b96ba Adding APM configuration in AEC dump. by Minyue · 9 years ago
  21. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  22. 5964fe0 audio_processing: DestroyHandle() now returns void by bjornv@webrtc.org · 10 years ago
  23. 56e4a05 Remove ProcessingComponent's dependence on AudioProcessingImpl. by andrew@webrtc.org · 11 years ago
  24. 9162080 Fix some chromium-style warnings in webrtc/modules/audio_processing/ by pbos@webrtc.org · 11 years ago
  25. 7fad4b8 Include files from webrtc/.. paths in audio_processing/ by pbos@webrtc.org · 11 years ago
  26. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/audio_processing/echo_control_mobile_impl.h]
  27. 0c6f931 Removed versions in module/audio_processing and common_audio/vad. by bjornv@webrtc.org · 13 years ago
  28. 4d5d5c1 Reorganize the audio_processing source. by andrew@webrtc.org · 13 years ago[Renamed from src/modules/audio_processing/main/source/echo_control_mobile_impl.h]
  29. 22e6515 Changing echo_path_size_bytes() to static, and using size_t rather than int. This is recommended by Chromium: by ajm@google.com · 13 years ago
  30. c4b939c Added calls to set and get external echo channels. by bjornv@google.com · 13 years ago
  31. 470e71d by niklase@google.com · 13 years ago