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
path: root/tests
AgeCommit message (Expand)Author
2012-12-06Add tests for GET_LAST_PACKET_DURATION.v1.0.2Gregory 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-12-05Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-12-04Remove MSVC incremental linking directives.Ralph Giles
2012-10-30Fix MSVC linker warningsJoshua Bowman
2012-10-30Include process.h for _getpid on windows.Ralph Giles
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-09-27Fix common misspellingsPhilip Jägenstedt
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-08-09Avoid an inconsequential memory leak in tests/test_opus_decode.c.Gregory Maxwell
2012-08-08Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell
2012-07-17Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-14Fix headers by mingw broken by recent win32 changes.Gregory Maxwell
2012-07-13Fix MSVC Debug builds, set missing dependencies for tests.Gian-Carlo Pascutto
2012-07-13Make tests work on MSVC.Gian-Carlo Pascutto
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-06-01 Avoid an inconsequential memory leak in tests/test_opus_decode.cGregory Maxwell
2012-06-01Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell
2012-05-18int vs opus_int32 consistencyJean-Marc Valin
2012-04-30Make it possible for run_vectors.sh to fail on the mono tests.Gregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2012-04-02Remove trailing whitespace.Ralph Giles
2012-03-06CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the ...Gregory Maxwell
2012-02-18Last updates for draft -11v0.9.9Jean-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-11-01Test vectors updateJean-Marc Valin
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-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-29test vector wip, nothing to see hereJean-Marc Valin
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-28Preparing for test vectorsJean-Marc Valin
2011-10-28Improve test_opus_encode's coverage of some high rate cases.Gregory Maxwell