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
path: root/src
AgeCommit message (Expand)Author
2018-03-27Adding multistream decoder validationJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adds Opus decoder state validationJean-Marc Valin
2018-03-27Fixing no-redundancy CELT->SILK and CELT->hybrid transitionsJean-Marc Valin
2018-03-21Support for Ambisonics.Andrew Allen
2018-03-12Using a first-order filter for DC rejectionJean-Marc Valin
2018-02-21Fix comment to take into account previous commitJean-Marc Valin
2018-02-21Increasing the CELT bit allocation slightly for stereo hybridJean-Marc Valin
2018-02-20Fix divide-by-zeros in opus_demo stats codeJean-Marc Valin
2018-01-26Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin
2017-12-31Fixes NaN issues in compute_stereo_width()Jean-Marc Valin
2017-12-08Decouple OpusProjection* API from static matrices.Andrew Allen
2017-12-08Ensure mapping matrix size is always valid.Andrew Allen
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-17fix float constantsJean-Marc Valin
2017-11-16Tuning decision thresholds for low-bitrate musicJean-Marc Valin
2017-11-10Fix matrix export via CTL func.Andrew Allen
2017-11-10Retrained speech/music RNNJean-Marc Valin
2017-11-08Support for Channel Mapping 253Andrew Allen
2017-10-06Fixing (hopefully) bandwidth detection for 24 kHz analysisJean-Marc Valin
2017-10-06float constantsJean-Marc Valin
2017-10-06Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-09-28Better rate allocation for stereo SILK in hybrid modeJean-Marc Valin
2017-08-29Fix typo in a comment in opus_decoder.cMatt Brubeck
2017-07-06Fix uninitialized variables in decide_dtx_mode()Andrew Larkin
2017-06-26Working around misdetected audio bandwidthJean-Marc Valin
2017-06-20Add "f" suffix to float constantsv1.2Jean-Marc Valin
2017-06-10Improving tonality estimation with delayed decisionJean-Marc Valin
2017-06-07Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang
2017-06-05Initialize speech/music prob based on applicationJean-Marc Valin
2017-06-04Properly compute redundancy_bytesJean-Marc Valin
2017-06-04Properly init speech/music confidence valuesJean-Marc Valin
2017-06-02fix commentsJean-Marc Valin
2017-06-01Avoid using log2() since it's not in C90Jean-Marc Valin
2017-06-01Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin
2017-06-01Analysis refactoring for fixed-point scalingJean-Marc Valin
2017-05-26Fix memory leaks in opus_compare.cJean-Marc Valin
2017-05-23Fixes a surround bug on loud signalJean-Marc Valin
2017-05-17Optimize silk_biquad_alt_stride2() for ARM NEONLinfeng Zhang
2017-05-17Update silk_biquad_alt()Linfeng Zhang
2017-04-29oops, fix build broken by previous patchJean-Marc Valin
2017-04-29Non-diegetic support for Ambisonics Mapping 254.Drew Allen
2017-02-27Fix compiler warningsMark Harris
2017-02-14Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functionsJean-Marc Valin
2016-12-22Fix some compiler warningsMark Harris
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-12-18opus_demo: remove obsolete option from usageMark Harris
2016-12-16Adding a missing "else"Jean-Marc Valin
2016-11-11Remove commented-out DEBUG_STORE_DATA calls. r=keonRalph Giles
2016-11-06Remove redundant codeMark Harris