1. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  2. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  3. 7ce3091 IWYU: Include <string.h> for memcpy(3) after bbf21a3fd. by Raphael Kubo da Costa · 7 years ago
  4. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  5. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  6. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  7. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/audio/utility/audio_frame_operations.cc]
  8. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  9. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  10. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  11. 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
  12. 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
  13. 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
  14. aebe55c Enable cpplint and fix cpplint errors in webrtc/*audio by oprypin · 8 years ago
  15. 228c268 Support 4 channel mic in Windows Core Audio by jens.nielsen · 8 years ago
  16. 6321b49 Move functionality out from AudioFrame and into AudioFrameOperations. by aleloi · 8 years ago[Renamed (64%) from webrtc/modules/utility/source/audio_frame_operations.cc]
  17. 0d343fa Remove unused stuff from AudioFrame: by solenberg · 9 years ago
  18. 1c2af8e Avoid clicks when muting/unmuting a voe::Channel. by solenberg · 9 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. d900e8b Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  24. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/utility/source/audio_frame_operations.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.cc]
  27. 294be77 Permit mixing mono and stereo streams. by andrew@webrtc.org · 12 years ago
  28. 63a5098 Rename AudioFrame members. by andrew@webrtc.org · 12 years ago
  29. 9c4f6a5 Add an AudioFrameOperations unittest. by andrew@webrtc.org · 12 years ago
  30. 1c7bfe0 Fail silently when swapping mono. by andrew@webrtc.org · 12 years ago
  31. 02d7174 Add API to swap stereo channels. by andrew@webrtc.org · 12 years ago
  32. 470e71d by niklase@google.com · 13 years ago