summaryrefslogtreecommitdiff
path: root/common_audio/resampler/push_sinc_resampler.cc
AgeCommit message (Expand)Author
2014-04-29Added include of assert.h for files calling assert but missing the include.henrike@webrtc.org
2014-03-10Add a float interface to PushSincResampler.andrew@webrtc.org
2014-02-20Minor improvement in RoundToInt16 implementation.turaj@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-09-14Allocate float_buffer_ in the initializer list.andrew@webrtc.org
2013-09-06Reduce cost of PushSincResampler::Resample().andrew@webrtc.org
2013-08-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
2013-07-25Downstream latest Chromium SincResampler changes.andrew@webrtc.org
2013-04-26Add a push-based wrapper around SincResampler.andrew@webrtc.org