aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-11-07Support for Channel Mapping 253Andrew Allen
2017-07-13Add missing #include for gccFelicia Lim
2017-07-12Avoid -Wsometimes-uninitialized error for valid test codeFelicia Lim
2017-06-13tests/run_vectors.sh: Fix argument quotingMark Harris
2017-02-26Fix compiler warningsMark Harris
2017-02-18test_opus_decode: Fix build on GCC 3.4 to 4.5.xMark Harris
2017-02-10Add decoder fuzz target.Felicia Lim
2016-11-16Correct SILK encoder gain limitMark Harris
2016-11-05Fix crash on bad encoder frame_size argumentMark Harris
2016-11-02Eliminate trailing spacesMark Harris
2016-11-02Reduce redundancy when SILK uses too many bitsMark Harris
2016-11-01Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.cJean-Marc Valin
2016-10-29New regression test from Mark's fuzzing test casesJean-Marc Valin
2016-10-27Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-27Support 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-09-01Make it possible to ignore inverted phase stereo for downmix purposesJean-Marc Valin
2016-07-21test_opus_decode: Check all soft clip samplesMark Harris
2016-07-21tests: 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-01Make it possible to pass in paths to opus_demo and opus_compare.Jonathan 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-18Add opus_packet_(un)pad tests.Gregory Maxwell
2013-11-17Fixes 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-08Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-11Correct opus_packet_parse code 0 packet tests.Mark Harris
2013-06-29Add a couple minor additional decoder tests.Gregory Maxwell
2013-06-29Fixes 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-05Random complexity in the encoder tests.Gregory Maxwell
2013-03-05test_opus_decode: force integer constants unsignedJames Zern
2012-12-05Add tests for GET_LAST_PACKET_DURATION.Gregory Maxwell
2012-12-05Add missing packet_get_nb_samples test coverage and fix test output.Gregory Maxwell
2012-12-04Implements opus_packet_get_nb_samples()Jean-Marc Valin
2012-12-04Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-12-03Remove MSVC incremental linking directives.Ralph Giles
2012-11-30Add 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