opus/tests
Jean-Marc Valin 328953e189 Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKET
We were previously returning OPUS_BAD_ARG because the failure was
only detected in opus_repacketizer_out_range_impl() rather than in
opus_repacketizer_cat(). Checking the return value from opus_repacketizer_cat()
also addresses the last outstanding Coverity defect.
2016-07-04 01:29:23 -04:00
..
run_vectors.sh Make it possible to pass in paths to opus_demo and opus_compare. 2015-09-01 17:24:49 -04:00
test_opus_api.c Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKET 2016-07-04 01:29:23 -04:00
test_opus_common.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
test_opus_decode.c Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests. 2013-11-24 06:49:01 -08:00
test_opus_encode.c Add some multistream resets to the tests. 2013-11-22 10:30:30 -08:00
test_opus_padding.c Add copyright header to test_opus_padding.c. 2013-11-21 11:31:09 +13:00