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
path: root/src
AgeCommit message (Expand)Author
2012-10-10Attenuates the HF in hybrid mode to match what SILK does below the cutoffKoen Vos
2012-10-10Using floor(.5+x) instead of lrint(x) for C90 compilersJean-Marc Valin
2012-10-10copysignf() was C99-onlyJean-Marc Valin
2012-10-09Gets rid of unused boost analysis code that never worked anyway.Jean-Marc Valin
2012-10-09Merge branch 'exp_analysis7'Jean-Marc Valin
2012-10-09Tuning the speech/music probability modelexp_analysis7Jean-Marc Valin
2012-09-21Reduces rate/max rate to make room for redundancyJean-Marc Valin
2012-09-19Fixes a CELT->hybrid switching issueJean-Marc Valin
2012-09-14Shrinks tansig table, makes data static constJean-Marc Valin
2012-09-12Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò
2012-09-12opus_demo: mark tables as static constants.Diego Elio Pettenò
2012-09-08Remove large multistream stack buffers.Timothy B. Terriberry
2012-09-06Balance parentheses in opus_multistream.c.Timothy B. Terriberry
2012-08-29Add opus_multistream.h to MSVC project files.Gregory Maxwell
2012-08-22Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell
2012-08-17Fix an MSVC warning.Ralph Giles
2012-08-07OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell
2012-08-07Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-07-27Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell
2012-07-20Small cleanups to MSVC build setup.Gian-Carlo Pascutto
2012-07-20Fixes MSVC projects and adds git version generator toolChris Moeller
2012-07-18Don't try to create fullband silk frames when forced to low rate.Gregory Maxwell
2012-07-18Convert some double constants to float.Gregory Maxwell
2012-07-17Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto
2012-07-17Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-14Opus_multistream API hardening.Gregory Maxwell
2012-07-14OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell
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-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-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-13Adds a 3 Hz high-pass filter and boost allocation on leakageJean-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-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-13Fix MSVC Debug builds, set missing dependencies for tests.Gian-Carlo Pascutto