Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-22silk: Fix incorrect ifdef in debug.cNirbheek Chauhan
2020-08-10opus_decoder_fuzzer: limit the number of decodes to avoid timeoutFelicia Lim
2020-08-08cmake - MINGW check for ssp lib and link if security features is enabledMarcus Asteborg
2020-08-08CMake: Make _FORTIFY_SOURCE optionalZeno Endemann
2020-08-08cmake - fix bugs around consuming Opus as a submodule in cmake and package ve...Marcus Asteborg
2020-08-08cmake - Fix typo bug in enable_float_api optionMarcus Asteborg
2020-08-08cmake - add warning flags for clang, gcc etc.Marcus Asteborg
2020-08-08gitlab-ci: Run jobs on the gcc:9 image.Ralph Giles
2020-07-08configure: adjust x86 get cpu info inline assembly method for PIC casesezero
2020-06-18Fix and clean up opus_decode_fuzzerFelicia Lim
2020-06-16Remove trailing whitespaces in vla.c that was missed previouslyMarcus Asteborg
2020-06-16Add CI to check for trailing whitespaces in merge requestsMarcus Asteborg
2020-06-14Fix arm build with rtcd enabled.Ralph Giles
2020-06-14Fix trailing whitspace in previous commitMarcus Asteborg
2020-06-14Prefer SSE and ASM implementation of float2int before lrintf for MSVCMarcus Asteborg
2020-06-14Silence clang silk_encoder alignment warningMark Harris
2020-06-13fix doc/build_draft.sh run errorwillson-chen
2020-06-13opus draft: fix run failed under dashwillson-chen
2020-06-13cmake - refactor and cleanup optionsMarcus Asteborg
2020-06-13cmake/CFeatureCheck.cmake: fix feature tests failing when Opus is a submoduleDavide Beatrici
2020-06-13cmake - add option to disable intrinsicsMarcus Asteborg
2020-06-13cmake - move all compiler feature detection to OpusConfigMarcus Asteborg
2020-06-13cmake - add include guards to cmake filesMarcus Asteborg
2020-06-13cmake - move cmake related files to cmake folder to make root dir less busyMarcus Asteborg
2020-06-13cmake - only publish opus_custom.h if custom modes is enabled #121Marcus Asteborg
2020-06-13cmake - add headers to projectMarcus Asteborg
2020-06-13Add support to CMake build for building frameworks on Apple systems.Simon Jackson
2020-06-12Fix intrin0.h include guard.Ralph Giles
2020-06-12Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg
2020-06-11Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg
2020-06-11Build and run test for cmake build in gitlab-ciMarcus Asteborg
2020-06-09Update Doxygen config file, header and footer to Doxygen 1.8.18Marcus Asteborg
2020-06-01Build trivial_example by default.Ralph Giles
2020-06-01trivial_example: Check the return value of fread().Ralph Giles
2020-06-01trivial_example: open raw pcm files in binary mode.Ralph Giles
2020-05-26fix equivalent bitrate calculation for <20ms frame sizesHector Martin
2020-05-11Repository moved to gitlab.xiph.orgMark Harris
2020-05-10gitlab-ci: Add a build description.Ralph Giles
2020-04-26Fix a typo in in opus_custom.h.Hua, Chunbo
2020-04-21cmake - add option for fast mathMarcus Asteborg
2020-04-21cmake - add option for float_approx for IEEE 754 compatible targetsMarcus Asteborg
2020-04-21cmake - Add variable length detection and alloca detectionMarcus Asteborg
2020-04-21CMake ChangesNathaniel R. Lewis
2020-04-21cmake - Fix OPUS_STACK_PROTECTOR optionMarcus Asteborg
2020-04-21cmake - Add OPUS prefix to feature info to show correct commandline optionMarcus Asteborg
2020-04-21cmake - Add option for testing to improve cliMarcus Asteborg
2020-04-21cmake - intinsics fixes, only compile SSE source with SSE flags on non-window...Marcus Asteborg
2020-04-21cmake - add math library for test programs demo and compare when building dyn...willson-chen
2020-04-21cmake - Fix CMake install include directoryevpobr
2020-04-21cmake - Add support for detecting the presence of lrint and lrintf.Nathaniel R. Lewis