1. 269a3d4 Mix audio from all sources. by Jakob Ivarsson · 1 year, 9 months ago
  2. 683f316 Add slightly more constness to SourceFrame and the embedded AudioFrame by Tommi · 1 year, 11 months ago
  3. 79ea89e Add histogram for audio mixer maximum source count. by Fredrik Hernqvist · 1 year, 11 months ago
  4. 2d0ba28 Audio stack traces by Olga Sharonova · 2 years, 6 months ago
  5. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  6. dbf13e3 AudioMixer: make the number of sources to mix configurable. by Doudou Kisabaka · 3 years, 10 months ago
  7. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 11 months ago
  8. 0607c96 Move dynamic memory allocations of webrtc::AudioMixerImpl from RT thead by Olga Sharonova · 4 years, 5 months ago
  9. 0df0fae Migrate modules/audio_coding, audio_mixer/ and audio_processing/ to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  10. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  11. b4977de Receive-side ready for multiple channels. by Alex Loiko · 6 years ago
  12. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  13. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  14. 8396e34 Remove APM limiter in Audio Mixer. by Alex Loiko · 7 years ago
  15. 99a2c5d New test binary for the AudioMixer. by Alex Loiko · 7 years ago
  16. 507e8d1 Reland of "Choose between APM-AGC-Limiter and Apm-AGC2-fixed-gain_controller." by Alex Loiko · 7 years ago
  17. 72eeaa3 Revert "Choose between APM-AGC-Limiter and Apm-AGC2-fixed-gain_controller." by Zhi Huang · 7 years ago
  18. bd7b461 Choose between APM-AGC-Limiter and Apm-AGC2-fixed-gain_controller. by Alex Loiko · 7 years ago
  19. 6e55c38 Remove an unnecessary non-const-iterator function. by Alex Loiko · 7 years ago
  20. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  21. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  22. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  23. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  24. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  25. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  26. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  27. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_mixer/audio_mixer_impl.cc]
  28. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  29. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  30. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  31. 1066b13 Remove deprecated AudioMixerImpl creation method. by Alex Loiko · 8 years ago
  32. 2c9306e Send data from mixer to APM limiter more often. by aleloi · 8 years ago
  33. 087613c Rename AudioMixer factory method. by aleloi · 8 years ago
  34. 24899e5 Optionally disable APM limiter in AudioMixer. by aleloi · 8 years ago
  35. 623427c Injectable output rate calculater for AudioMixer. by aleloi · 8 years ago
  36. 6321b49 Move functionality out from AudioFrame and into AudioFrameOperations. by aleloi · 8 years ago
  37. 76b3049 Changed the interface AudioMixer::RemoveSource to have a void return type. by aleloi · 8 years ago
  38. 9561183 Changed mixing to be done at the minimal possible frequency. by aleloi · 8 years ago
  39. 1655e45 Elimiteted race condition in the AudioMixer. by aleloi · 8 years ago
  40. 6c27849 Move audio frame memory handling inside AudioMixer. by aleloi · 8 years ago
  41. 920d30b Replaced thread checker with race checker in AudioMixer. by aleloi · 8 years ago
  42. 116ec6d Implemented further mixer interface change suggestions from https://codereview.webrtc.org/2386383003/ by aleloi · 8 years ago
  43. e97974d Cleanup of the mixer interface. by aleloi · 8 years ago
  44. 4b8bfb8 Changed ramping functionality of the AudioMixer. by aleloi · 8 years ago
  45. e891415 Moved MixerAudioSource and removed audio_mixer_defines.h. by aleloi · 8 years ago
  46. 3654251 Reland of https://codereview.webrtc.org/2396483002/ by aleloi · 8 years ago
  47. a485dab Revert of Made MixerAudioSource a pure interface. (patchset #7 id:350001 of https://codereview.webrtc.org/2396483002/ ) by aleloi · 8 years ago
  48. 2ae5fdf Made MixerAudioSource a pure interface. by aleloi · 8 years ago
  49. dc7669a This removes forward declarations, changes include order, changes integers to plain 'int', and changes static methods to non-members. by aleloi · 8 years ago
  50. a4c2106 This CL contains the following small changes: by aleloi · 9 years ago
  51. 652ac89 Simplifications of the mixing algorithm. by aleloi · 9 years ago
  52. 311525e Several lock acquisitions and one of the two lock members are removed. ENSURE_LOCKS_REQUIRED and CalledOnValidThread annotations are added. by aleloi · 9 years ago
  53. 5d167d6 Removals and renamings in the new audio mixer. by aleloi · 9 years ago[Renamed (90%) from webrtc/modules/audio_mixer/new_audio_conference_mixer_impl.cc]
  54. 30be5d7 Updated mixer unittests and fixed a related bug in the new mixer. by aleloi · 9 years ago
  55. 616df1e Added a level indicator to new mixer. by aleloi · 9 years ago
  56. 70f866c Added new mixer to |check_targets| in .gn and fixed include/depend errors. by aleloi · 9 years ago
  57. 2ab1da7 Revert of Added new mixer to |check_targets| in .gn and fixed include/depend errors. (patchset #1 id:1 of https://codereview.webrtc.org/2234293002/ ) by olka · 9 years ago
  58. d700bef Added new mixer to |check_targets| in .gn and fixed include/depend errors. by aleloi · 9 years ago
  59. 5bcc00e Changed folder structure in new mixer and fixed simple lint errors. by aleloi · 9 years ago[Renamed (98%) from webrtc/modules/audio_mixer/source/new_audio_conference_mixer_impl.cc]
  60. 6382a19 Renamed old-style variables. by aleloi · 9 years ago
  61. 4496809 Changed mixing api and moved resampler. by aleloi · 9 years ago
  62. f388257 Rewrote UpdateToMix in the audio mixer. by aleloi · 9 years ago
  63. ea4c141 Revert of Rewrote UpdateToMix in the audio mixer. (patchset #5 id:120001 of https://codereview.webrtc.org/2132563002/ ) by terelius · 9 years ago
  64. 2942e24 Rewrote UpdateToMix in the audio mixer. by aleloi · 9 years ago
  65. a0db81f Removed the memory pool from the mixer. by aleloi · 9 years ago
  66. 8b2233f Removed Module inheritance and unused methods and members TimeScheduler, Process() and TimeToNextProcess() from mixer. by aleloi · 9 years ago
  67. 09f4510 Removed callback in old AudioConferenceMixer. by aleloi · 9 years ago
  68. 77ad394 A simple copy of the old audio mixer to a new directory. by aleloi · 9 years ago