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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-23gitlab-ci: Re-enable builds for merge requests.gitlab-ci-mrRalph Giles
2020-12-09docs: fix simple typo, neareast -> nearestTim Gates
2020-11-26Meson: Fix doc build when opus is a subprojectXavier Claessens
2020-11-21cmake - add option for fixed point debugMarcus Asteborg
2020-11-21cmake - add option for check asmMarcus Asteborg
2020-11-21cmake - add option for fuzzingMarcus Asteborg
2020-11-21cmake - add option for hardeningMarcus Asteborg
2020-11-21cmake - add option for assertionsMarcus Asteborg
2020-11-21CMakeLists.txt: specify working directory in add_test() directivesDavide Beatrici
2020-11-21CMakeLists.txt: specify path to target file in add_test() directivesDavide Beatrici
2020-11-21cmake - change logging of api version to debugMarcus Asteborg
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-22Fix MSVC warning about trunction from double to floatNirbheek Chauhan
2020-08-22repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-08-22celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan
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