- 21 Jun, 2016 1 commit
-
-
Signed-off-by:
Arun Raghavan <arun@arunraghavan.net>
-
- 01 Jun, 2016 1 commit
-
-
In investigating x86/sse2 issues in recent webrtc-audio-processing-0.2 release, I found that it was possible for libwebrtc_audio_processing to contain undefined symbols. Attached is a patch that addresses this: * adds -Wl,--no-undefined to libwebrtc_audio_processing_la_LDFLAGS * adds explicit -lpthread linkage (else, there are undefined references to pthread-related symbols) Signed-off-by:
Arun Raghavan <arun@arunraghavan.net>
-
- 04 Nov, 2015 11 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
This corresponds to: Chromium: 6555f9456074c0c0e5f7713564b978588ac04a5d webrtc: c8b569e0a7ad0b369e15f0197b3a558699ec8efa
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
Expands on instructions for updating the code when upstream changes. Also renaming with the '.md' extension for things that understand Markdown.
-
Arun Raghavan authored
This one is left over from a previous version of the code base.
-
Arun Raghavan authored
If we're breaking API, then clients need to be modified and recompiled anyway, so we can avoid the cruft of trying to be backwards compatible. Clients now need to include the file as it is in the upstream sources: <webrtc/modules/audio_processing/include/audio_processing.h>
-
Arun Raghavan authored
This is needed for at least the AudioFrame class. Unfortunately, this does add a bit of ugliness because module_common_types.h has video bits that are hidden behind our own define, which now becomes part of pkg-config CFLAGS. This could be made less ugly, potentially, but I'm not sure how right now.
-
Arun Raghavan authored
-
- 19 Oct, 2015 7 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
This is needed since we're using AC_LANG_CPLUSPLUS
-
Arun Raghavan authored
Makes syntax highlighting in vim unbreak.
-
- 15 Oct, 2015 14 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
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.
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
This isn't used it, but let's keep it up to date
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
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
-
Arun Raghavan authored
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1
-
Arun Raghavan authored
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
-
- 10 Nov, 2011 3 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
- 21 Oct, 2011 2 commits
-
-
Arun Raghavan authored
Very minor changes.
-
Arun Raghavan authored
Just reorganisation of the audio_processing code.
-
- 20 Oct, 2011 1 commit
-
-
Arun Raghavan authored
Removes matlab tests, adds delay estimation logging, and some other minor fixes/improvements.
-