1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_audio/signal_processing/splitting_filter.c]
  3. 16005b7 Remove potential left shift of negative value in WebRtcSpl_AnalysisQMF by Alex Loiko · 7 years ago
  4. eaaae9e base->rtc_base: Update .c, .mm and .java files. by ehmaldonado · 7 years ago
  5. 1e8ed4a Replace calls to assert() with RTC_DCHECK_*() in .c code by kwiberg · 8 years ago
  6. 96bbdd5 WebRtcSpl_SynthesisQMF: Fix UBSan fuzzer bug (left shift of negative value) by kwiberg · 8 years ago
  7. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago
  8. 79b9eba Implement 3 band splitting filter bank by upsampling and splitting twice into 2 bands by aluebs@webrtc.org · 10 years ago
  9. f567095 common_audio: Removed macro WEBRTC_SPL_RSHIFT_W32 by bjornv@webrtc.org · 10 years ago
  10. 3cbd6c2 Fix MSVC warnings about value truncations, webrtc/common_audio/ edition. by bjornv@webrtc.org · 10 years ago
  11. 8434dbe common_audio/signal_processing: Remove macro WEBRTC_SPL_SUB_SAT_W32 by bjornv@webrtc.org · 10 years ago
  12. 60730cf Remove the requirement to call set_sample_rate_hz and friends. by andrew@webrtc.org · 11 years ago
  13. aa30bb7 Include files from webrtc/.. paths in common_audio/ by pbos@webrtc.org · 11 years ago
  14. 8e3b594 Remove const for plain data types in common_audio/ by pbos@webrtc.org · 11 years ago
  15. b091307 WebRtc_Word32 -> int32_t in common_audio/ by pbos@webrtc.org · 11 years ago
  16. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/common_audio/signal_processing/splitting_filter.c]
  17. 0403ef4 Restructuring and adding unit test targets on project level instead of in common_audio. by kjellander@webrtc.org · 13 years ago[Renamed from src/common_audio/signal_processing_library/main/source/splitting_filter.c]
  18. 961885a In spl, introduced function WebRtcSpl_Sat32To16(), and changed file resample_by_2.c, both for optimization in ARMv7. by kma@google.com · 13 years ago
  19. 470e71d by niklase@google.com · 13 years ago