1. b4977de Receive-side ready for multiple channels. by Alex Loiko · 6 years ago
  2. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  3. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 6 years ago
  4. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  5. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/audio/utility/audio_frame_operations_unittest.cc]
  6. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  7. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  8. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  9. 36b1a5f Add mute state field to AudioFrame and switch some callers to use it. Also make AudioFrame::data_ private and instead provide: by yujo · 7 years ago
  10. 67fdb80 Reland of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #1 id:1 of https://codereview.webrtc.org/2739143002/ ) by oprypin · 8 years ago
  11. e47c1d3 Revert of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #4 id:180001 of https://codereview.webrtc.org/2683033004/ ) by oprypin · 8 years ago
  12. aebe55c Enable cpplint and fix cpplint errors in webrtc/*audio by oprypin · 8 years ago
  13. 228c268 Support 4 channel mic in Windows Core Audio by jens.nielsen · 8 years ago
  14. 6321b49 Move functionality out from AudioFrame and into AudioFrameOperations. by aleloi · 8 years ago[Renamed (93%) from webrtc/modules/utility/source/audio_frame_operations_unittest.cc]
  15. af476c7 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  16. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  17. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  18. 1c2af8e Avoid clicks when muting/unmuting a voe::Channel. by solenberg · 8 years ago
  19. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  20. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago
  21. 21299d4 Remove the use of AudioFrame::energy_ from AudioProcessing and VoE. by andrew@webrtc.org · 10 years ago
  22. 8b06200 Include files from webrtc/.. paths in utility/. by pbos@webrtc.org · 11 years ago
  23. ae1a58b Replace AudioFrame's operator= with CopyFrom(). by andrew@webrtc.org · 12 years ago
  24. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/utility/source/audio_frame_operations_unittest.cc]
  25. 4ecea3e Downmix before resampling in capture and render paths. by andrew@webrtc.org · 12 years ago
  26. 459955f Move audio_frame_operations to the utility module. by andrew@webrtc.org · 12 years ago[Renamed from src/voice_engine/main/source/audio_frame_operations_unittest.cc]
  27. 63a5098 Rename AudioFrame members. by andrew@webrtc.org · 12 years ago
  28. 9c4f6a5 Add an AudioFrameOperations unittest. by andrew@webrtc.org · 12 years ago