summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04build: Update library version infov0.2Arun Raghavan1-2/+2
2015-11-04doc: Add release notes about changes and API breakageArun Raghavan1-0/+44
2015-11-04Update code to current Chromium masterArun Raghavan108-385/+894
This corresponds to: Chromium: 6555f9456074c0c0e5f7713564b978588ac04a5d webrtc: c8b569e0a7ad0b369e15f0197b3a558699ec8efa
2015-11-04doc: Add a pro-tip to update instructionsArun Raghavan1-1/+3
2015-11-04build: Dist ancillary documentationArun Raghavan1-0/+4
2015-11-04build: Install trace.h to allow clients access to the Trace APIArun Raghavan1-1/+2
2015-11-04doc: Split out and expand on updating notesArun Raghavan3-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-04common_audio: Remove extraneous headerArun Raghavan1-95/+0
This one is left over from a previous version of the code base.
2015-11-04build: Don't install a top level copy of audio_processing.hArun Raghavan1-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-04build: Install module_common_types.h and dependenciesArun Raghavan2-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-04doc: Add upstream repo URL to READMEArun Raghavan1-2/+3
2015-10-19doc: Update READMEArun Raghavan2-11/+13
2015-10-19build: Conditionally build C variants of assembler-optimised codeArun Raghavan1-3/+8
2015-10-19build: Define assembler flags where requiredArun Raghavan1-0/+1
2015-10-19build: Define ARM arch preprocessor macrosArun Raghavan1-2/+4
2015-10-19system_wrappers: Add missing file for ARM buildsArun Raghavan2-0/+67
2015-10-19build: Use CXXFLAGS instead of CFLAGS in compile testingArun Raghavan1-2/+2
This is needed since we're using AC_LANG_CPLUSPLUS
2015-10-19build: Minor whitespace changesArun Raghavan1-1/+4
Makes syntax highlighting in vim unbreak.
2015-10-15Drop redundant headerArun Raghavan1-81/+0
2015-10-15build: Fix distcheckArun Raghavan3-0/+8
2015-10-15build: Add architecture checks for x86 and ARMArun Raghavan3-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-15build: Stop hard-coding OS/platform CFLAGSArun Raghavan2-5/+32
2015-10-15build: Fix up include file pathsArun Raghavan3-9/+13
2015-10-15debug: Update protobuf fileArun Raghavan1-1/+51
This isn't used it, but let's keep it up to date
2015-10-15build: Drop old gpyi fileArun Raghavan1-100/+0
2015-10-15build: More build fixes and cleanupsArun Raghavan19-138/+2130
2015-10-15Update .gitignore for .dirstamp filesArun Raghavan1-1/+1
2015-10-15build: Some fixes for make distcheckArun Raghavan7-5/+16
2015-10-15build: Make build succeed without test and non-audio depsArun Raghavan6-2/+21
2015-10-15Update audio_processing moduleArun Raghavan324-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-15Update system_wrappersArun Raghavan10-266/+423
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1
2015-10-15Update common_audioArun Raghavan230-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-10Add the PATENTS file to EXTRA_DISTv0.1Arun Raghavan1-0/+2
2011-11-10Add a NEWS file for release notesArun Raghavan1-0/+5
2011-11-10Add xz for for dist tarballsArun Raghavan1-1/+1
2011-10-21Update code to upstream revision r789Arun Raghavan3-5/+6
Very minor changes.
2011-10-21Update code to upstream revision r767Arun Raghavan77-130/+92
Just reorganisation of the audio_processing code.
2011-10-20Update code to upstream revision r766Arun Raghavan79-8737/+6376
Removes matlab tests, adds delay estimation logging, and some other minor fixes/improvements.
2011-10-17Update README fileArun Raghavan1-0/+40
2011-10-17Add a pkg-config file for clients to useArun Raghavan3-0/+14
2011-10-17Make debugging bits optionalArun Raghavan1-0/+22
Avoide the need to pull in protobuf and other related bits.
2011-10-17Add a .gitignore fileArun Raghavan1-0/+30
2011-10-17Initial commit of build systemArun Raghavan16-0/+620
2011-09-15Initial commit of source filesArun Raghavan181-0/+42648
2011-09-15Initial dummy commitArun Raghavan1-0/+0