aboutsummaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
2018-10-15Extract functionality of test_main into separate library.Artem Titov
2018-10-02Add support for many channels in push_resampler.Alex Loiko
2018-09-06Remove simple stringstream usages.Jonas Olsson
2018-08-31Moving LappedTransform, Blocker and AudioRingBuffer.Alessio Bazzica
2018-08-07Move spl_sqrt_floor dep to proper third_party directoryArtem Titov
2018-08-07Fix guards for headers in third partyArtem Titov
2018-08-01Explicitly add -mfpu=neon to all targets that use NEONOleh Prypin
2018-07-27Fix refered LICENSE file path in webrtc license noticeArtem Titov
2018-07-25Move fft4g to proper third_party directoryArtem Titov
2018-07-25Delete root header file typedef.h.Niels Möller
2018-07-19Clean up unneeded includes in common_audio/BUILD.gn.Mirko Bonadei
2018-07-17Enabling clang::find_bad_constructs for common_audio.Mirko Bonadei
2018-07-12Remove useless import of arm.gniSam Zackrisson
2018-07-04Removing warning suppression flags in common_audio/.Mirko Bonadei
2018-06-26Extract fft4g into separate build targetArtem Titov
2018-06-21Replace rtc::Optional with absl::optionalDanil Chapovalov
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-14Remove unused WavFile::FormatAsString method.Jonas Olsson
2018-05-23Remove typedefs.h from webrtc/ root (part 1)Fredrik Solenberg
2018-05-08Replacing rtc::TimeDelta with webrtc::TimeDelta.Sebastian Jansson
2018-05-08FFT-based auto correlation.Alex Loiko
2018-05-07Disable WavWriterTest flaky tests on Mac.Alessio Bazzica
2018-05-07Removing openmax_dlAlessio Bazzica
2018-04-24Disabling openmax_dlAlessio Bazzica
2018-04-20Fix ptr overflow warning in filter_ar.cHenrik Lundin
2018-04-19Fix ptr overflow warningArtem Titov
2018-04-17IWYU: Include <string.h> for memcpy(3) after bbf21a3fd.Raphael Kubo da Costa
2018-04-05Prepare for |is_posix| switch in the Fuchsia buildFabrice de Gans-Riberi
2018-03-22Move aligned memory utilities to rtc_base/memory/Karl Wiberg
2018-03-22Move asm_defines.h to rtc_base/system/Karl Wiberg
2018-03-19Fixing -Wstrict-prototypes warnings.Mirko Bonadei
2018-03-19Extend WavReader and WavWriter API.Artem Titov
2018-03-16Remove the public_deps to fileutils from test_support.Patrik Höglund
2018-02-23Conditionally include real_fourier_openmax.h.Mirko Bonadei
2018-02-22Adding missing ASM dependencies.Mirko Bonadei
2018-02-16Add decibel conversion functions to //common_audio:common_audioAlex Loiko
2018-02-06Stop using public_deps in common_audio.Mirko Bonadei
2018-01-26Removing useless dependencies on //testing/gmock.Mirko Bonadei
2018-01-12Replace left shift with equivalent multiplication.Alex Loiko
2018-01-10Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "...Per Kjellander
2018-01-10Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""Per Kjellander
2018-01-10GN rtc_* templates: Set default visibility to webrtc_root + "/*"Karl Wiberg
2017-12-15Fix circular dependencies in webrtc_common.Patrik Höglund
2017-12-14Fix circular dependencies between optional, array_view, and rtc_base.Patrik Höglund
2017-12-13Revert "Fix circular dependencies between optional, array_view, and rtc_base."Patrik Höglund
2017-12-13Fix circular dependencies between optional, array_view, and rtc_base.Patrik Höglund
2017-12-12Restrict visibility in some places where we can get away with doing soKarl Wiberg
2017-12-07Avoid integer-overflow in WebRtcSpl_FilterARFastQ12Henrik Lundin
2017-12-07Create a fuzzer for ComfortNoiseDecoderHenrik Lundin
2017-12-06Stop using public_deps in system_wrappers.Mirko Bonadei