1. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 6 months ago
  2. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 7 months ago
  3. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  4. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 4 years, 9 months ago
  5. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 10 months ago
  6. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 4 years, 10 months ago
  7. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  8. 8f319a3 Reland "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" by Alessio Bazzica · 5 years ago
  9. fab3460 Revert "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" by Alessio Bazzica · 5 years ago
  10. 9973933 Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker." by Chen Xing · 5 years ago
  11. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  12. 24192c2 Revert "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker." by Ivo Creusen · 5 years ago
  13. d0679bd Enables usage of ChannelMixer in WebRTC's output mixer. by henrika · 5 years ago
  14. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  15. d2c336f [getStats] Implement "media-source" audio levels, fixing Chrome bug. by Henrik Boström · 5 years ago
  16. 3e8ef94 Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker. by Chen Xing · 5 years ago
  17. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  18. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 5 years ago
  19. b4977de Receive-side ready for multiple channels. by Alex Loiko · 6 years ago
  20. 649a4c2 [clang-tidy] Apply performance-inefficient-vector-operation fixes. by Mirko Bonadei · 6 years ago
  21. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  22. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  23. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  24. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  25. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  26. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  27. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  28. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  29. 3e4c77f Fix AGC2 fixed-adaptive gain controllers order. by Alessio Bazzica · 6 years ago
  30. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  31. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  32. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  33. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  34. ef8a3eb Include NTP value in playout path. by Niklas Enbom · 6 years ago
  35. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  36. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  37. 97c65b7 Make modules/audio_mixer:audio_mixer_impl publicly visible. by Mirko Bonadei · 6 years ago
  38. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  39. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  40. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  41. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  42. 03ad9b8 Fine-grained limiter metrics. by Alex Loiko · 6 years ago
  43. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  44. deee55b Calculate all audio samples in AudioMixerCalculateEnergy. by Piasy Xu · 6 years ago
  45. 8396e34 Remove APM limiter in Audio Mixer. by Alex Loiko · 6 years ago
  46. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  47. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 6 years ago
  48. 9d2788f Make possible to activate adaptive AGC2 in the APM. by Alex Loiko · 6 years ago
  49. 2bac896 Adaptive Digital gain control structure. by Alex Loiko · 6 years ago
  50. b9a02e5 Change place of UMA logging in AudioMixer. by Alex Loiko · 6 years ago
  51. 6f2fcb4 Add more Audio Mixer and Fixed Gain Controller metrics. by Alex Loiko · 6 years ago
  52. e88b04f Making MockMixerAudioSource default to NiceMock. by Sebastian Jansson · 6 years ago
  53. 99a2c5d New test binary for the AudioMixer. by Alex Loiko · 6 years ago
  54. 507e8d1 Reland of "Choose between APM-AGC-Limiter and Apm-AGC2-fixed-gain_controller." by Alex Loiko · 6 years ago
  55. 72eeaa3 Revert "Choose between APM-AGC-Limiter and Apm-AGC2-fixed-gain_controller." by Zhi Huang · 6 years ago
  56. bd7b461 Choose between APM-AGC-Limiter and Apm-AGC2-fixed-gain_controller. by Alex Loiko · 6 years ago
  57. 2ae140a BUILD.gn file for api/audio. by Gustaf Ullberg · 7 years ago
  58. 6856156 Introduce TaskQueueForTest. by Tommi · 7 years ago
  59. e48c61f Delete unused MediaFile module. by Niels Möller · 7 years ago
  60. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  61. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  62. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  63. 6e55c38 Remove an unnecessary non-const-iterator function. by Alex Loiko · 7 years ago
  64. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  65. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  66. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  67. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  68. 03d6f2f Stop using public_deps in modules/audio_mixer. by Mirko Bonadei · 7 years ago
  69. 5e849cf Stop using public_deps in audio/utility. by Mirko Bonadei · 7 years ago
  70. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  71. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  72. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  73. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  74. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  75. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  76. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  77. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  78. c7b4a45 Remove various IDs: by solenberg · 7 years ago
  79. e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 7 years ago
  80. 2d0f775 Remove various IDs: by solenberg · 7 years ago
  81. 2397b9a Remove voe::OutputMixer and AudioConferenceMixer. by solenberg · 7 years ago
  82. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  83. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  84. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago