1. 82c2971 Adopt absl::string_view in modules/audio_device/ by Ali Tofigh · 2 years, 8 months ago
  2. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 10 months ago
  3. c7b6902 Update modules/ to not use implicit conversion from scoped_refptr<T> to T*. by Niels Möller · 3 years ago
  4. 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years, 2 months ago
  5. a3361ff Update audio code to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 3 months ago
  6. ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 3 years, 4 months ago
  7. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  8. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 5 months ago
  9. 0347a08 Fix _hRecThread,_hPlayThread RTC_DCHECK reverse bug. by chengqian · 3 years, 8 months ago
  10. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 8 months ago
  11. 0146a34 Use backticks not vertical bars to denote variables in comments for /modules/audio_device by Artem Titov · 3 years, 8 months ago
  12. 190244b Remove all #include <assert.h>/<cassert> and usage in Obj-C code. by Mirko Bonadei · 3 years, 9 months ago
  13. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 9 months ago
  14. ad5037b Reland "Refactor the PlatformThread API." by Markus Handell · 4 years ago
  15. 793bac5 Revert "Refactor the PlatformThread API." by Guido Urdaneta · 4 years ago
  16. c89fdd7 Refactor the PlatformThread API. by Markus Handell · 4 years ago
  17. 410d70d Fixes minor issue in CreateDeviceInternal (ADM2 on Windows) by henrika · 4 years ago
  18. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 4 years ago
  19. 97c4458 PlatformThread: add support for detached threads. by Markus Handell · 4 years ago
  20. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
  21. 426b6e4 changed src\modules\audio_device\win\audio_device_core_win.cc , and it is working by Berthold Herrmann · 4 years, 2 months ago
  22. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
  23. 1a29a5d Delete rtc::Bind by Niels Möller · 4 years, 2 months ago
  24. 3b68aa3 Move some RTC_LOG to RTC_DLOG. by Mirko Bonadei · 4 years, 2 months ago
  25. 0bb354c Add and refactor functionality into rtc_base/win by Austin Orion · 4 years, 5 months ago
  26. 7c85d39 Delete unneeded includes of system_wrappers/include/sleep.h by Niels Möller · 4 years, 5 months ago
  27. 6a9a910 AudioDeviceWindowsCore: fix mutex recursion. by Markus Handell · 4 years, 8 months ago
  28. 5f61282 Migrate modules/audio_device to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  29. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 5 years ago
  30. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  31. eb8c4ca Remove unnecessary checks from AudioDeviceWindowsCore::CoreAudioIsSupported by Anders Klemets · 5 years ago
  32. af070d0 Improves device enumeration in ADM2 for Windows. by henrika · 5 years ago
  33. efbda8d Don't perform DataCallback if the input object has been stopped. by Tim Haloun · 5 years ago
  34. bb55e0b Clarifies identification of default communication device in ADM2 by henrika · 5 years ago
  35. 83b2862 Protect against NumberOfEnumeratedDevices and Get[In|Out]putDeviceNames returning inconsistent results. by Tim Haloun · 5 years ago
  36. 351173c Tests that all available audio devices can be selected and used by the ADM. by henrika · 5 years ago
  37. ef6fe0c Use GetDefaultAudioEndpoint for the default communications device as well as the vanilla default device by Tim Haloun · 5 years ago
  38. 86b33e0 Don't ask for the friendly name of a default device if we failed to enumerate it. by Tim Haloun · 5 years ago
  39. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  40. f69bd5f Delete AudioDeviceWindowsCore::WideToUTF8, replaced with rtc::ToUtf8 by Niels Möller · 6 years ago
  41. fd643a4 Build core audio for older windows versions by Paul Roberts · 6 years ago
  42. 432fe68 [Cleanup] Remove write-only member _sndCardRecDelay. by Yves Gerey · 6 years ago
  43. 6704df9 Minor threading-model fix for ADM2 on Windows by henrika · 6 years ago
  44. d8c6ec4 Adds support for disabling autostart in ADM2 for Windows by henrika · 6 years ago
  45. d404946 Minor modifications for ADM2 on Windows. by henrika · 6 years ago
  46. 198cf00 Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Möller · 6 years ago
  47. fb8c856 Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Moller · 6 years ago
  48. e779847 Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN by Niels Möller · 6 years ago
  49. 5154c5b Remove atlbase dependency and lowercase Windows header includes. by Noah Richards · 6 years ago
  50. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  51. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 6 years ago
  52. 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 6 years ago
  53. 5632578 Mark MediaBufferImpl as final. by Noah Richards · 6 years ago
  54. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  55. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  56. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  57. 4f340fa Compile audio_device without -Wno-global-constructors. by Mirko Bonadei · 7 years ago
  58. c7d9358 Adds multi-channel support to new ADM2 on Windows. by henrika · 7 years ago
  59. 36b3179 Removes flaky thread checker in AudioDeviceBuffer. by henrika · 7 years ago
  60. 5b6afc0 Adds stream-switch support in new Windows ADM. by henrika · 7 years ago
  61. 574e69a Removing -Wno-reorder from audio_device. by Mirko Bonadei · 7 years ago
  62. 5a61967 Removing -Wno-microsoft-extra-qualification. by Mirko Bonadei · 7 years ago
  63. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  64. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  65. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  66. ec9c745 Adds support for new Windows ADM with limited API support. by henrika · 7 years ago
  67. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 7 years ago
  68. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 7 years ago
  69. 9ab6eb7 Minor namespace change for CoreAudioUtility by henrika · 7 years ago
  70. 7e6fcea Ports CoreAudioUtil from Chrome to WebRTC. by henrika · 7 years ago
  71. 52cab50 Fixes thread-safety-analysis warnings for Windows ADM. by henrika · 7 years ago
  72. 7eca805 Removing -Wno-unused-private-field. by Mirko Bonadei · 7 years ago
  73. 03b4148 Removing warning suppression -Wno-missing-braces. by Mirko Bonadei · 7 years ago
  74. 7149136 Lowercase windows includes in win audio device. by Noah Richards · 7 years ago
  75. 2c599d6 Allow native aec to be used in peerconnection_client if available on windows. by Tommi · 7 years ago
  76. 1a50cd5 Remove unused members from AudioDeviceBuffer by Fredrik Solenberg · 7 years ago
  77. e26456a Removes usage of AGC APIs in the ADM. by henrika · 7 years ago
  78. dc1e3e8 Fix excessive audio device logging on Windows by lliuu · 7 years ago
  79. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  80. 72c4250 Formatting some files with LOG macros usage. by Mirko Bonadei · 7 years ago
  81. 6592f2c Removes more unused ADM APIs: by henrika · 7 years ago
  82. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  83. d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 8 years ago
  84. 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 8 years ago
  85. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  86. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago