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
2019-10-02Use new waveform matching option on ambisonicsexp_waveform_matching2Jean-Marc Valin
2019-10-02Adds OPUS_{GS}ET_WAVEFORM_MATCHING encoder ctlJean-Marc Valin
2019-09-03Fix NEON optimizations buffer read overrunFelicia Lim
2019-07-08Avoid processing LPC coeffs beyond the given order in NEON optimizationsFelicia Lim
2019-06-05Fix typo in _FORTIFY_SOURCE define.Marcus Asteborg
2019-06-01Silk CNG adapts faster to received packets with lower gainsFelicia Lim
2019-04-26Add mising cmake file from make distexp_ignoreJean-Marc Valin
2019-04-14Update checksumsJean-Marc Valin
2019-04-12Bump LT versionv1.3.1Jean-Marc Valin
2019-04-12CMake changesMarcus Asteborg
2019-04-11CMake changesMarcus Asteborg
2019-04-11API for checking whether the encoder is in DTXGustaf Ullberg
2019-04-09Correctly enable/disable SILK DTX with forced modeMark Harris
2019-04-09Fix build errors using Makefile.mipsMark Harris
2019-04-03Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobrMarcus Asteborg
2019-04-01Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin
2019-03-02Fix mismatching arg names in function declaration and definitionFelicia Lim
2019-02-26test_opus_encode: Use fprintf instead of snprintfMark Harris
2019-02-14Reset nb_no_activity_frames when analysis DTX isn't usedanalysis_fix2Jean-Marc Valin
2019-02-14Improve silence handlingJean-Marc Valin
2019-02-13Fixing initialization issues on small frame sizesJean-Marc Valin
2019-02-13Fixes analysis buffering for silence and complexity changesJean-Marc Valin
2019-02-13Avoiding problems with x87Jean-Marc Valin
2019-01-23Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUESTJean-Marc Valin
2019-01-20Fix FIXED_POINT conditional checkevpobr
2018-12-30Clean up resources in projection testMark Harris
2018-11-22Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin
2018-11-03missing scriptJean-Marc Valin
2018-11-03Adding the scripts used to train the RNN classifierJean-Marc Valin
2018-10-31Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson
2018-10-31Make float2int() static with VSJean-Marc Valin
2018-10-30Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELTJean-Marc Valin
2018-10-30Fixes misleading initialization with not enough zerosJean-Marc Valin
2018-10-30update checksumsJean-Marc Valin
2018-10-17Bump LT version numbersv1.3Jean-Marc Valin
2018-10-16Proper detection of _mm_cvtss_si32 for MS compilerPavel P
2018-10-16Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashesJean-Marc Valin
2018-09-27Prevent the SILK counter from overflowing after 2 years and 9 monthsJean-Marc Valin
2018-09-25Retrain RNN classifier weights to include reverberated speechJean-Marc Valin
2018-09-14Fixes packet parsing for 16-bit CPUsv1.3-rc2Jean-Marc Valin
2018-09-14Clarify configure --helpJean-Marc Valin
2018-09-13Update ISO Base Media Format draft to version 0.8.1.Ralph Giles
2018-09-10Avoiding get_demixing_matrix() symbol clash on unified buildJean-Marc Valin
2018-09-10OpusMSDecoder does not have an arch fieldJean-Marc Valin
2018-09-07Add include/opus_projection.h to opus_headers.mkJean-Marc Valin
2018-08-31Apply equal bit allocation to ambisonic channelsMarcin Gorzel
2018-07-28Work around VS2015 internal compiler errorstagingMark Harris
2018-07-28Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation()Jean-Marc Valin
2018-07-28Fix bitrate allocation for channel mapping 2Felicia Lim
2018-07-27win32: Add ambisonics sources to VS projectJoshua Bowman