1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 825aad1 Delete almost all includes of platform_file.h by Niels Möller · 5 years ago
  3. 19a1d50 Refactor WavWriter to use FileWrapper rather than PlatformFile by Niels Möller · 5 years ago
  4. 54374a0 Delete unused C functions wrapping the WavWriter class by Niels Möller · 5 years ago
  5. 153056b Add ability to play audio in circle for TestAudioDevice wav file capturer by Artem Titov · 5 years ago
  6. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  7. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  8. d5ef6ff Disable WavWriterTest flaky tests on Mac. by Alessio Bazzica · 6 years ago
  9. e62f600 Extend WavReader and WavWriter API. by Artem Titov · 6 years ago
  10. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  11. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_audio/wav_file_unittest.cc]
  12. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  13. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  14. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  15. 25702cb Misc. small cleanups. by pkasting · 9 years ago
  16. 2ebfac5 Remove COMPILE_ASSERT and use static_assert everywhere by kwiberg@webrtc.org · 10 years ago
  17. 048c502 Handle all permissible PCM fields with WavReader. by andrew@webrtc.org · 10 years ago
  18. a3ed713 Add a WavReader counterpart to WavWriter. by andrew@webrtc.org · 10 years ago[Renamed (82%) from webrtc/common_audio/wav_writer_unittest.cc]
  19. 584cd8d Fix WEBRTC_AEC_DEBUG_DUMP (broken by int16->float conversion) by kwiberg@webrtc.org · 10 years ago
  20. 877083c New utility class for easy debug dumping to WAV files by kwiberg@webrtc.org · 10 years ago