1. d5d0a2b Fix: rename ms_per_buffer to buffer_duration by Kiran Thind · 4 years, 7 months ago
  2. a598faf Fixes flaky ADM unittest by henrika · 4 years, 7 months ago
  3. 9a4eb32 Change the AudioDeiviceDataObserver to be passed as a unique_ptr. by Fabian Bergmark · 4 years, 8 months ago
  4. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 8 months ago
  5. e52115a Remove inactive OWNERS. by Mirko Bonadei · 4 years, 8 months ago
  6. 575c2ad Support passing the ADM to the ADMWrapper. by Fabian Bergmark · 4 years, 8 months ago
  7. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 4 years, 8 months ago
  8. 760fd52 Replace MockAudioDeviceModule mock refcounting with real refcounting by Steve Anton · 4 years, 9 months ago
  9. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 9 months ago
  10. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 9 months ago
  11. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 4 years, 10 months ago
  12. eb8c4ca Remove unnecessary checks from AudioDeviceWindowsCore::CoreAudioIsSupported by Anders Klemets · 4 years, 10 months ago
  13. 9f9e20a Fix errorprone issues preventing Chromium Roll. by Mirko Bonadei · 4 years, 11 months ago
  14. af070d0 Improves device enumeration in ADM2 for Windows. by henrika · 5 years ago
  15. efbda8d Don't perform DataCallback if the input object has been stopped. by Tim Haloun · 5 years ago
  16. bb55e0b Clarifies identification of default communication device in ADM2 by henrika · 5 years ago
  17. 83b2862 Protect against NumberOfEnumeratedDevices and Get[In|Out]putDeviceNames returning inconsistent results. by Tim Haloun · 5 years ago
  18. 351173c Tests that all available audio devices can be selected and used by the ADM. by henrika · 5 years ago
  19. ef6fe0c Use GetDefaultAudioEndpoint for the default communications device as well as the vanilla default device by Tim Haloun · 5 years ago
  20. 86b33e0 Don't ask for the friendly name of a default device if we failed to enumerate it. by Tim Haloun · 5 years ago
  21. b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 5 years ago
  22. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  23. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  24. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  25. ff060ee Disable AudioDeviceTest unittests under sanitizers. by Yves Gerey · 5 years ago
  26. 44dc241 Allows configuration of playout audio buffer by Alex Narest · 5 years ago
  27. f69bd5f Delete AudioDeviceWindowsCore::WideToUTF8, replaced with rtc::ToUtf8 by Niels Möller · 5 years ago
  28. bbeb109 Reporting audio device underrun counter by Alex Narest · 5 years ago
  29. 704c8c4 Re-enable AudioDeviceTest in combination with sanitizers. by Yves Gerey · 5 years ago
  30. 412282a [tsan] Guard audio_device_pulse_linux members from concurrent access. by Yves Gerey · 5 years ago
  31. b168678 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" by Oleh Prypin · 5 years ago
  32. 84de3d9 Factor framework dependencies out of audio_device_impl by Oleh Prypin · 5 years ago
  33. fd643a4 Build core audio for older windows versions by Paul Roberts · 5 years ago
  34. 432fe68 [Cleanup] Remove write-only member _sndCardRecDelay. by Yves Gerey · 5 years ago
  35. b93a245 [Unit tests] Remove race condition and dangling pointer to mock. by Yves Gerey · 5 years ago
  36. 1afe657 [Sanitizers] Disable tests at compile-time rather than run-time. by Yves Gerey · 5 years ago
  37. 6704df9 Minor threading-model fix for ADM2 on Windows by henrika · 5 years ago
  38. d8c6ec4 Adds support for disabling autostart in ADM2 for Windows by henrika · 5 years ago
  39. ee0550c [Unit tests] Show skipped tests instead of painting them green. by Yves Gerey · 5 years ago
  40. d404946 Minor modifications for ADM2 on Windows. by henrika · 5 years ago
  41. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  42. 225842c Initialize signal processing function pointers statically by Karl Wiberg · 5 years ago
  43. 44bc19b Delete TestAudioDeviceModule methods using rtc::PlatformFile by Niels Möller · 5 years ago
  44. 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 5 years ago
  45. fd5166c Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Philip Eliasson · 5 years ago
  46. fc96135 Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory by Danil Chapovalov · 5 years ago
  47. 48edc92 Delete deprecated AudioDeviceWithDataObserver factory by Danil Chapovalov · 5 years ago
  48. 102b728 Prevent howling in RunPlayoutAndRecordingInFullDuplex by Gustaf Ullberg · 5 years ago
  49. 198cf00 Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Möller · 5 years ago
  50. fb8c856 Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Moller · 5 years ago
  51. e779847 Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN by Niels Möller · 5 years ago
  52. 4731f00 Delete deprecated PlatformThread looping by Niels Möller · 5 years ago
  53. 98499d5 Remove deprecated AudioDeviceModule factory by Danil Chapovalov · 5 years ago
  54. 153056b Add ability to play audio in circle for TestAudioDevice wav file capturer by Artem Titov · 5 years ago
  55. dd1c16f Use absl::make_unique in TestAudioDeviceModule factory methods by Artem Titov · 5 years ago
  56. 7a930da Reland "Remove old audio device implementation." by Kári Tristan Helgason · 6 years ago
  57. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  58. 5154c5b Remove atlbase dependency and lowercase Windows header includes. by Noah Richards · 6 years ago
  59. 00d1adf Make audio_device_module_from_input_and_output visible. by Mirko Bonadei · 6 years ago
  60. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  61. e9d2b4e Revert "Remove old audio device implementation." by Jeroen de Borst · 6 years ago
  62. 0cfa4cb Remove old audio device implementation. by Kári Tristan Helgason · 6 years ago
  63. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 6 years ago
  64. 185e802 Prefix AUDIO_DEVICE_INCLUDE_ANDROID_AAUDIO with WEBRTC_. by Mirko Bonadei · 6 years ago
  65. 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 6 years ago
  66. c771c80 Use scoped_refptr to share the instance of OpenSLEngineManager by Lu Liu · 6 years ago
  67. 5632578 Mark MediaBufferImpl as final. by Noah Richards · 6 years ago
  68. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  69. 77efcd8 Reland "Replacing rtc::Thread with task queue for TestAudioDeviceModule." by Sebastian Jansson · 6 years ago
  70. fa852ef Revert "Replacing rtc::Thread with task queue for TestAudioDeviceModule." by Seth Hampson · 6 years ago
  71. 1b871d0 Replacing rtc::Thread with task queue for TestAudioDeviceModule. by Sebastian Jansson · 6 years ago
  72. 7bc331f Android: Use android_deps directly by Peter Wen · 6 years ago
  73. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  74. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  75. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  76. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  77. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  78. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  79. d3a5aaa Check "rtc_include_internal_audio_device" before creating unittest for audio_device_ios_objc by Jiawei Ou · 6 years ago
  80. 2fd09a4 Remove deprecated code from audio device. by Mirko Bonadei · 6 years ago
  81. 5a6ae02 Reland "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Möller · 6 years ago
  82. 4664727 Revert "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Moller · 6 years ago
  83. 80b95de Trim down FileWrapper class to be merely a wrapper owning a FILE* by Niels Möller · 6 years ago
  84. 66a29b9 Introduce CopyToFileAudioCapturer. by Artem Titov · 6 years ago
  85. 977c820 Rename AttachCurrentThreadIfNeeded to avoid clash with function. by Mirko Bonadei · 6 years ago
  86. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  87. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  88. ff98f4b Fix stop logging errors for stereo mode when it is not used by Gustavo Garcia · 6 years ago
  89. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 6 years ago
  90. ebad177 Include event_wrapper.h only where used. by Niels Möller · 6 years ago
  91. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  92. 7dbb7c3 Adding missing build target for audio_device_default. by Mirko Bonadei · 6 years ago
  93. 140b1d9 Eliminate use of EventWrapper from android audio device tests by Niels Möller · 6 years ago
  94. b0550bd Eliminate use of EventWrapper from mac audio device by Niels Möller · 6 years ago
  95. 5bb1ed6 Eliminate use of EventWrapper from ios audio device tests by Niels Möller · 6 years ago
  96. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  97. 27f3172 Simplify use of events in TestAudioDevice by Niels Möller · 6 years ago
  98. 2c16cc6 Replace some usage of EventWrapper with rtc::Event. by Niels Möller · 6 years ago
  99. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  100. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago