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-05-03Reverts the transient_analysis() changes from 4e8b9905exp_wip4Jean-Marc Valin
2012-03-06Fixes issues when downmixing to mono or when encoding below fullbandJean-Marc Valin
2012-03-06Tonality and pitch tuningJean-Marc Valin
2012-03-06Converting most of the new code to fixed-point (not complete yet)Jean-Marc Valin
2012-03-06Fixes some issues discovered with a log sweepJean-Marc Valin
2012-03-06Tuning the dynalloc adjustments and checking for LF transientsJean-Marc Valin
2012-03-06Adds a 3 Hz high-pass filter and boost allocation on leakageJean-Marc Valin
2012-03-06Dynalloc based on a bands that stand out of the "noise floor"Jean-Marc Valin
2012-03-06Transient/VBR tuning, give more bits to frames where pitch changesJean-Marc Valin
2012-03-06New transient code, weighted tonalityJean-Marc Valin
2012-03-06VBR tuningJean-Marc Valin
2012-03-06Adds automatic bandwidth detectionJean-Marc Valin
2012-03-06Better training setJean-Marc Valin
2012-03-06Adds low-energy feature, training with noiseJean-Marc Valin
2012-03-06Better trainingJean-Marc Valin
2012-03-06Adds MFCC standard deviation featuresJean-Marc Valin
2012-03-06Down to 17 features with same error rateJean-Marc Valin
2012-03-06Adds cepstral mean subtraction (CMS) to analysisJean-Marc Valin
2012-03-06Continuous trim calculations, tapset/spread now use new analysisJean-Marc Valin
2012-03-06Speech/music discrimination (not used for anything yet)Jean-Marc Valin
2012-03-06Cleanup, slightly changed analysis band layout, MFCC-like featuresJean-Marc Valin
2012-03-06Cleans up the most ugly parts of the analysis codeJean-Marc Valin
2012-03-06Adds an analysis function to control VBRJean-Marc Valin
2012-03-06Implements a better transient metric for VBRJean-Marc Valin
2012-03-06Using a "pure L1" metric for tf analysisJean-Marc Valin
2012-03-06Unconstrained VBR no longer attempt to hit an average rateJean-Marc Valin
2012-03-06Fix documenation typos.Ralph Giles
2012-03-06Fix typos in the API documentation.Ralph Giles
2012-03-06Restore the windows-side #ifdef check in silk/MacroDebug.h.Ralph Giles
2012-03-06Check for underflow in the debug USUB32.Ralph Giles
2012-03-06Enable the silk debug macros with FIXED_DEBUG.Ralph Giles
2012-03-06Fix a signed-compare warning.Ralph Giles
2012-03-06Print the actual arguments to the debug UADD/SUB32 routines.Ralph Giles
2012-03-06Uncomment the reporting for UADD32 and USUB32 in fixed_debug.h.Ralph Giles
2012-03-06Used unsigned intermediates with unsigned arguments in fixed_debug.h.Ralph Giles
2012-03-06Use automake's support for parallel test execution.Ralph Giles
2012-03-06Fix --enable-fixed-point-debug.Ralph Giles
2012-03-06Guard against pathologically small bufferVincent Penquerc'h
2012-03-06Make input mapping parameter const in multistream APIVincent Penquerc'h
2012-03-06Adds missing RESTORE_STACK statements on error pathsJean-Marc Valin
2012-03-06More consistent types for 16-bit architecturesJean-Marc Valin
2012-03-06Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell
2012-03-06Various multistream fixes.Gregory Maxwell
2012-03-0640/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell
2012-03-06Add config.h (and copyright notice) to repacketizer_demo.c.Gregory Maxwell
2012-03-06Eliminates an unused parameter warning in anti_collapse()Jean-Marc Valin
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2012-02-09Modifies the comparison tool to make it much more permissive.Jean-Marc Valin
2012-01-31Fixes MSVC warningsKoen Vos
2012-01-31Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin