summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup gitlab-ci: job extends typogitlab-ciRalph Giles2020-06-141-5/+5
* gitlab-ci: Rename Makefile.unix jobs to unix.Ralph Giles2020-06-141-6/+6
* fixup gitlab-ci: VAR_ARRAYS typoRalph Giles2020-06-141-1/+1
* gitlab-ci: Distinguish make and compiler flags.Ralph Giles2020-06-141-5/+6
* gitlab-ci: Remove autotools cache config.Ralph Giles2020-06-141-8/+0
* gitlab-ci: Add a partial matrix of unix Makefile configs.Ralph Giles2020-06-141-0/+30
* 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
* trivial_example: open raw pcm files in binary mode.Ralph Giles2020-06-011-2/+2
* fix equivalent bitrate calculation for <20ms frame sizesHector Martin2020-05-251-1/+1
* Repository moved to gitlab.xiph.orgMark Harris2020-05-103-6/+6
* gitlab-ci: Add a build description.Ralph Giles2020-05-091-0/+34
* Fix a typo in in opus_custom.h.Hua, Chunbo2020-04-261-2/+2
* cmake - add option for fast mathMarcus Asteborg2020-04-201-0/+15
* cmake - add option for float_approx for IEEE 754 compatible targetsMarcus Asteborg2020-04-201-0/+9
* cmake - Add variable length detection and alloca detectionMarcus Asteborg2020-04-205-8/+89
* CMake ChangesNathaniel R. Lewis2020-04-203-5/+13
* cmake - Fix OPUS_STACK_PROTECTOR optionMarcus Asteborg2020-04-201-4/+11
* cmake - Add OPUS prefix to feature info to show correct commandline optionMarcus Asteborg2020-04-201-15/+14
* cmake - Add option for testing to improve cliMarcus Asteborg2020-04-201-0/+7
* cmake - intinsics fixes, only compile SSE source with SSE flags on non-window...Marcus Asteborg2020-04-202-54/+119
* cmake - add math library for test programs demo and compare when building dyn...willson-chen2020-04-201-2/+2
* cmake - Fix CMake install include directoryevpobr2020-04-202-1/+3
* cmake - Add support for detecting the presence of lrint and lrintf.Nathaniel R. Lewis2020-04-202-0/+9
* cmake - add CPack and default to TGZ packageMarcus Asteborg2020-04-201-0/+2
* cmake - make package version parsing more robustMarcus Asteborg2020-04-201-1/+6
* Fix celt decoder assertion when using OPUS_CUSTOMNiclas Olmenius2020-04-131-1/+7
* Fix another signed integer overflow in silk_noise_shape_quantizer_del_decFelicia Lim2020-03-231-1/+1
* Fix signed integer overflows in silk_noise_shape_quantizer_del_decFelicia Lim2020-03-091-5/+5
* Fix for an assertion when running the fixed point testsJesús de Vicente Peña2020-02-141-9/+11