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
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-07-22test_opus_decode: Check all soft clip samplesMark Harris
2016-07-22tests: Avoid shift into sign undefined behaviorMark Harris
2016-07-04Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin
2015-09-02Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox
2014-01-14Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles
2013-11-24Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell
2013-11-22Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell
2013-11-22Add some multistream resets to the tests.Gregory Maxwell
2013-11-21Add copyright header to test_opus_padding.c.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-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-11-09Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
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
2013-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-05-27Check if opus_compare is executable in run_vectors.shAurélien Zanelli
2013-04-06Random complexity in the encoder tests.Gregory Maxwell
2013-03-05test_opus_decode: force integer constants unsignedJames Zern
2012-12-06Add tests for GET_LAST_PACKET_DURATION.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-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-12-01Add a regression test for the padding issue.Ralph Giles
2012-11-09Fix line endings on MSVC project files.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-10-24Fix MSVC linker warningsJoshua Bowman
2012-10-24Include process.h for _getpid on windows.Ralph Giles
2012-10-11Fix minor issues reported by scan-buildPhilip Jägenstedt
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