summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Adding ENABLE_HARDENINGJean-Marc Valin2018-03-271-5/+5
* Ensure mapping matrix size is always valid.Andrew Allen2017-12-071-3/+7
* Fix memory issues in Projection API.Andrew Allen2017-12-071-132/+103
* Support for Channel Mapping 253Andrew Allen2017-11-071-0/+431
* Add missing #include for gccFelicia Lim2017-07-131-0/+1
* Avoid -Wsometimes-uninitialized error for valid test codeFelicia Lim2017-07-121-0/+2
* tests/run_vectors.sh: Fix argument quotingMark Harris2017-06-131-30/+30
* Fix compiler warningsMark Harris2017-02-262-2/+5
* test_opus_decode: Fix build on GCC 3.4 to 4.5.xMark Harris2017-02-181-2/+2
* Add decoder fuzz target.Felicia Lim2017-02-102-0/+127
* Correct SILK encoder gain limitMark Harris2016-11-161-0/+37
* Fix crash on bad encoder frame_size argumentMark Harris2016-11-051-0/+1
* Eliminate trailing spacesMark Harris2016-11-021-11/+11
* Reduce redundancy when SILK uses too many bitsMark Harris2016-11-021-0/+33
* Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.cJean-Marc Valin2016-11-011-0/+7
* New regression test from Mark's fuzzing test casesJean-Marc Valin2016-10-293-0/+966
* Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim2016-10-271-6/+0
* Support encoding 80/100/120 ms frame lengthsFelicia Lim2016-10-272-2/+25
* Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin2016-10-052-6/+7
* Remove float ops from encoder settings fuzzer testFelicia Lim2016-09-161-5/+5
* Fix mixed declarations and codeJean-Marc Valin2016-09-151-1/+1
* Fuzzer test for changing encoder settings onlineFelicia Lim2016-09-151-10/+190
* Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin2016-09-011-8/+17
* test_opus_decode: Check all soft clip samplesMark Harris2016-07-211-6/+6
* tests: Avoid shift into sign undefined behaviorMark Harris2016-07-212-2/+2
* Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin2016-07-041-2/+2
* Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox2015-09-011-2/+2
* Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles2014-01-141-1/+1
* Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell2013-11-241-2/+2
* Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell2013-11-221-1/+47
* Add some multistream resets to the tests.Gregory Maxwell2013-11-221-1/+30
* Add copyright header to test_opus_padding.c.Ralph Giles2013-11-211-1/+27
* Additional opus_multistream_packet_(un)pad tests.Gregory Maxwell2013-11-191-0/+36
* Add opus_packet_(un)pad tests.Gregory Maxwell2013-11-182-3/+63
* Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin2013-11-171-1/+1
* Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED.Gregory Maxwell2013-11-172-1/+13
* Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin2013-11-081-1/+1
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-282-5/+5
* Correct opus_packet_parse code 0 packet tests.Mark Harris2013-10-111-0/+1
* Add a couple minor additional decoder tests.Gregory Maxwell2013-06-292-0/+24
* Fixes some return without va_end in the api, adds tests.Gregory Maxwell2013-06-291-5/+86
* Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin2013-06-276-293/+0
* Check if opus_compare is executable in run_vectors.shAurélien Zanelli2013-05-271-0/+5
* Random complexity in the encoder tests.Gregory Maxwell2013-04-051-2/+6
* test_opus_decode: force integer constants unsignedJames Zern2013-03-051-2/+2
* Add tests for GET_LAST_PACKET_DURATION.Gregory Maxwell2012-12-051-1/+15
* Add missing packet_get_nb_samples test coverage and fix test output.Gregory Maxwell2012-12-051-4/+9
* Implements opus_packet_get_nb_samples()Jean-Marc Valin2012-12-041-1/+3
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-042-11/+11
* Remove MSVC incremental linking directives.Ralph Giles2012-12-033-18/+0