1. 5dca3f1 Add floating point support for writing and reading wav files by Per Åhgren · 4 years, 6 months ago
  2. 7ba3b81 Delete class PlatformFile. by Niels Möller · 5 years ago
  3. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  4. 767efab Delete method ReadableWav::Eof, which was used incorrectly. by Niels Möller · 5 years ago
  5. 19a1d50 Refactor WavWriter to use FileWrapper rather than PlatformFile by Niels Möller · 5 years ago
  6. 54374a0 Delete unused C functions wrapping the WavWriter class by Niels Möller · 5 years ago
  7. 153056b Add ability to play audio in circle for TestAudioDevice wav file capturer by Artem Titov · 5 years ago
  8. a33c7af Tolerate optional chunks in WAV files by Alessio Bazzica · 6 years ago
  9. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  10. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  11. 91df091 Enabling clang::find_bad_constructs for common_audio. by Mirko Bonadei · 6 years ago
  12. 4e952a3 Remove unused WavFile::FormatAsString method. by Jonas Olsson · 6 years ago
  13. e62f600 Extend WavReader and WavWriter API. by Artem Titov · 6 years ago
  14. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  15. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  16. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_audio/wav_file.cc]
  17. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  18. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  19. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  20. 922246a Replace NULL with nullptr or null in webrtc/audio/ and common_audio/. by deadbeef · 7 years ago
  21. af476c7 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  22. d44c077 Revert of Safe numeric library: base/numerics (copied from Chromium) (patchset #11 id:250001 of https://codereview.webrtc.org/1753293002/ ) by Tommi · 8 years ago
  23. de1c81b Safe numeric library added: base/numerics (copied from Chromium) by hbos · 8 years ago
  24. d1f718b Changes in the wav_file implementation in order to by peah · 8 years ago
  25. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  26. 25702cb Misc. small cleanups. by pkasting · 9 years ago
  27. b0ad43b Add aecdump support to audioproc_f by aluebs · 9 years ago
  28. b7a5c16 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  29. 86b4050 Reland of Add aecdump support to audioproc_f. (patchset #2 id:250001 of https://codereview.webrtc.org/1423693008/ ) by kjellander · 9 years ago
  30. d279941 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  31. bdafe31 Add aecdump support to audioproc_f. by andrew · 9 years ago
  32. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  33. 86c6d33 Allow more than 2 input channels in AudioProcessing. by Michael Graczyk · 9 years ago
  34. 64e753c Revert of Allow more than 2 input channels in AudioProcessing. (patchset #13 id:240001 of https://codereview.webrtc.org/1226093007/) by magjed · 9 years ago
  35. c204754 Allow more than 2 input channels in AudioProcessing. by Michael Graczyk · 9 years ago
  36. 5a92b78 Add beamforming to audioproc_float utility. by mgraczyk@chromium.org · 10 years ago
  37. 0ab42bc Make safe_conversions suitable for rtc_base_approved. by andrew@webrtc.org · 10 years ago
  38. 2510d11 Add (safe) uint32_t cast to fix Win64 build. by andrew@webrtc.org · 10 years ago
  39. 048c502 Handle all permissible PCM fields with WavReader. by andrew@webrtc.org · 10 years ago
  40. f866b2d Restore the void return type on WriteWavHeader. by andrew@webrtc.org · 10 years ago
  41. a3ed713 Add a WavReader counterpart to WavWriter. by andrew@webrtc.org · 10 years ago