aboutsummaryrefslogtreecommitdiff
path: root/src/analysis.c
AgeCommit message (Expand)Author
2021-07-08libOpus: fix integer overflow in silk_resampler_down2_hpNeelkamal Semwal
2020-06-11Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg
2019-02-13Improve 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-12Avoiding problems with x87Jean-Marc Valin
2018-09-25Retrain RNN classifier weights to include reverberated speechJean-Marc Valin
2018-06-14Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin
2018-01-26Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin
2017-11-16fix float constantsJean-Marc Valin
2017-11-09Retrained speech/music RNNJean-Marc Valin
2017-10-06Fixing (hopefully) bandwidth detection for 24 kHz analysisJean-Marc Valin
2017-10-05Add RNN for VAD and speech/music classificationJean-Marc Valin
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-04Initialize speech/music prob based on applicationJean-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-02-26Fix compiler warningsMark Harris
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-09-07Prevent tonality estimator from running too often with 2.5 and 5 ms framesJean-Marc Valin
2016-08-11Making stereo_itheta() use the same atan2() approximation as tonality_analysis()Jean-Marc Valin
2016-07-17New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-07-17Simplifying fast_atan2f()Jean-Marc Valin
2016-07-17Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-06-29Address static analysis reports from scan-buildJean-Marc Valin
2015-12-31Add tonality_analysis_reset().Ralph Giles
2015-12-31Add an initializer for TonalityAnalysisState.Ralph Giles
2015-10-07armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-08-07Fix const struct to work with C++ compilationMark Harris
2013-12-10More NaN hardening in the analysis codeJean-Marc Valin
2013-11-13Fixes MSVC conversion warningsJean-Marc Valin
2013-11-09Fixes some minor issues found by scan buildJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-09-28Makes analysis work when encoding more than 20 ms at a timeJean-Marc Valin
2013-09-28run_analysis() doesn't need to return the frame size anymoreJean-Marc Valin
2013-09-16Moves frame size selection back out of opus_encode_native()Jean-Marc Valin
2013-09-09Analysis scaling fixesJean-Marc Valin
2013-09-06Makes speech/music detection work with FIXED_POINT (code still float)Jean-Marc Valin
2013-09-06First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-09-05Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin
2013-07-15Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-15Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-07-01More speech/music detection comments (delayed decision)Jean-Marc Valin
2013-07-01Commenting the speech/music Markov codeJean-Marc Valin
2013-06-27Fixes more MSVC warningsJean-Marc Valin