aboutsummaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
2020-03-20Changed fft4g to be built as C++Per Åhgren
2020-02-24Optimizations and refactoring of the APM 3-band split filterPer Åhgren
2020-02-20Delete header file rtc_base/memory/aligned_array.hNiels Möller
2020-02-19Remove wildcard ownership for build files.Mirko Bonadei
2020-02-19Remove inactive OWNERS.Mirko Bonadei
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-01-30Add floating point support for writing and reading wav filesPer Åhgren
2020-01-21Reformat GN files.Mirko Bonadei
2019-12-11Remove potential real-time reallocation in PushResamplerPer Åhgren
2019-11-28Add ability to disable detailed error message in RTC_CHECKsArtem Titov
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-10-17Avoid reading outside of memory in WebRtcVad_FindMinimumHenrik Lundin
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
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