summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a regression test for the padding issue.Ralph Giles2012-11-301-0/+67
* Fix line endings on MSVC project files.Ralph Giles2012-11-093-261/+261
* Adds missing license headers on some scripts and test filesJean-Marc Valin2012-10-301-0/+33
* Fix several issues with multistream argument validation.Gregory Maxwell2012-10-272-94/+138
* Fix MSVC linker warningsJoshua Bowman2012-10-233-0/+3
* Include process.h for _getpid on windows.Ralph Giles2012-10-232-0/+6
* Fix minor issues reported by scan-buildPhilip Jägenstedt2012-10-111-1/+1
* Fix common misspellingsPhilip Jägenstedt2012-09-271-1/+1
* Add some more multistream encoder API tests.Gregory Maxwell2012-09-261-0/+10
* Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell2012-08-212-11/+106
* Avoid an inconsequential memory leak in tests/test_opus_decode.c.Gregory Maxwell2012-08-091-0/+7
* Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell2012-08-081-0/+4
* Make MSVC build work in parallel.Gian-Carlo Pascutto2012-07-163-9/+6
* Fix headers by mingw broken by recent win32 changes.Gregory Maxwell2012-07-142-2/+2
* Fix MSVC Debug builds, set missing dependencies for tests.Gian-Carlo Pascutto2012-07-133-3/+9
* Make tests work on MSVC.Gian-Carlo Pascutto2012-07-128-0/+309
* test_opus_api: Fix valgrind expectations broken by last commit.Gregory Maxwell2012-07-111-1/+2
* Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell2012-07-111-5/+67
* Update headers to cause warnings on unused returns and null args.Gregory Maxwell2012-06-011-1/+1
* Avoid an inconsequential memory leak in tests/test_opus_decode.cGregory Maxwell2012-06-011-0/+1
* Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell2012-06-011-0/+1
* int vs opus_int32 consistencyJean-Marc Valin2012-05-181-1/+1