aboutsummaryrefslogtreecommitdiff
path: root/common_audio
AgeCommit message (Expand)Author
2021-04-23Avoid undefined behavior in a division operation.Minyue Li
2021-02-01Remove from chromium build targets that are not compatible with it.Andrey Logvin
2021-01-21Implement a Neon optimized function to find the argmax element in an array.Ivo Creusen
2020-12-31Organize iLBC headers as per style guideTimothy Gu
2020-12-04Remove kwiberg@webrtc.org from OWNERS filesHenrik Lundin
2020-11-09Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED()Karl Wiberg
2020-10-03Reland "Activating AVX2 support by default"Per Åhgren
2020-10-01Revert "Reland "Activating AVX2 support by default""Andrey Logvin
2020-10-01Reland "Activating AVX2 support by default"Per Åhgren
2020-09-30Revert "Activating AVX2 support by default"Per Åhgren
2020-09-30Delete stringize macros.Niels Möller
2020-09-29Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORSNiels Möller
2020-09-25Reland "Activating AVX2 support by default"Per Åhgren
2020-09-25Revert "Activating AVX2 support by default"Per Åhgren
2020-09-25Activating AVX2 support by defaultPer Åhgren
2020-09-07Refactor cpu_features_wrapper.h functions from C to C++.Mirko Bonadei
2020-09-06Reland "Merge cpu_features build targets into //system_wrappers."Mirko Bonadei
2020-09-05Revert "Merge cpu_features build targets into //system_wrappers."Mirko Bonadei
2020-09-05Merge cpu_features build targets into //system_wrappers.Mirko Bonadei
2020-08-19Support AVX2/FMA intrinsics in audio FIR filterZhaoliang Ma
2020-08-17Reland "Support AVX2/FMA intrinsics in Audio Resampler module"Zhaoliang Ma
2020-07-30Revert "Support AVX2/FMA intrinsics in Audio Resampler module"Åsa Persson
2020-07-30Support AVX2/FMA intrinsics in Audio Resampler moduleZhaoliang Ma
2020-06-29Replace slave -> helper, master -> referenceHenrik Lundin
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-06-02Add peah as OWNER to common_audioPer Åhgren
2020-06-02Updating the Ooura FFT to take SSE2 usage specification in the ctorPer Åhgren
2020-05-20In common_audio/ and modules/audio_* replace mock macros with unified MOCK_ME...Danil Chapovalov
2020-05-18Rename several more tests that use EXPECT_DEATH to *DeathTest.Tommi
2020-04-21Merge OOURA BUILD.gn files.Mirko Bonadei
2020-04-20Reland "Unify OOURA implementations in one directory."Mirko Bonadei
2020-04-19Revert "Unify OOURA implementations in one directory."Mirko Bonadei
2020-04-18Unify OOURA implementations in one directory.Mirko Bonadei
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