aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-29Avoiding leaks when opus_demo exits with an errorJean-Marc Valin
2018-05-28Only call isqrt32() with a positive argumentMark Harris
2018-05-24Switch from narrowband to wideband at 9 kb/s, don't use mediumbandJean-Marc Valin
2018-05-24Fix decision thresholds for larger frame sizesJean-Marc Valin
2018-05-24Fixes a SILK bandwidth switching regressionJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-03-27Misc assertion cleanupJean-Marc Valin
2018-03-27Some missing checksJean-Marc Valin
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-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