summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Add build directory to gitignoreArun Raghavan1-0/+1
2020-03-27add webrtc-audio-coding public libraryGuillaume Desmottes30-8/+8046
2020-03-24UPDATING: update with meson instructionsGuillaume Desmottes1-8/+7
2020-03-24meson: fix pkgconfig generationGuillaume Desmottes1-4/+2
2020-03-24remove autotoolsGuillaume Desmottes11-714/+0
2019-08-31Add support for non-Linux GNUSvante Signell2-0/+10
2018-11-08build/meson: fix compilation on arm64Matthew Waters1-8/+12
2018-10-28build: Factor out common POSIX flag setting in meson buildArun Raghavan1-3/+4
2018-10-28build: Fix project() invocation in meson buildArun Raghavan1-1/+1
2018-10-28Initial meson build filesMatthew Waters10-0/+520
2018-07-23build: Update version to 0.3.1v0.3.1Arun Raghavan1-1/+1
2017-01-06build: Fix configure option '--with-ns-mode'Mirko Vogt1-1/+1
2016-08-10doc: file invalid reference to pulseaudio mailing listThomas Petazzoni1-1/+1
2016-08-10build: fix architecture detectionThomas Petazzoni1-24/+11
2016-07-14build: Add ARM 64bit supportNicolas Dufresne1-0/+5
2016-07-14build: Re-add pthread linking on linuxNicolas Dufresne1-1/+1
2016-07-14build: Use -no-undefined to support both clang and gccNicolas Dufresne1-1/+1
2016-07-14build: Sync defines and libs with build.gnNicolas Dufresne2-5/+10
2016-07-14osx: Fix type OS_FLAGS instead of OS_CFLAGSNicolas Dufresne1-2/+2
2016-07-14build: Protect against unsupported CPU typesNicolas Dufresne1-2/+4
2016-07-14Add missing windows conditions variableNicolas Dufresne7-9/+514
2016-07-14build: Define MSVC _WIN32 so we can build on mingwNicolas Dufresne1-1/+1
2016-07-14build: Properly select the right system wrappersNicolas Dufresne2-2/+16
2016-07-14build: Add required define for WindowsNicolas Dufresne1-1/+4
2016-07-14build: Don't blindly link to pthreadNicolas Dufresne1-2/+1
2016-07-14build: Add cerbero gnustl support for AndroidNicolas Dufresne2-1/+17
2016-07-14Add missing windows specific headersNicolas Dufresne1-0/+103
2016-06-22build: Bump version to 0.3v0.3Arun Raghavan1-1/+1
2016-06-22doc: Update NEWS for releaseArun Raghavan1-0/+6
2016-06-21build: Make sure files with SSE2 code are compiled with -msse2Rex Dieter2-2/+15
2016-06-01build: enforce linking with --no-undefined, add explicit -lpthreadRex Dieter1-2/+5
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
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
2015-11-04common_audio: Remove extraneous headerArun Raghavan1-95/+0
2015-11-04build: Don't install a top level copy of audio_processing.hArun Raghavan1-2/+0
2015-11-04build: Install module_common_types.h and dependenciesArun Raghavan2-2/+5
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
2015-10-19build: Minor whitespace changesArun Raghavan1-1/+4
2015-10-15Drop redundant headerArun Raghavan1-81/+0