aboutsummaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
2019-08-20Remove rtc_use_lto GN arg.Mirko Bonadei
2019-08-20Removing all external access to the integer sample data in AudioBufferPer Åhgren
2019-08-19Reland of Correct conversion between float and fixed formatsPer Åhgren
2019-08-16Revert "Correct conversion between float and fixed formats"Henrik Andreassson
2019-08-15Fix a bug/typo in WebRtcSpl_FilterAR which updates the wrong state vectorJiawei Ou
2019-08-15Correct conversion between float and fixed formatsPer Åhgren
2019-08-07Add RTC_ prefix to non-standard format specifier macro "PRIdNS"Oleh Prypin
2019-08-06Delete class PlatformFile.Niels Möller
2019-07-08Format almost everything.Jonas Olsson
2019-06-28Initialize signal processing function pointers staticallyKarl Wiberg
2019-06-28Delete almost all includes of platform_file.hNiels Möller
2019-06-28Delete method ReadableWav::Eof, which was used incorrectly.Niels Möller
2019-06-14Refactor WavWriter to use FileWrapper rather than PlatformFileNiels Möller
2019-06-13Delete unused C functions wrapping the WavWriter classNiels Möller
2019-04-16Add ability to play audio in circle for TestAudioDevice wav file capturerArtem Titov
2019-04-15WebRtcSpl AffineTransform: make input constAlessio Bazzica
2019-04-09Fully qualify googletest symbols.Mirko Bonadei
2019-03-25Qualify cmath function calls.Mirko Bonadei
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-15ClangTidy fixes for common_audio/Benjamin Wright
2019-02-20webrtc: Remove semicolons.Nico Weber
2019-01-31Stop using Googletest legacy APIs.Mirko Bonadei
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-11-20Delete unneeded includes of common_types.h and gn deps on webrtc_common.Niels Möller
2018-11-08Tolerate optional chunks in WAV filesAlessio Bazzica
2018-10-31Harmonize paths to dependent targets.Yves Gerey
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
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