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-07-03Add exp_wip5 tag to version string.exp_wip6Gregory Maxwell
2012-07-03Reverts the transient_analysis() changes from 4e8b9905Jean-Marc Valin
2012-07-03Fixes issues when downmixing to mono or when encoding below fullbandJean-Marc Valin
2012-07-03Tonality and pitch tuningJean-Marc Valin
2012-07-03Converting most of the new code to fixed-point (not complete yet)Jean-Marc Valin
2012-07-03Fixes some issues discovered with a log sweepJean-Marc Valin
2012-07-03Tuning the dynalloc adjustments and checking for LF transientsJean-Marc Valin
2012-07-03Adds a 3 Hz high-pass filter and boost allocation on leakageJean-Marc Valin
2012-07-03Dynalloc based on a bands that stand out of the "noise floor"Jean-Marc Valin
2012-07-03Transient/VBR tuning, give more bits to frames where pitch changesJean-Marc Valin
2012-07-03New transient code, weighted tonalityJean-Marc Valin
2012-07-03VBR tuningJean-Marc Valin
2012-07-03Adds automatic bandwidth detectionJean-Marc Valin
2012-07-03Better training setJean-Marc Valin
2012-07-03Adds low-energy feature, training with noiseJean-Marc Valin
2012-07-03Better trainingJean-Marc Valin
2012-07-03Adds MFCC standard deviation featuresJean-Marc Valin
2012-07-03Down to 17 features with same error rateJean-Marc Valin
2012-07-03Adds cepstral mean subtraction (CMS) to analysisJean-Marc Valin
2012-07-03Continuous trim calculations, tapset/spread now use new analysisJean-Marc Valin
2012-07-03Speech/music discrimination (not used for anything yet)Jean-Marc Valin
2012-07-03Cleanup, slightly changed analysis band layout, MFCC-like featuresJean-Marc Valin
2012-07-03Cleans up the most ugly parts of the analysis codeJean-Marc Valin
2012-07-03Adds an analysis function to control VBRJean-Marc Valin
2012-07-03Implements a better transient metric for VBRJean-Marc Valin
2012-07-03Using a "pure L1" metric for tf analysisJean-Marc Valin
2012-07-03Unconstrained VBR no longer attempt to hit an average rateJean-Marc Valin
2012-06-29Add configure option to disable stack protector.Gregory Maxwell
2012-06-19Dos2unix, trailing whitespace on draft-spittka-payload-rtp-opus.xml.Gregory Maxwell
2012-06-14Adds a copy of the RTP payload XMLJean-Marc Valin
2012-06-12Add -fixed to the version string & clarify that fixed disables float.Gregory Maxwell
2012-06-11Include the doc dir in DIST_SUBDIRS instead of EXTRA_DISTRon
2012-06-11opus_compare.m was outdatedJean-Marc Valin
2012-06-11Don't bark scary warnings at compile time about no doxygenRon
2012-06-11Fixup paths in doc/Gregory Maxwell
2012-06-11Pretty up the HTML doxygen output.Gregory Maxwell
2012-06-11Add brief descriptions to the encode/decode groups to avoid weird autobreif s...Gregory Maxwell
2012-06-11Correct documentation in opus_custom.h.Gregory Maxwell
2012-06-05Remove unnecessary and not-very-portable opus_demo case insensitivity.Gregory Maxwell
2012-06-03Fix doxygen docs wrt OPUS_WARN_UNUSED_RESULT and OPUS_ARG_NONNULL.Gregory Maxwell
2012-06-01Update headers to cause warnings on unused returns and null args.Gregory Maxwell
2012-06-01modified the Visual Studio 2010 projects and solution file to include a x64 c...root
2012-06-01 Avoid an inconsequential memory leak in tests/test_opus_decode.cGregory Maxwell
2012-06-01Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell
2012-05-31Seems like using dllimport on Windows wasn't usefulJean-Marc Valin
2012-05-30Fix for building mingw32 apps.Gregory Maxwell
2012-05-30Advertise the static library for uninstalled builds.Ralph Giles
2012-05-30Fixes some cases where MIN/MAX macros result in duplicated function callsJean-Marc Valin
2012-05-29Fix opus-uninstalled.pc.Timothy B. Terriberry
2012-05-24Add extern "C" protection to opus_multistream.h.Ralph Giles