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-01-31Last part of the LPC work stabilization work discussed at the last meetingKoen Vos
2012-01-25Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell
2012-01-25Making the PLC robust to overflows caused by extreme bit-streamsJean-Marc Valin
2012-01-24Fixes a non-bitstream-related PLC integer overflow.Jean-Marc Valin
2012-01-24Fixes a few minor issues (no bit-stream change)Jean-Marc Valin
2011-12-14Accuracy improvements to help float implementationsKoen Vos
2011-12-13Fixes two minor issues found in random testing at ridiculously low rate.Jean-Marc Valin
2011-12-13Improves the accuracy such that it matches a float decoder much betterKoen Vos
2011-12-13SILK fixes following last codec WG meetingKoen Vos
2011-12-03Move nbits_total initialize before renormalization.Timothy B. Terriberry
2011-12-02Fixes the code for optional self-delimited packing to make it fit the draftGregory Maxwell
2011-12-02All variables named "bank" renamed to "bandE" to avoid problems on SHARCJean-Marc Valin
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-11-29Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-11-26Testing tools improvements (no impact on draft)Gregory Maxwell
2011-11-26Misc documentation fixes (no code change)Ralph Giles
2011-11-19Fix various typing and spelling errors in the draft.Ralph Giles
2011-11-08Minor anti-collapse state fixJean-Marc Valin
2011-11-01draft version updatev0.9.8draft-10Jean-Marc Valin
2011-11-01version bumpJean-Marc Valin
2011-11-01Fixes a minor issue on CELT->SILK switchingJean-Marc Valin
2011-11-01version number bumpv0.9.7draft-09Jean-Marc Valin
2011-11-01More last-minute typosJean-Marc Valin
2011-11-01TyposJean-Marc Valin
2011-11-01Fixes sha1 of test1_monoJean-Marc Valin
2011-11-01draft version/date changeJean-Marc Valin
2011-11-01Test vectors updateJean-Marc Valin
2011-10-31Adds -random_fec option to randomly add FEC to some frames.Jean-Marc Valin
2011-10-31Minor draft edits.Timothy B. Terriberry
2011-10-31Clean up whitespace in the draft makefile.Ralph Giles
2011-10-31Multi-stream now checks that each stream at least contains a ToC.Jean-Marc Valin
2011-10-31Test vector warningJean-Marc Valin
2011-10-31Adds -random_framesize and -sweep_max options to opus_demoJean-Marc Valin
2011-10-31Fixes a redundancy bug in glitchless SILK-SILK switchingJean-Marc Valin
2011-10-31Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-31draft: s/LSb/LSB/Jean-Marc Valin
2011-10-30Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell
2011-10-30draft: Better description of the CELT allocation and stereo decisionsJean-Marc Valin
2011-10-30Fix some inconsequential file descriptor leaks in the demo tools to silence c...Gregory Maxwell
2011-10-30SILK encoder descriptionKoen Vos
2011-10-30Minor changes to test_opus_encode to improve coverage a little bit.Gregory Maxwell
2011-10-30Removes "set but never used" variablesJean-Marc Valin
2011-10-30Silences a gcc warningJean-Marc Valin
2011-10-29Newly introduced check_encoder_option failed unconditionally instead of only ...Gregory Maxwell
2011-10-29Removes unused order 14 in silk_LPC_analysis_filter_FLP()Jean-Marc Valin
2011-10-29Considers the case where SILK busts its budget in hybrid modeJean-Marc Valin
2011-10-29fixes a mixup between decoder and PLC statesKoen Vos
2011-10-29Fixes PLC initialization bugKoen Vos
2011-10-29oops, bad copy-pasteJean-Marc Valin
2011-10-29Disabling some unused SILK functions from the float buildJean-Marc Valin