Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22Ensuring we can see where crashes occurJean-Marc Valin
2019-02-26test_opus_encode: Use fprintf instead of snprintfMark Harris
2018-10-31Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson
2017-02-27Fix compiler warningsMark Harris
2016-11-06Fix crash on bad encoder frame_size argumentMark Harris
2016-10-29New regression test from Mark's fuzzing test casesJean-Marc Valin
2016-10-28Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-28Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-16Remove float ops from encoder settings fuzzer testFelicia Lim
2016-09-15Fix mixed declarations and codeJean-Marc Valin
2016-09-15Fuzzer test for changing encoder settings onlineFelicia Lim
2016-07-22tests: Avoid shift into sign undefined behaviorMark Harris
2013-11-22Add some multistream resets to the tests.Gregory Maxwell
2013-11-19Add opus_packet_(un)pad tests.Gregory Maxwell
2013-11-18Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin
2013-11-17Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED.Gregory Maxwell
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-04-06Random complexity in the encoder tests.Gregory Maxwell
2012-12-05Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-10-24Include process.h for _getpid on windows.Ralph Giles
2012-09-26Add some more multistream encoder API tests.Gregory Maxwell
2012-08-22Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell
2012-07-14Fix headers by mingw broken by recent win32 changes.Gregory Maxwell
2012-07-13Make tests work on MSVC.Gian-Carlo Pascutto
2012-06-01Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-01-25Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell
2011-11-26Testing tools improvements (no impact on draft)Gregory Maxwell
2011-10-31Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-30Minor changes to test_opus_encode to improve coverage a little bit.Gregory Maxwell
2011-10-29Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to...Gregory Maxwell
2011-10-28Remove relative paths to opus.h.Ralph Giles
2011-10-28Improve test_opus_encode's coverage of some high rate cases.Gregory Maxwell
2011-10-27Moves the main headers from src/ to include/Jean-Marc Valin
2011-10-27Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell