aboutsummaryrefslogtreecommitdiff
path: root/webrtc/common_audio/resampler/sinc_resampler.h
AgeCommit message (Expand)Author
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-06-11Prepare to convert various types to size_t.Peter Kasting
2015-05-20Clear ARM NEON flagAndrew MacDonald
2015-03-05Enabling common_audio building with NEON on ARM64andrew@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-02-27Clean up CPU detection defines in SincResampler a little.andrew@webrtc.org
2014-02-26Use scoped_ptr<T[]> in SincResampler to avoid .get()[] weirdness.andrew@webrtc.org
2014-02-20Add an AlignedFreeDeleter and remove scoped_ptr_malloc.andrew@webrtc.org
2013-07-25Downstream latest Chromium SincResampler changes.andrew@webrtc.org
2013-05-08Update SincResampler with the latest Chromium code.andrew@webrtc.org
2013-04-26Add a push-based wrapper around SincResampler.andrew@webrtc.org
2013-02-15Modify SincResampler to build in webrtc.andrew@webrtc.org
2013-02-13Import SincResampler from Chromium.andrew@webrtc.org