summaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
2014-07-16int16<->float conversions: Use size_t for array length argument, not intkwiberg@webrtc.org
2014-07-03common_audio: Removes macro WEBRTC_SPL_SHIFT_W16bjornv@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-16common_audio: Removes macro WEBRTC_SPL_LSHIFT_U16bjornv@webrtc.org
2014-06-13Pass GYP DEPTH variable to isolate.kjellander@webrtc.org
2014-06-11common_audio/signal_processing: Removes macro WEBRTC_SPL_RSHIFT_U16bjornv@webrtc.org
2014-06-11common_audio/signal_processing: Moves WEBRTC_SPL_UMUL_16_16_RSFT16 to iSAC fixbjornv@webrtc.org
2014-06-10Add kjellander@webrtc.org as OWNER for *.isolatekjellander@webrtc.org
2014-06-05The correct fix of workaround in r6261.bjornv@webrtc.org
2014-06-05common_audio/signal_processing: Removed macro WEBRTC_SPL_MUL_16_16_RSFT_WITH_...bjornv@webrtc.org
2014-06-04Android: cleanup gtest_target_type conditions.henrike@webrtc.org
2014-05-28common_audio/signal_processing: Fixes arm compilation issues with gcc 4.8bjornv@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-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