aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07Decouple OpusProjection* API from static matrices.Andrew Allen
2017-12-07Ensure mapping matrix size is always valid.Andrew Allen
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-16fix 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-09Retrained speech/music RNNJean-Marc Valin
2017-11-07Support for Channel Mapping 253Andrew Allen
2017-10-06Fixing (hopefully) bandwidth detection for 24 kHz analysisJean-Marc Valin
2017-10-05float constantsJean-Marc Valin
2017-10-05Add 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-19Add "f" suffix to float constantsJean-Marc Valin
2017-06-10Improving tonality estimation with delayed decisionJean-Marc Valin
2017-06-06Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang
2017-06-04Initialize 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-01fix commentsJean-Marc Valin
2017-06-01Avoid using log2() since it's not in C90Jean-Marc Valin
2017-06-01Adding leakage modelling to boost bandsJean-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-28oops, fix build broken by previous patchJean-Marc Valin
2017-04-28Non-diegetic support for Ambisonics Mapping 254.Drew Allen
2017-02-26Fix 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-17opus_demo: remove obsolete option from usageMark Harris
2016-12-16Adding a missing "else"Jean-Marc Valin
2016-11-10Remove commented-out DEBUG_STORE_DATA calls. r=keonRalph Giles
2016-11-05Remove redundant codeMark Harris
2016-11-05Fix crash on bad encoder frame_size argumentMark Harris
2016-11-04Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-11-02Reduce redundancy when SILK uses too many bitsMark Harris
2016-11-02Fix redundancy on SILK 80+ms bandwidth switchMark Harris
2016-10-31Fix amount of extra bytes reserved for 100 msFelicia Lim
2016-10-28Multistream encoder: allocate an extra byte per stream for 100 msFelicia Lim