summaryrefslogtreecommitdiff
path: root/tests/test_opus_api.c
Commit message (Expand)AuthorAgeFilesLines
* Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin2022-06-301-1/+1
* Validate multistream/projection decoder frame_sizeMark Harris2018-07-211-0/+2
* Silence compiler warningsMark Harris2018-07-211-33/+29
* Support encoding 80/100/120 ms frame lengthsFelicia Lim2016-10-271-0/+9
* Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin2016-07-041-2/+2
* Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles2014-01-141-1/+1
* Additional opus_multistream_packet_(un)pad tests.Gregory Maxwell2013-11-191-0/+36
* Add opus_packet_(un)pad tests.Gregory Maxwell2013-11-181-2/+32
* Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED.Gregory Maxwell2013-11-171-0/+10
* Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin2013-11-081-1/+1
* Correct opus_packet_parse code 0 packet tests.Mark Harris2013-10-111-0/+1
* Add a couple minor additional decoder tests.Gregory Maxwell2013-06-291-0/+20
* Fixes some return without va_end in the api, adds tests.Gregory Maxwell2013-06-291-5/+86
* 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
* Fix several issues with multistream argument validation.Gregory Maxwell2012-10-271-94/+115
* Fix minor issues reported by scan-buildPhilip Jägenstedt2012-10-111-1/+1
* Fix common misspellingsPhilip Jägenstedt2012-09-271-1/+1
* Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell2012-08-211-8/+100
* Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell2012-08-081-0/+4
* 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
* int vs opus_int32 consistencyJean-Marc Valin2012-05-181-1/+1
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* Testing tools improvements (no impact on draft)Gregory Maxwell2011-11-251-6/+9
* Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell2011-10-301-2/+66
* Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell2011-10-301-72/+241
* Remove relative paths to opus.h.Ralph Giles2011-10-281-1/+1
* Remove the define check for __GNUC_PREREQ.Ralph Giles2011-10-281-3/+2
* Fix the test for gcc version >= 4.6 to work for gcc 5 and up.Ralph Giles2011-10-281-2/+3
* Move opus_apps inside the MALLOC_FAIL block.Ralph Giles2011-10-281-2/+4
* Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK.Ralph Giles2011-10-281-1/+1
* Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later.Ralph Giles2011-10-281-0/+6
* Check for __malloc_hook and define MALLOC_FAIL appropriately.Ralph Giles2011-10-281-1/+1
* Disable the deprecated function warning on __malloc_hook.Ralph Giles2011-10-281-0/+12
* Moving the dash header inline to appease the apple gcc.Gregory Maxwell2011-10-281-8/+7
* Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin2011-10-271-1/+2
* Add a test for MAX_BANDWIDTH to test_opus_api.Gregory Maxwell2011-10-271-0/+30
* Moves the main headers from src/ to include/Jean-Marc Valin2011-10-261-1/+1
* Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell2011-10-261-0/+1246