1. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 8 months ago
  2. 190244b Remove all #include <assert.h>/<cassert> and usage in Obj-C code. by Mirko Bonadei · 4 years ago
  3. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 4 years ago
  4. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 7 years ago
  5. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  6. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  7. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  8. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/acm2/acm_resampler.cc]
  9. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  10. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  11. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  12. 368f5cf Replace use of system_wrappers/include/logging.h by base/logging.h. by nisse · 8 years ago
  13. 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
  14. 25702cb Misc. small cleanups. by pkasting · 10 years ago
  15. 82ccfcf Remove unused and rarely used LOG_ macros. by solenberg · 10 years ago
  16. 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago[Renamed (96%) from webrtc/modules/audio_coding/main/acm2/acm_resampler.cc]
  17. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
  18. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 10 years ago
  19. f2aafe4 Added include of assert.h for files calling assert but missing the include. by henrike@webrtc.org · 11 years ago
  20. 439a4c4 Add an output capacity parameter to ACMResampler::Resample10Msec() by henrik.lundin@webrtc.org · 11 years ago
  21. 40ee3d0 Consolidate audio conversion from Channel and TransmitMixer. by andrew@webrtc.org · 11 years ago
  22. 6d5d248 Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not use components of others by accident. by turaj@webrtc.org · 12 years ago
  23. 48af652 Prepare to compile ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
  24. 7959e16 ACM2 integration with NetEq 4. by turaj@webrtc.org · 12 years ago