summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'draft-willson' into draftdraftRalph Giles2020-06-1330-331/+415
|\
| * 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
* | opus draft: Add missing date tags to references.Ralph Giles2020-04-211-0/+24
* | opus draft: Fix xml anchors.Ralph Giles2020-04-211-5/+5
* | opus draft: Fix toc=exclude typo.Ralph Giles2020-04-211-9/+9
* | Update build_draft.sh xml2rfc invocation.Ralph Giles2020-04-211-2/+1
* | Make draft build scripts download over https.Ralph Giles2020-04-212-2/+2
* | Fix build_draft.sh portability.Ralph Giles2020-04-211-1/+1
* | fix doc/build_draft.sh run errorwillson-chen2020-04-211-0/+9
* | gitlab-ci: Add doc job to invoke the build_draft scripts.Ralph Giles2020-04-211-0/+14
* | gitlab-ci: Update autoconf cache paths.Ralph Giles2020-04-211-2/+6
* | Add gitlab ci build description.Ralph Giles2020-04-211-0/+31
|/
* 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