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
AgeCommit message (Expand)Author
2012-10-09Tuning the speech/music probability modelexp_analysis7Jean-Marc Valin
2012-09-19Fixes a CELT->hybrid switching issueJean-Marc Valin
2012-09-15s/SHL/SHL16/Jean-Marc Valin
2012-09-14Shrinks tansig table, makes data static constJean-Marc Valin
2012-09-14Makes dynalloc more conservative for CBR and CVBRJean-Marc Valin
2012-09-13Adds anslysis code for tf_selectJean-Marc Valin
2012-08-14Fixes a silly bug where only the left channel was used for depth estimationJean-Marc Valin
2012-07-27Enables the second dynalloc MDCT only at complexity 8Jean-Marc Valin
2012-07-27Makes VBR rate variations less aggressive at low bit-rates and for CVBRJean-Marc Valin
2012-07-26Smoother intensity stereo decision thresholdsJean-Marc Valin
2012-07-25Adds some histeresis to the stereo savingJean-Marc Valin
2012-07-25VBR tuning: increases transient and dynalloc boostJean-Marc Valin
2012-07-23Fixes issues with stereo saving and dynallocJean-Marc Valin
2012-07-14OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell
2012-07-13Fixes make distJean-Marc Valin
2012-07-13Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-07-13Builds the analysis files more cleanly than #including C filesJean-Marc Valin
2012-07-13Gets rid of // commentsJean-Marc Valin
2012-07-13fixed-point (re-)conversion of the VBR codeJean-Marc Valin
2012-07-13Fixes a VBR bug with 2.5 ms framesJean-Marc Valin
2012-07-13Speeds up analysis by getting rid of calls to atan2() and cos()Jean-Marc Valin
2012-07-13Rename version flag to exp_wip5 to exp_analysis.Gregory Maxwell
2012-07-13Add exp_wip5 tag to version string.Gregory Maxwell
2012-07-13Reverts the transient_analysis() changes from 4e8b9905Jean-Marc Valin
2012-07-13Fixes issues when downmixing to mono or when encoding below fullbandJean-Marc Valin
2012-07-13Tonality and pitch tuningJean-Marc Valin
2012-07-13Converting most of the new code to fixed-point (not complete yet)Jean-Marc Valin
2012-07-13Fixes some issues discovered with a log sweepJean-Marc Valin
2012-07-13Tuning the dynalloc adjustments and checking for LF transientsJean-Marc Valin
2012-07-13Adds a 3 Hz high-pass filter and boost allocation on leakageJean-Marc Valin
2012-07-13Dynalloc based on a bands that stand out of the "noise floor"Jean-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-13Better training setJean-Marc Valin
2012-07-13Adds low-energy feature, training with noiseJean-Marc Valin
2012-07-13Better trainingJean-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-13Continuous trim calculations, tapset/spread now use new 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
2012-07-13Implements a better transient metric for VBRJean-Marc Valin
2012-07-13Using a "pure L1" metric for tf analysisJean-Marc Valin
2012-07-13Unconstrained VBR no longer attempt to hit an average rateJean-Marc Valin
2012-07-13Fix MSVC Debug builds, set missing dependencies for tests.Gian-Carlo Pascutto