aboutsummaryrefslogtreecommitdiff
path: root/src/analysis.c
AgeCommit message (Expand)Author
2013-06-27Fixes MSVC warningsJean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-05-13Slight simplification of the bandwidth detection codeJean-Marc Valin
2013-04-15Converts the analysis to ALLOC()Jean-Marc Valin
2013-04-15Fixes a minor bug found by valgrind in the bandwidth detectorJean-Marc Valin
2013-03-12Makes bandwidth detection less aggressive.Jean-Marc Valin
2013-03-11Fixes C90 issues for obsolete compilersRobert Meakins
2013-02-28Makes the speech/music probability estimation mode conservativeJean-Marc Valin
2013-02-22Adds silence probability to speech/music detectorJean-Marc Valin
2013-02-20Adds support for delayed decisionJean-Marc Valin
2013-02-10Makes analysis usable for all frame sizesJean-Marc Valin
2013-02-10Moves analysis to the beginning of opus_encode()Jean-Marc Valin
2012-12-21Fixes MSVC warnings for double->float and float->int conversionJean-Marc Valin
2012-12-21New bandwidth detection codeJean-Marc Valin
2012-10-23Fix the MSVC build.Joshua Bowman
2012-10-09copysignf() was C99-onlyJean-Marc Valin
2012-10-09Gets rid of unused boost analysis code that never worked anyway.Jean-Marc Valin
2012-10-09Tuning the speech/music probability modelJean-Marc Valin
2012-09-14Shrinks tansig table, makes data static constJean-Marc Valin
2012-07-13Builds the analysis files more cleanly than #including C filesJean-Marc Valin
2012-07-13Speeds up analysis by getting rid of calls to atan2() and cos()Jean-Marc Valin
2012-07-13Tonality and pitch tuningJean-Marc Valin
2012-07-13Transient/VBR tuning, give more bits to frames where pitch changesJean-Marc Valin
2012-07-13New transient code, weighted tonalityJean-Marc Valin
2012-07-13VBR tuningJean-Marc Valin
2012-07-13Adds automatic bandwidth detectionJean-Marc Valin
2012-07-13Adds low-energy feature, training with noiseJean-Marc Valin
2012-07-13Adds MFCC standard deviation featuresJean-Marc Valin
2012-07-13Down to 17 features with same error rateJean-Marc Valin
2012-07-13Adds cepstral mean subtraction (CMS) to analysisJean-Marc Valin
2012-07-13Speech/music discrimination (not used for anything yet)Jean-Marc Valin
2012-07-13Cleanup, slightly changed analysis band layout, MFCC-like featuresJean-Marc Valin
2012-07-13Cleans up the most ugly parts of the analysis codeJean-Marc Valin
2012-07-13Adds an analysis function to control VBRJean-Marc Valin