summaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
2014-04-04Update makefiles after merge of Chromium at 261622Android Chromium Automerger
2014-04-01Update makefiles after merge of Chromium at 260927Android Chromium Automerger
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
2013-05-07Fix clang errors in non-GYP_DEFINES=clang=1 buildpbos@webrtc.org
2013-05-05Consolidate all third party licenses in LICENSE_THIRD_PARTY.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-16Remove vim/emacs modelines from .gypi filespbos@webrtc.org
2013-04-10Replace legacy G_CONST with const.pbos@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in common_audio/pbos@webrtc.org
2013-03-01Refactored inline assembly code in complex_fft.c, by combining the individual...kma@webrtc.org
2013-02-21MIPS optimizations for Signal Processing Library patch01andrew@webrtc.org
2013-02-15Modify SincResampler to build in webrtc.andrew@webrtc.org
2013-02-13Import SincResampler from Chromium.andrew@webrtc.org