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