summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Re-enable builds for merge requests.gitlab-ci-mrRalph Giles2020-12-221-2/+4
* docs: fix simple typo, neareast -> nearestTim Gates2020-12-081-2/+2
* Meson: Fix doc build when opus is a subprojectXavier Claessens2020-11-262-3/+2
* cmake - add option for fixed point debugMarcus Asteborg2020-11-211-0/+12
* cmake - add option for check asmMarcus Asteborg2020-11-211-0/+8
* cmake - add option for fuzzingMarcus Asteborg2020-11-211-0/+8
* cmake - add option for hardeningMarcus Asteborg2020-11-211-1/+9
* cmake - add option for assertionsMarcus Asteborg2020-11-211-0/+8
* CMakeLists.txt: specify working directory in add_test() directivesDavide Beatrici2020-11-211-4/+4
* CMakeLists.txt: specify path to target file in add_test() directivesDavide Beatrici2020-11-211-4/+4
* cmake - change logging of api version to debugMarcus Asteborg2020-11-211-1/+1
* Add support for Meson build systemTim-Philipp Müller2020-10-2815-1/+1114
* Fix MSVC warning about trunction from double to floatNirbheek Chauhan2020-08-211-3/+3
* repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan2020-08-211-7/+37
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-215-7/+7
* celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan2020-08-211-1/+1
* silk: Fix incorrect ifdef in debug.cNirbheek Chauhan2020-08-211-2/+1
* opus_decoder_fuzzer: limit the number of decodes to avoid timeoutFelicia Lim2020-08-101-1/+4
* cmake - MINGW check for ssp lib and link if security features is enabledMarcus Asteborg2020-08-082-6/+28
* CMake: Make _FORTIFY_SOURCE optionalZeno Endemann2020-08-081-1/+7
* cmake - fix bugs around consuming Opus as a submodule in cmake and package ve...Marcus Asteborg2020-08-085-68/+80
* cmake - Fix typo bug in enable_float_api optionMarcus Asteborg2020-08-081-1/+1
* cmake - add warning flags for clang, gcc etc.Marcus Asteborg2020-08-081-0/+12
* gitlab-ci: Run jobs on the gcc:9 image.Ralph Giles2020-08-081-1/+1
* configure: adjust x86 get cpu info inline assembly method for PIC casesezero2020-07-071-0/+13
* Fix and clean up opus_decode_fuzzerFelicia Lim2020-06-181-19/+14
* Remove trailing whitespaces in vla.c that was missed previouslyMarcus Asteborg2020-06-151-4/+4
* Add CI to check for trailing whitespaces in merge requestsMarcus Asteborg2020-06-151-0/+7
* Fix arm build with rtcd enabled.Ralph Giles2020-06-141-0/+2
* Fix trailing whitspace in previous commitMarcus Asteborg2020-06-131-3/+3
* Prefer SSE and ASM implementation of float2int before lrintf for MSVCMarcus Asteborg2020-06-141-26/+32
* Silence clang silk_encoder alignment warningMark Harris2020-06-131-1/+1
* fix doc/build_draft.sh run errorwillson-chen2020-06-131-0/+9
* opus draft: fix run failed under dashwillson-chen2020-06-131-1/+1
* cmake - refactor and cleanup optionsMarcus Asteborg2020-06-131-111/+113
* cmake/CFeatureCheck.cmake: fix feature tests failing when Opus is a submoduleDavide Beatrici2020-06-131-2/+2
* cmake - add option to disable intrinsicsMarcus Asteborg2020-06-132-116/+123
* cmake - move all compiler feature detection to OpusConfigMarcus Asteborg2020-06-133-43/+38
* cmake - add include guards to cmake filesMarcus Asteborg2020-06-134-5/+18
* cmake - move cmake related files to cmake folder to make root dir less busyMarcus Asteborg2020-06-138-14/+14
* cmake - only publish opus_custom.h if custom modes is enabled #121Marcus Asteborg2020-06-131-1/+4
* cmake - add headers to projectMarcus Asteborg2020-06-132-3/+6
* Add support to CMake build for building frameworks on Apple systems.Simon Jackson2020-06-131-5/+21
* Fix intrin0.h include guard.Ralph Giles2020-06-111-1/+1
* Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg2020-06-116-14/+23
* Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg2020-06-113-0/+9
* Build and run test for cmake build in gitlab-ciMarcus Asteborg2020-06-111-1/+2
* Update Doxygen config file, header and footer to Doxygen 1.8.18Marcus Asteborg2020-06-083-13/+26
* Build trivial_example by default.Ralph Giles2020-06-012-1/+6
* trivial_example: Check the return value of fread().Ralph Giles2020-06-011-2/+13