1. a0ad248 Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 10 years ago
  2. 9edfcab Miscellaneous changes split from https://codereview.webrtc.org/1230503003 . by pkasting · 10 years ago
  3. 20d4fde Reformat existing code. There should be no functional effects. by Peter Kasting · 10 years ago
  4. e0cc456 Prepare to convert various types to size_t. by Peter Kasting · 10 years ago
  5. ab16802 Clear ARM NEON flag by Andrew MacDonald · 10 years ago
  6. ddde4b2 Remove non-functional asynchronous resampling mode. by Andrew MacDonald · 10 years ago
  7. b787c8f Document the 'int' return value of Resampler methods. by wtc@chromium.org · 10 years ago
  8. db63cd8 Enabling common_audio building with NEON on ARM64 by andrew@webrtc.org · 10 years ago
  9. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  10. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  11. c52dfbe WebRtc_GetCPUFeaturesARM is only available on android by andrew@webrtc.org · 10 years ago
  12. 4315704 C++ readability review for ajm. by andrew@webrtc.org · 10 years ago
  13. 9a606e7 Remove COMPILE_ASSERT and use static_assert everywhere by kwiberg@webrtc.org · 10 years ago
  14. df8fe7a Unify the two copies of compile_assert.h by kwiberg@webrtc.org · 10 years ago
  15. bce1329 Refactor audio conversion functions. by andrew@webrtc.org · 10 years ago
  16. 1f53a8f Fix MSVC warnings about value truncations, webrtc/common_audio/ edition. by bjornv@webrtc.org · 11 years ago
  17. 0e2b7ec Remove Android.mk build files. by pbos@webrtc.org · 11 years ago
  18. 774b3d3 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 11 years ago
  19. 0a9ed7c Revert 6202 "Switch to using base/constructormagic.h and remove ..." by mcasas@webrtc.org · 11 years ago
  20. 28b7c07 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 11 years ago
  21. 151f6f2 Added include of assert.h for files calling assert but missing the include. by henrike@webrtc.org · 11 years ago
  22. ba47616 Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 11 years ago
  23. 708ff4d Resampler modifications in preparation for arbitrary audioproc rates. by andrew@webrtc.org · 11 years ago
  24. 6a5ccc5 Add a float interface to PushSincResampler. by andrew@webrtc.org · 11 years ago
  25. e9d42e6 Clean up CPU detection defines in SincResampler a little. by andrew@webrtc.org · 11 years ago
  26. b7306ea Use scoped_ptr<T[]> in SincResampler to avoid .get()[] weirdness. by andrew@webrtc.org · 11 years ago
  27. 1d2f5dc Add an AlignedFreeDeleter and remove scoped_ptr_malloc. by andrew@webrtc.org · 11 years ago
  28. 3528ad9 Minor improvement in RoundToInt16 implementation. by turaj@webrtc.org · 11 years ago
  29. 221798a Upgrade scoped_ptr to Chromium's latest version. by andrew@webrtc.org · 11 years ago
  30. a4bbaa6 Allocate float_buffer_ in the initializer list. by andrew@webrtc.org · 12 years ago
  31. 11a8868 Reduce cost of PushSincResampler::Resample(). by andrew@webrtc.org · 12 years ago
  32. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 12 years ago
  33. 478d711 Add some virtual and OVERRIDEs in webrtc/common_audio/ by pbos@webrtc.org · 12 years ago
  34. 05f2131 Downstream latest Chromium SincResampler changes. by andrew@webrtc.org · 12 years ago
  35. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 12 years ago
  36. 92bfbbd Replace the old resampler with SincResampler in the voice engine signal path. by andrew@webrtc.org · 12 years ago
  37. f24ac59 Include files from webrtc/.. paths in common_audio/ by pbos@webrtc.org · 12 years ago
  38. 5dea86a Update SincResampler with the latest Chromium code. by andrew@webrtc.org · 12 years ago
  39. 166153e Consolidate common_audio into a single target. by andrew@webrtc.org · 12 years ago
  40. b6fadb1 Add a wrapper around PushSincResampler and the old Resampler. by andrew@webrtc.org · 12 years ago
  41. dea537b Add a push-based wrapper around SincResampler. by andrew@webrtc.org · 12 years ago
  42. c49ec13 WebRtc_Word32 -> int32_t in common_audio/ by pbos@webrtc.org · 12 years ago
  43. 4e91d4a Modify SincResampler to build in webrtc. by andrew@webrtc.org · 12 years ago
  44. 13e46dc Import SincResampler from Chromium. by andrew@webrtc.org · 12 years ago
  45. 9669d71 Remove '<(library)' in gyp files. by wjia@webrtc.org · 12 years ago
  46. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago