summaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
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-05-20Disabling RealFFTTest.RealAndComplexMatch and AudioProcessingTest.Formats as ...stefan@webrtc.org
2014-05-16common_audio/signal_processing: Removes macro WEBRTC_SPL_UMUL_RSFT16bjornv@webrtc.org
2014-05-16common_audio/signal_processing: Removed macro WEBRTC_SPL_SUB_SAT_W16bjornv@webrtc.org
2014-05-16common_audio/signal_processing: Removed macro WEBRTC_SPL_MAX_SEED_USEDbjornv@webrtc.org
2014-05-15common_audio: Removes unused macrosbjornv@webrtc.org
2014-04-30Fix constness of AudioBuffer accessors.andrew@webrtc.org
2014-04-29Added include of assert.h for files calling assert but missing the include.henrike@webrtc.org
2014-04-28Disable WebRtcSpl_ScaleAndAddVectorsWithRoundNeon due to crash.fischman@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-22common_audio: VADFree() now returns voidbjornv@webrtc.org
2014-04-19Resampler modifications in preparation for arbitrary audioproc rates.andrew@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-03-24Add fir_filter to common_audioaluebs@webrtc.org
2014-03-10Add a float interface to PushSincResampler.andrew@webrtc.org
2014-03-04Add a deinterleaved float interface to AudioProcessing.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
2014-02-14Refactoring common_audio/signal_processing: Removed two macros used by isac o...bjornv@webrtc.org
2014-01-07Remove the requirement to call set_sample_rate_hz and friends.andrew@webrtc.org
2013-12-11Roll chromium_revision 232627:238260kjellander@webrtc.org
2013-12-10Change uses of the obsolete armv7 setting to arm_version==7.kjellander@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-04Add APK and isolate target for video_engine_testskjellander@webrtc.org
2013-10-02Fix include of isolate.gypikjellander@webrtc.org
2013-09-18MIPS optimizations for the functions WebRtcSpl_SqrtFloor, WebRtcSpl_CrossCorr...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-09-05Recognize armv7 target_arch for ios support in webrtc common.gypfischman@webrtc.org
2013-08-27Add isolate configuration for Android for all tests.kjellander@webrtc.org
2013-08-22Isolate GYP target and .isolate files for testskjellander@webrtc.org
2013-08-15Revert 4547 "Isolate GYP target and .isolate files for tests"kjellander@webrtc.org
2013-08-15Isolate GYP target and .isolate files for testskjellander@webrtc.org
2013-08-09Remove unused unreferenced code in webrtc/pbos@webrtc.org
2013-08-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
2013-08-02Adds all unittests to android NDK-APK framework.henrike@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-24Formalized Real 16-bit FFT for APM.kma@webrtc.org
2013-07-16Include files from webrtc/.. paths in signal_processing/.pbos@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-06-11Reorganize test targets in WebRTCkjellander@webrtc.org
2013-06-03Replace the old resampler with SincResampler in the voice engine signal path.andrew@webrtc.org
2013-05-30MIPS optimizations for the following functions:andrew@webrtc.org
2013-05-27Include files from webrtc/.. paths in common_audio/pbos@webrtc.org
2013-05-14Remove const for plain data types in common_audio/pbos@webrtc.org
2013-05-08Update SincResampler with the latest Chromium code.andrew@webrtc.org