summaryrefslogtreecommitdiff
path: root/common_audio/resampler
AgeCommit message (Expand)Author
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-04-29Added include of assert.h for files calling assert but missing the include.henrike@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-19Resampler modifications in preparation for arbitrary audioproc rates.andrew@webrtc.org
2014-03-10Add a float interface to PushSincResampler.andrew@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
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-08-02Add some virtual and OVERRIDEs in webrtc/common_audio/pbos@webrtc.org
2013-07-25Downstream latest Chromium SincResampler changes.andrew@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-06-03Replace the old resampler with SincResampler in the voice engine signal path.andrew@webrtc.org
2013-05-27Include files from webrtc/.. paths in common_audio/pbos@webrtc.org
2013-05-08Update SincResampler with the latest Chromium code.andrew@webrtc.org
2013-04-30Consolidate common_audio into a single target.andrew@webrtc.org
2013-04-29Add a wrapper around PushSincResampler and the old Resampler.andrew@webrtc.org
2013-04-26Add a push-based wrapper around SincResampler.andrew@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in common_audio/pbos@webrtc.org
2013-02-15Modify SincResampler to build in webrtc.andrew@webrtc.org
2013-02-13Import SincResampler from Chromium.andrew@webrtc.org
2013-01-18Remove '<(library)' in gyp files.wjia@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org