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-04-09remove decoder delay for widebandexp_silk_feature_dumpJean-Marc Valin
2019-04-07Dump features from the SILK decoderJean-Marc Valin
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
2018-07-27Fixes C90 "mixed declarations and code" errorJean-Marc Valin
2018-07-27Remove ambisonics experimental flagJean-Marc Valin
2018-07-26Enable ambisonics by defaultJean-Marc Valin
2018-07-26Enable hardening by defaultJean-Marc Valin
2018-07-26Fix comma that should have been a semicolonJean-Marc Valin
2018-07-26oopsJean-Marc Valin
2018-07-26Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin
2018-07-22Validate multistream/projection decoder frame_sizeMark Harris
2018-07-22Silence compiler warningsMark Harris
2018-06-14Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin
2018-06-01update checksumsJean-Marc Valin
2018-05-29Avoiding arithmetic on NULL pointerv1.3-rcJean-Marc Valin
2018-05-29Avoiding leaks when opus_demo exits with an errorJean-Marc Valin