aboutsummaryrefslogtreecommitdiff
path: root/webrtc/common_audio
AgeCommit message (Expand)Author
2017-08-09Suppress non-critical warnings in webrtc.Chih-Hung Hsieh
2017-06-14Move all libwebrtc* to vendor image.Yifan Hong
2017-02-23Leave only an empty top level OWNERS file.Chih-Hung Hsieh
2016-10-18Use arch-specific variablesVictor Khimenko
2016-02-11Suppress unused-parameter warnings.Chih-Hung Hsieh
2016-01-15Merge upstream SHA 04cb763Alex Luebs
2016-01-13Convert channel counts to size_t.Peter Kasting
2016-01-08Misc. small cleanups.pkasting
2016-01-04Remove DISABLED_ON_ macros.Peter Boström
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-11-25WIP: Changes after merge commit 'cb3f9bd'Chih-Hung Hsieh
2015-11-20Add aecdump support to audioproc_faluebs
2015-11-19Remove build_with_libjingle and exclude failing iOS tests from 'All' target.kjellander@webrtc.org
2015-11-18So long and thanks for all the code reviews!andrew
2015-11-09Changed queue implementation to the proposed vector-based solution.peah
2015-11-05Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https...kjellander
2015-11-05Reland of Add aecdump support to audioproc_f. (patchset #2 id:250001 of https...kjellander
2015-11-05Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https...kjellander
2015-10-30Add aecdump support to audioproc_f.andrew
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-09Turn webrtc::Vad into a pure virtual interfacekwiberg
2015-09-08Alphabetize common_audio/OWNERS.Andrew MacDonald
2015-09-08Fold AudioEncoderMutable into AudioEncoderkwiberg
2015-09-08Updating common_audio/OWNERShenrik.lundin
2015-08-29Convert some more things to size_t.Peter Kasting
2015-08-25Add a base class to Wav{Reader,Writer} to access shared parameters.Andrew MacDonald
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-14Integrate Intelligibility with APMekmeyerson
2015-07-28Split MoveReadPosition into Forward and Backward versions.andrew
2015-07-25Remove "multichannel" from parameter to match interface name.andrew
2015-07-23Allow more than 2 input channels in AudioProcessing.Michael Graczyk
2015-07-23Revert of Allow more than 2 input channels in AudioProcessing. (patchset #13 ...magjed
2015-07-23Allow more than 2 input channels in AudioProcessing.Michael Graczyk
2015-07-22Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .pkasting
2015-06-29Remove a cast again, after it was shown to worsen Windows perf.pkasting
2015-06-25Add a [rtc_]build_with_neon variable to unify conditions.Andrew MacDonald
2015-06-23Reland mysterious cast that improves performance.Peter Kasting
2015-06-23Test whether removing a cast still hurts performance.pkasting
2015-06-23Reland remaining bits of "Upconvert various types to int."pkasting
2015-06-17Add missing include guards for audio_ring_buffer.h. Yikes.Andrew MacDonald
2015-06-12Revert "Reland "Upconvert various types to int.", common_audio portion."Peter Kasting
2015-06-12Reland "Upconvert various types to int.", common_audio portion.Peter Kasting
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Match existing type usage better.Peter Kasting
2015-06-11Revert "Upconvert various types to int."Peter Kasting
2015-06-11Prepare to convert various types to size_t.Peter Kasting
2015-06-10Upconvert various types to int.Peter Kasting
2015-05-29Add LappedTransform accessors.Michael Graczyk