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 (Collapse)Author
2011-05-30Training now stops when stuck in a minimumexp_detectionJean-Marc Valin
2011-05-30MLP training improvementJean-Marc Valin
2011-05-28run-time MLP codeJean-Marc Valin
2011-05-28Fixes a few training issuesJean-Marc Valin
2011-05-27preventing huge adaptation ratesJean-Marc Valin
2011-05-27MLP seems to work better the GMM approach on classificationJean-Marc Valin
2011-05-26estimating delta cepstral coefficients over 5 framesJean-Marc Valin
2011-05-25test_opus error messagesJean-Marc Valin
2011-05-25Feature extractionJean-Marc Valin
2011-05-24Early music detection codeJean-Marc Valin
2011-05-21s/inline/static inline/Jean-Marc Valin
2011-05-20Fixing silk fixed pointWessel Lubberhuizen
2011-05-20Fixes a bug in the init() functions where were weren't zeroing the entire stateJean-Marc Valin
2011-05-20Squashed commit of the following:Jean-Marc Valin
commit 5b64cf7c4d67af9050bc959996ef976ce6326888 Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu May 19 16:40:35 2011 -0400 Fixes a few bugs introduced in the latest update commit b91eb86025d2de3c4cf04f4fb1aa48a28ad676a3 Author: Timothy B. Terriberry <tterribe@xiph.org> Date: Thu May 19 16:12:02 2011 -0400 build_draft.sh fixes commit 0b10c30db7ad60ff7d4bfc1139bdb86e0543c035 Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu May 19 15:30:21 2011 -0400 Fixes the draft build commit 164424cded5978e657105104e171ac202dde5e5b Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Thu May 19 15:00:23 2011 -0400 Updated build system commit 188d9fcba8c3a1b1ad67c67c430e1b37e3658a40 Author: Koen Vos <koen.vos@skype.net> Date: Thu May 19 17:14:57 2011 -0400 SILK/Opus update
2011-05-17Removing useless filesJean-Marc Valin
2011-05-16Addressing all the FIXMEs in the codeJean-Marc Valin
Includes better error handling in fft/mdct init
2011-05-14Code cleanupJean-Marc Valin
defining HALF16() too
2011-05-14Reduces the PLC array sizes to what's necessaryJean-Marc Valin
2011-05-14PLC cleanupJean-Marc Valin
Pitch search can now go up to 720 samples
2011-05-11Adding a decent auto/default bit-rate choiceJean-Marc Valin
2011-05-10test_opus.c now checks the sampling rateJean-Marc Valin
2011-05-10Reject more invalid packets in the decoder.Timothy B. Terriberry
Code 3 packets with 0 frames are now invalid, and any packet with a frame larger than 1275 bytes is invalid (to allow for repacketization).
2011-05-10Intermediate draft edits.Timothy B. Terriberry
This also includes changes to build_draft.sh to allow it to be invoked from anywhere.
2011-05-09The encoder would crash in the PVQ search if fed NaNs via the float ↵Gregory Maxwell
interface. This patch protects against it in two sufficient ways: Making the PVQ search robust against NaNs and by squashing NaNs to zero on input. Thanks to David Richards for reporting this failure mode.
2011-05-06Adds opus_{en|de}coder_init() and opus_{en|de|coder_get_size()Jean-Marc Valin
2011-05-06Removes pointers from the Opus stateJean-Marc Valin
We now store the SILK/CELT offsets so that the Opus state can now be moved/copied elsewhere in memory without problem
2011-05-05Improvements to error handling and warning fixesJean-Marc Valin
2011-05-05Disable parentheses warnings automatically.Timothy B. Terriberry
This ensures we don't have to rely on build-system support for disabling these warnings in libcelt.
2011-05-05Rewrote the bandwidth selection codeJean-Marc Valin
New code should be cleaner and easier to tune
2011-05-05Minor tuning the WB/SWB and SWB/FB thresholdsJean-Marc Valin
2011-05-04Fixes duplicate file in silk_sources.mkJean-Marc Valin
2011-05-04commentsJean-Marc Valin
2011-05-04Fixes bandwidth decision when reducing the bit-rateJean-Marc Valin
2011-05-02Including config.h (fixes the fixed-point)Jean-Marc Valin
2011-05-02build fixesJean-Marc Valin
2011-05-02Oops removing .gitmodulesJean-Marc Valin
2011-05-02Squashed commit of the following:Koen Vos
commit dfe4d46f9abf6b0e96e66370d428da4e283204ce Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Mon May 2 09:59:45 2011 -0400 SILK file list update commit 5faf541d86445eb8ce1775ea206e88afe83c7107 Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Mon May 2 09:51:29 2011 -0400 Makefiles update commit f5d70b3ccbe209cc07a1a604fffca93ea34bc64b Author: Koen Vos <koen.vos@skype.net> Date: Mon May 2 09:50:33 2011 -0400 SILK stereo update and MSVC build update
2011-04-30Updated READMEJean-Marc Valin
2011-04-30autoconf cleanupJean-Marc Valin
2011-04-30merging the file list for autotools and the draftJean-Marc Valin
2011-04-30Fixes 60 ms speech modeJean-Marc Valin
2011-04-30Getting fixed-point to work (I think)Jean-Marc Valin
2011-04-30Getting shared libraries to buildJean-Marc Valin
2011-04-30Updating the autotools build system (wip)Jean-Marc Valin
2011-04-29Moving the SILK fixed-point and float filesJean-Marc Valin
to silk/fixed and silk/float, respectively
2011-04-29Fixes the build of the draftJean-Marc Valin
2011-04-29Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-28Merge commit 'silk-repo/master'Jean-Marc Valin
2011-04-28rm .gitignoreJean-Marc Valin
2011-04-28Merge commit 'celt-repo/master'Jean-Marc Valin