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
2023-12-13Increase decoder state size limit for OSCEJean-Marc Valin
2023-06-16Increase state size limit for API testJean-Marc Valin
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2018-07-22Validate multistream/projection decoder frame_sizeMark Harris
2018-07-22Silence compiler warningsMark Harris
2016-10-28Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-07-04Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin
2014-01-14Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles
2013-11-19Additional opus_multistream_packet_(un)pad tests.Gregory Maxwell
2013-11-19Add opus_packet_(un)pad tests.Gregory Maxwell
2013-11-17Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED.Gregory Maxwell
2013-11-09Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-12Correct opus_packet_parse code 0 packet tests.Mark Harris
2013-06-30Add a couple minor additional decoder tests.Gregory Maxwell
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2012-12-06Add missing packet_get_nb_samples test coverage and fix test output.Gregory Maxwell
2012-12-05Implements opus_packet_get_nb_samples()Jean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-10-11Fix minor issues reported by scan-buildPhilip Jägenstedt
2012-09-27Fix common misspellingsPhilip Jägenstedt
2012-08-22Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell
2012-08-08Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell
2012-07-11test_opus_api: Fix valgrind expectations broken by last commit.Gregory Maxwell
2012-07-11Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell
2012-06-01Update headers to cause warnings on unused returns and null args.Gregory Maxwell
2012-05-18int vs opus_int32 consistencyJean-Marc Valin
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
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-30Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell
2011-10-28Remove relative paths to opus.h.Ralph Giles
2011-10-28Remove the define check for __GNUC_PREREQ.Ralph Giles
2011-10-28Fix the test for gcc version >= 4.6 to work for gcc 5 and up.Ralph Giles
2011-10-28Move opus_apps inside the MALLOC_FAIL block.Ralph Giles
2011-10-28Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK.Ralph Giles
2011-10-28Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later.Ralph Giles
2011-10-28Check for __malloc_hook and define MALLOC_FAIL appropriately.Ralph Giles
2011-10-28Disable the deprecated function warning on __malloc_hook.Ralph Giles
2011-10-28Moving the dash header inline to appease the apple gcc.Gregory Maxwell
2011-10-27Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin
2011-10-27Add a test for MAX_BANDWIDTH to test_opus_api.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