Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-04 | build: Update library version infov0.2 | Arun Raghavan | 1 | -2/+2 | |
2015-11-04 | doc: Add release notes about changes and API breakage | Arun Raghavan | 1 | -0/+44 | |
2015-11-04 | Update code to current Chromium master | Arun Raghavan | 108 | -385/+894 | |
This corresponds to: Chromium: 6555f9456074c0c0e5f7713564b978588ac04a5d webrtc: c8b569e0a7ad0b369e15f0197b3a558699ec8efa | |||||
2015-11-04 | doc: Add a pro-tip to update instructions | Arun Raghavan | 1 | -1/+3 | |
2015-11-04 | build: Dist ancillary documentation | Arun Raghavan | 1 | -0/+4 | |
2015-11-04 | build: Install trace.h to allow clients access to the Trace API | Arun Raghavan | 1 | -1/+2 | |
2015-11-04 | doc: Split out and expand on updating notes | Arun Raghavan | 3 | -45/+102 | |
Expands on instructions for updating the code when upstream changes. Also renaming with the '.md' extension for things that understand Markdown. | |||||
2015-11-04 | common_audio: Remove extraneous header | Arun Raghavan | 1 | -95/+0 | |
This one is left over from a previous version of the code base. | |||||
2015-11-04 | build: Don't install a top level copy of audio_processing.h | Arun Raghavan | 1 | -2/+0 | |
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> | |||||
2015-11-04 | build: Install module_common_types.h and dependencies | Arun Raghavan | 2 | -2/+5 | |
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. | |||||
2015-11-04 | doc: Add upstream repo URL to README | Arun Raghavan | 1 | -2/+3 | |
2015-10-19 | doc: Update README | Arun Raghavan | 2 | -11/+13 | |
2015-10-19 | build: Conditionally build C variants of assembler-optimised code | Arun Raghavan | 1 | -3/+8 | |
2015-10-19 | build: Define assembler flags where required | Arun Raghavan | 1 | -0/+1 | |
2015-10-19 | build: Define ARM arch preprocessor macros | Arun Raghavan | 1 | -2/+4 | |
2015-10-19 | system_wrappers: Add missing file for ARM builds | Arun Raghavan | 2 | -0/+67 | |
2015-10-19 | build: Use CXXFLAGS instead of CFLAGS in compile testing | Arun Raghavan | 1 | -2/+2 | |
This is needed since we're using AC_LANG_CPLUSPLUS | |||||
2015-10-19 | build: Minor whitespace changes | Arun Raghavan | 1 | -1/+4 | |
Makes syntax highlighting in vim unbreak. | |||||
2015-10-15 | Drop redundant header | Arun Raghavan | 1 | -81/+0 | |
2015-10-15 | build: Fix distcheck | Arun Raghavan | 3 | -0/+8 | |
2015-10-15 | build: Add architecture checks for x86 and ARM | Arun Raghavan | 3 | -42/+113 | |
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. | |||||
2015-10-15 | build: Stop hard-coding OS/platform CFLAGS | Arun Raghavan | 2 | -5/+32 | |
2015-10-15 | build: Fix up include file paths | Arun Raghavan | 3 | -9/+13 | |
2015-10-15 | debug: Update protobuf file | Arun Raghavan | 1 | -1/+51 | |
This isn't used it, but let's keep it up to date | |||||
2015-10-15 | build: Drop old gpyi file | Arun Raghavan | 1 | -100/+0 | |
2015-10-15 | build: More build fixes and cleanups | Arun Raghavan | 19 | -138/+2130 | |
2015-10-15 | Update .gitignore for .dirstamp files | Arun Raghavan | 1 | -1/+1 | |
2015-10-15 | build: Some fixes for make distcheck | Arun Raghavan | 7 | -5/+16 | |
2015-10-15 | build: Make build succeed without test and non-audio deps | Arun Raghavan | 6 | -2/+21 | |
2015-10-15 | Update audio_processing module | Arun Raghavan | 324 | -15857/+52273 | |
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 | |||||
2015-10-15 | Update system_wrappers | Arun Raghavan | 10 | -266/+423 | |
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 | |||||
2015-10-15 | Update common_audio | Arun Raghavan | 230 | -8662/+11207 | |
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 | |||||
2011-11-10 | Add the PATENTS file to EXTRA_DISTv0.1 | Arun Raghavan | 1 | -0/+2 | |
2011-11-10 | Add a NEWS file for release notes | Arun Raghavan | 1 | -0/+5 | |
2011-11-10 | Add xz for for dist tarballs | Arun Raghavan | 1 | -1/+1 | |
2011-10-21 | Update code to upstream revision r789 | Arun Raghavan | 3 | -5/+6 | |
Very minor changes. | |||||
2011-10-21 | Update code to upstream revision r767 | Arun Raghavan | 77 | -130/+92 | |
Just reorganisation of the audio_processing code. | |||||
2011-10-20 | Update code to upstream revision r766 | Arun Raghavan | 79 | -8737/+6376 | |
Removes matlab tests, adds delay estimation logging, and some other minor fixes/improvements. | |||||
2011-10-17 | Update README file | Arun Raghavan | 1 | -0/+40 | |
2011-10-17 | Add a pkg-config file for clients to use | Arun Raghavan | 3 | -0/+14 | |
2011-10-17 | Make debugging bits optional | Arun Raghavan | 1 | -0/+22 | |
Avoide the need to pull in protobuf and other related bits. | |||||
2011-10-17 | Add a .gitignore file | Arun Raghavan | 1 | -0/+30 | |
2011-10-17 | Initial commit of build system | Arun Raghavan | 16 | -0/+620 | |
2011-09-15 | Initial commit of source files | Arun Raghavan | 181 | -0/+42648 | |
2011-09-15 | Initial dummy commit | Arun Raghavan | 1 | -0/+0 | |