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
2017-07-15Using lookahead (when possible) to make the mode decision on the first frameexp_rnn1Jean-Marc Valin
2017-07-15Quantize weights with 16 bitsJean-Marc Valin
2017-07-15Use float constants for the weightsJean-Marc Valin
2017-07-15make constants floatJean-Marc Valin
2017-07-15Improving the non-delayed-decision caseJean-Marc Valin
2017-07-14Fix commentsJean-Marc Valin
2017-07-14Better integration of the min/max music probs in the encoderJean-Marc Valin
2017-07-14Compensate for probability bias from the RNNJean-Marc Valin
2017-07-14oops, forgot "extern"Jean-Marc Valin
2017-07-14another training passJean-Marc Valin
2017-07-14Training with more noiseJean-Marc Valin
2017-07-14cleanupJean-Marc Valin
2017-07-14Adding comments about what this code is doing...Jean-Marc Valin
2017-07-13This seems to fix the decisionJean-Marc Valin
2017-07-13Think I fixed the look-ahead probs (mostly)Jean-Marc Valin
2017-07-13Add delayed decision (doesn't quite work yet)Jean-Marc Valin
2017-07-13Remove HMMJean-Marc Valin
2017-07-13oopsJean-Marc Valin
2017-07-12Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-07-12Update IETF draft (need to update the date when submitting)Jean-Marc Valin
2017-07-12Update testvector download command.Ralph Giles
2017-07-06Fix uninitialized variables in decide_dtx_mode()Andrew Larkin
2017-06-28Add checksum for opus 1.2.1 releaseTristan Matthews
2017-06-26bump LT revisionv1.2.1Jean-Marc Valin
2017-06-26Working around misdetected audio bandwidthJean-Marc Valin
2017-06-20Prevent update draft from expiringJean-Marc Valin
2017-06-20Add checksum for opus 1.2 release.Ralph Giles
2017-06-20Add "f" suffix to float constantsv1.2Jean-Marc Valin
2017-06-19bump LT version numbersJean-Marc Valin
2017-06-16Update release checklist for website move to git.Ralph Giles
2017-06-15Fix spacing in celt_sources.mk.Ralph Giles
2017-06-14tests/run_vectors.sh: Fix argument quotingMark Harris
2017-06-14Free all allocated memory in unit testsMark Harris
2017-06-13Fix a duplicate symbol name.Ralph Giles
2017-06-10Improving tonality estimation with delayed decisionJean-Marc Valin
2017-06-09Update releases.sha2Jean-Marc Valin
2017-06-07Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang
2017-06-07Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-07Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-07Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang
2017-06-07Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang
2017-06-05Initialize speech/music prob based on applicationJean-Marc Valin
2017-06-04Properly compute redundancy_bytesJean-Marc Valin
2017-06-04Properly init speech/music confidence valuesJean-Marc Valin
2017-06-03Don't use MAY_HAVE_NEON in arm_silk_map.c.Jonathan Lennox
2017-06-02Recalibrate VBR to hit target bitrate on averageJean-Marc Valin
2017-06-02Update dynalloc VBR calibrationJean-Marc Valin
2017-06-02fix commentsJean-Marc Valin
2017-06-01Avoid using log2() since it's not in C90Jean-Marc Valin
2017-06-01Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin