summaryrefslogtreecommitdiff
path: root/webrtc/common_audio
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix up some ARM-related mistakesArun Raghavan2020-11-271-1/+1
|
* Update to current webrtc libraryArun Raghavan2020-10-23140-5176/+7938
| | | | | | This is from the upstream library commit id 3326535126e435f1ba647885ce43a8f0f3d317eb, corresponding to Chromium 88.0.4290.1.
* remove autotoolsGuillaume Desmottes2020-03-241-153/+0
| | | | In Meson we trust.
* Initial meson build filesMatthew Waters2018-10-281-0/+111
|
* build: Make sure files with SSE2 code are compiled with -msse2Rex Dieter2016-06-211-1/+8
| | | | Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
* Update code to current Chromium masterArun Raghavan2015-11-0416-16/+27
| | | | | | | This corresponds to: Chromium: 6555f9456074c0c0e5f7713564b978588ac04a5d webrtc: c8b569e0a7ad0b369e15f0197b3a558699ec8efa
* common_audio: Remove extraneous headerArun Raghavan2015-11-041-95/+0
| | | | This one is left over from a previous version of the code base.
* build: Conditionally build C variants of assembler-optimised codeArun Raghavan2015-10-191-3/+8
|
* build: Define assembler flags where requiredArun Raghavan2015-10-191-0/+1
|
* build: Add architecture checks for x86 and ARMArun Raghavan2015-10-151-25/+40
| | | | | | | | | | On x86, SSE optimisations are always compiled in, and used based on runtime checks. On ARM, we try to autodetect NEON support (with an option of runtime detection). This has not been build-tested on ARM yet. This leaves MIPS to be done.
* build: More build fixes and cleanupsArun Raghavan2015-10-152-0/+52
|
* build: Some fixes for make distcheckArun Raghavan2015-10-151-2/+5
|
* build: Make build succeed without test and non-audio depsArun Raghavan2015-10-152-0/+6
|
* Update audio_processing moduleArun Raghavan2015-10-1547-17/+6806
| | | | | | | | | | | | | | | Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Pull in third party license file * Replace .gypi files with BUILD.gn to keep track of what changes upstream * Bunch of new filse pulled in as dependencies * Won't build yet due to changes needed on top of these
* Update common_audioArun Raghavan2015-10-1570-0/+12336
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Moved src/ to webrtc/ to easily diff against the third_party/webrtc in the chromium tree * ARM/NEON/MIPS support is not yet hooked up * Tests have not been copied