1. 5f61282 Migrate modules/audio_device to webrtc::Mutex. by Markus Handell · 4 years ago
  2. f1393e2 Add UMA histogram for actual Android buffer size by Ivo Creusen · 4 years, 1 month ago
  3. bdb5830 Add UMA histogram for native audio buffer size in ms by Ivo Creusen · 4 years, 1 month ago
  4. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 6 months ago
  5. 9f9e20a Fix errorprone issues preventing Chromium Roll. by Mirko Bonadei · 4 years, 7 months ago
  6. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  7. 44dc241 Allows configuration of playout audio buffer by Alex Narest · 4 years, 10 months ago
  8. b168678 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" by Oleh Prypin · 5 years ago
  9. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  10. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  11. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 5 years ago
  12. 185e802 Prefix AUDIO_DEVICE_INCLUDE_ANDROID_AAUDIO with WEBRTC_. by Mirko Bonadei · 5 years ago
  13. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 5 years ago
  14. 2fd09a4 Remove deprecated code from audio device. by Mirko Bonadei · 5 years ago
  15. 977c820 Rename AttachCurrentThreadIfNeeded to avoid clash with function. by Mirko Bonadei · 5 years ago
  16. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 5 years ago
  17. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 6 years ago
  18. 140b1d9 Eliminate use of EventWrapper from android audio device tests by Niels Möller · 6 years ago
  19. 6c966ea Remove @SuppressLint(NewApi) and guard @TargetApi methods by Paulina Hensman · 6 years ago
  20. 36b3179 Removes flaky thread checker in AudioDeviceBuffer. by henrika · 6 years ago
  21. 3d50a31 Remove redundant initializers from WebRTC Java code. by Sami Kalliomäki · 6 years ago
  22. cfbd26d Relands Adds WebRTC.Audio.Record/PlayoutSampleRateOffsetInPercent UMA stats to native WebRTC by henrika · 6 years ago
  23. e2924d5 Revert "Adds WebRTC.Audio.Record/PlayoutSampleRateOffsetInPercent UMA stats to native WebRTC." by Patrik Höglund · 6 years ago
  24. f217903 Adds WebRTC.Audio.Record/PlayoutSampleRateOffsetInPercent UMA stats to native WebRTC. by henrika · 6 years ago
  25. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  26. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  27. 29e865a Adds stereo support to FineAudioBuffer for mobile platforms. by henrika · 6 years ago
  28. 3d19009 Temporary suppress bytebuffer warnings. by Artem Titov · 6 years ago
  29. 8d7393b FineAudioBuffer now uses 16-bit audio samples to match the AudioDeviceBuffer. by henrika · 6 years ago
  30. dc52651 Annotate rest of WebRTC with @Nullable. by Sami Kalliomäki · 6 years ago
  31. 278d03a Force alignment of JVM called functions. by Yura Yaroshevich · 6 years ago
  32. 883d00f Add support of AAudio in native WebRTC on Android O and above by henrika · 6 years ago
  33. 82d0817 Add callback when new audio data is ready by Alex Leung · 6 years ago
  34. cb87efd Avoids issues with start of audio when audio was not initialized on Android by henrika · 6 years ago
  35. fdc3863 Fixes java.lang.NullPointerException in combination with call to onWebRtcAudioTrackInitError() by henrika · 6 years ago
  36. 53e048d Adds usage of RTC_LOG macros in code for Android by henrika · 6 years ago
  37. 1a50cd5 Remove unused members from AudioDeviceBuffer by Fredrik Solenberg · 6 years ago
  38. c77b528 Adds usage of RTC_LOG macros in JNI audio code on Android. by henrika · 6 years ago
  39. f641687 Forward fixing WebRTC to compile with Android NDK r16. by Mirko Bonadei · 6 years ago
  40. 085bb64 Adds WebRTC.Audio.XXXRecordingDurationMs UMA stat on Android. by henrika · 6 years ago
  41. 3b116ad Check keepAlive before calling nativeDataIsRecording (reland) by henrika · 6 years ago
  42. 9185bde Android: Remove GetThreadInfo() by Magnus Jedvert · 7 years ago
  43. 9e17217 Revert "Now uses AudioRecord.Builder on Android again." by Alex Glaznev · 7 years ago
  44. a5b34df Adds log to track when audio recording is released on Android. by henrika · 7 years ago
  45. e7a5567 Now uses AudioRecord.Builder on Android again. by henrika · 7 years ago
  46. e26456a Removes usage of AGC APIs in the ADM. by henrika · 7 years ago
  47. 6c255cf Clears direct_buffer_address_ when init recording fails on Android. by henrika · 7 years ago
  48. 1b7f988 Roll Chromium + Fix Android lint suppressions by Edward Lemur · 7 years ago
  49. 2db1778 Adds extended audio state logs to Android audio. by henrika · 7 years ago
  50. f68d15c Removes check of RECORD_AUDIO in native audio layer on Android. by henrika · 7 years ago
  51. 0ce0988 Expose audio record source setting in WebRtcAudioRecord. by henrika · 7 years ago
  52. 32026c3 Removes Set/GetLoudspeakerStatus APIs from the ADM. by henrika · 7 years ago
  53. 1a0e896 Restores state of WebRtcAudioRecord to 2017-05-26 by henrika · 7 years ago
  54. c97cf03 Removes unused sample-rate APIs from the ADM. by henrika · 7 years ago
  55. 34029e2 Removes usage of AudioRecord.Builder on Android by henrika · 7 years ago
  56. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  57. 72c4250 Formatting some files with LOG macros usage. by Mirko Bonadei · 7 years ago
  58. 12251b6 Adding @SuppressWarnings(NoSynchronizedMethodCheck). by Mirko Bonadei · 7 years ago
  59. ae3981a Removes experimental sleep in ADM initialization for Android by henrika · 7 years ago
  60. bde473e Fix/suppress new warnings introduced in Chromium roll. by Sami Kalliomäki · 7 years ago
  61. b0576ec Reland of Improves native Android audio implementations by henrika · 7 years ago
  62. 0af34ad The onWebRtcAudioTrackStartError is changed in this CL which breaks the internal projects. by Zhi Huang · 7 years ago
  63. 92b1ffd Improves native Android audio implementations. by henrika · 7 years ago
  64. 36636a2 Removes StaticAccessedFromInstance warning in Android audio track. by henrika · 7 years ago
  65. 6592f2c Removes more unused ADM APIs: by henrika · 7 years ago
  66. 602dc43 Fix some lint warnings on Android. by Sami Kalliomäki · 7 years ago
  67. 3def74b Disables AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex on Android by henrika · 7 years ago
  68. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  69. d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  70. 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 7 years ago
  71. c3d0da0 Avoids crash in AudioTrack when audio starts in background mode by henrika · 7 years ago
  72. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  73. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago