- c2b542b Add support for Meson build system by Tim-Philipp Müller · 9 years ago
- 907a523 Replace WIN32 with _WIN32 everywhere by Nirbheek Chauhan · 4 years, 4 months ago
- 6bae366 opus_decoder_fuzzer: limit the number of decodes to avoid timeout by Felicia Lim · 4 years, 3 months ago
- f8ed894 Fix and clean up opus_decode_fuzzer by Felicia Lim · 4 years, 5 months ago
- fe00017 Disable message box when calling abort(). The message box is causing hangs in tests. by Marcus Asteborg · 4 years, 5 months ago
- 6554681 test_opus_encode: Use fprintf instead of snprintf by Mark Harris · 6 years ago
- 9b24723 Clean up resources in projection test by Mark Harris · 6 years ago
- 59f8e5e Trivial sprintf to snprintf conversion. Some linkers warn about unbounded sprintf calls. by Janne Johansson · 6 years ago
- 722a66b Remove ambisonics experimental flag by Jean-Marc Valin · 6 years ago
- 784d4ff oops by Jean-Marc Valin · 6 years ago
- 1827db6 Validate multistream/projection decoder frame_size by Mark Harris · 6 years ago
- 01b035f Silence compiler warnings by Mark Harris · 6 years ago
- ef20313 Adding ENABLE_HARDENING by Jean-Marc Valin · 7 years ago
- cae4445 Ensure mapping matrix size is always valid. by Andrew Allen · 7 years ago
- 65f11d3 Fix memory issues in Projection API. by Andrew Allen · 7 years ago
- f643c03 Support for Channel Mapping 253 by Andrew Allen · 7 years ago
- a1b050b Add missing #include for gcc by Felicia Lim · 7 years ago
- ed08a3b Avoid -Wsometimes-uninitialized error for valid test code by Felicia Lim · 7 years ago
- 20e9378 tests/run_vectors.sh: Fix argument quoting by Mark Harris · 7 years ago
- d6d7037 Fix compiler warnings by Mark Harris · 8 years ago
- c340d83 test_opus_decode: Fix build on GCC 3.4 to 4.5.x by Mark Harris · 8 years ago
- 468327d Add decoder fuzz target. by Felicia Lim · 8 years ago
- bd54e27 Correct SILK encoder gain limit by Mark Harris · 8 years ago
- d74fa27 Fix crash on bad encoder frame_size argument by Mark Harris · 8 years ago
- f1deb29 Eliminate trailing spaces by Mark Harris · 8 years ago
- 20bf3b3 Reduce redundancy when SILK uses too many bits by Mark Harris · 8 years ago
- b0949f1 Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.c by Jean-Marc Valin · 8 years ago
- d0d1cf3 New regression test from Mark's fuzzing test cases by Jean-Marc Valin · 8 years ago
- 33698ee Update bandwidth and opusCanSwitch before generating SILK DTX ToC by Felicia Lim · 8 years ago
- 0962cbe Support encoding 80/100/120 ms frame lengths by Felicia Lim · 8 years ago
- 3868831 Fixing some opus_int vs opus_int32 mismatches by Jean-Marc Valin · 8 years ago
- c305b82 Remove float ops from encoder settings fuzzer test by Felicia Lim · 8 years ago
- f4dcc09 Fix mixed declarations and code by Jean-Marc Valin · 8 years ago
- 348bb27 Fuzzer test for changing encoder settings online by Felicia Lim · 8 years ago
- 18a380a Make it possible to ignore inverted phase stereo for downmix purposes by Jean-Marc Valin · 9 years ago
- b0b6d6a test_opus_decode: Check all soft clip samples by Mark Harris · 8 years ago
- d401961 tests: Avoid shift into sign undefined behavior by Mark Harris · 8 years ago
- 328953e Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKET by Jean-Marc Valin · 8 years ago
- 3a1dc9d Make it possible to pass in paths to opus_demo and opus_compare. by Jonathan Lennox · 9 years ago
- 4784e07 Fix malloc_hook warning on glibc 2.17 and later. by Ralph Giles · 11 years ago
- f4d2c03 Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests. by Gregory Maxwell · 11 years ago
- abf91fe Minor opus_pcm_soft_clip API hardening and tests. by Gregory Maxwell · 11 years ago
- f6ec719 Add some multistream resets to the tests. by Gregory Maxwell · 11 years ago
- 28b49e0 Add copyright header to test_opus_padding.c. by Ralph Giles · 11 years ago
- ac31a0a Additional opus_multistream_packet_(un)pad tests. by Gregory Maxwell · 11 years ago
- 733b47f Add opus_packet_(un)pad tests. by Gregory Maxwell · 11 years ago
- 6bc3e3c Fixes SILK surround calibration while fixing other MSVC warnings by Jean-Marc Valin · 11 years ago
- 2632ef0 Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED. by Gregory Maxwell · 11 years ago
- 5174817 Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works by Jean-Marc Valin · 11 years ago
- 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
- 970d052 Correct opus_packet_parse code 0 packet tests. by Mark Harris · 11 years ago
- a9daf9f Add a couple minor additional decoder tests. by Gregory Maxwell · 11 years ago
- dd7b0da Fixes some return without va_end in the api, adds tests. by Gregory Maxwell · 11 years ago
- 1975eea Big squashed commit of Garf's MSVC reorg: by Jean-Marc Valin · 11 years ago
- fcecd29 Check if opus_compare is executable in run_vectors.sh by Aurélien Zanelli · 11 years ago
- 2fb4f5c Random complexity in the encoder tests. by Gregory Maxwell · 12 years ago
- a41a585 test_opus_decode: force integer constants unsigned by James Zern · 12 years ago
- 19239ea Add tests for GET_LAST_PACKET_DURATION. by Gregory Maxwell · 12 years ago
- 535efb0 Add missing packet_get_nb_samples test coverage and fix test output. by Gregory Maxwell · 12 years ago
- d0fd9d4 Implements opus_packet_get_nb_samples() by Jean-Marc Valin · 12 years ago
- 7fcd66c Changes the PLC behaviour and fixes the FEC behaviour on concatenated packets by Jean-Marc Valin · 12 years ago
- 124f69b Remove MSVC incremental linking directives. by Ralph Giles · 12 years ago
- e7ec933 Add a regression test for the padding issue. by Ralph Giles · 12 years ago
- c55f4d8 Fix line endings on MSVC project files. by Ralph Giles · 12 years ago
- 00898f2 Adds missing license headers on some scripts and test files by Jean-Marc Valin · 12 years ago
- de95da9 Fix several issues with multistream argument validation. by Gregory Maxwell · 12 years ago
- f77e86a Fix MSVC linker warnings by Joshua Bowman · 12 years ago
- 662ae9b Include process.h for _getpid on windows. by Ralph Giles · 12 years ago
- b7b5872 Fix minor issues reported by scan-build by Philip Jägenstedt · 12 years ago
- 6d9c16d Fix common misspellings by Philip Jägenstedt · 12 years ago
- e23b15f Add some more multistream encoder API tests. by Gregory Maxwell · 12 years ago
- 582eba6 Additional multistream tests and reject channels<1 in MS API. by Gregory Maxwell · 12 years ago
- 98eed74 Avoid an inconsequential memory leak in tests/test_opus_decode.c. by Gregory Maxwell · 12 years ago
- 88c499c Add basic {GET,SET}_LSB_DEPTH API tests. by Gregory Maxwell · 12 years ago
- eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
- ce87883 Fix headers by mingw broken by recent win32 changes. by Gregory Maxwell · 12 years ago
- 619aa8b Fix MSVC Debug builds, set missing dependencies for tests. by Gian-Carlo Pascutto · 12 years ago
- c0edd63 Make tests work on MSVC. by Gian-Carlo Pascutto · 12 years ago
- 9881484 test_opus_api: Fix valgrind expectations broken by last commit. by Gregory Maxwell · 12 years ago
- 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
- c64f4a4 Update headers to cause warnings on unused returns and null args. by Gregory Maxwell · 12 years ago
- f99e329 Avoid an inconsequential memory leak in tests/test_opus_decode.c by Gregory Maxwell · 12 years ago
- d6737c8 Avoid an inconsequential memory leak in tests/test_opus_encode.c. by Gregory Maxwell · 12 years ago
- 24ed465 int vs opus_int32 consistency by Jean-Marc Valin · 12 years ago
- 217cdae Make it possible for run_vectors.sh to fail on the mono tests. by Gregory Maxwell · 13 years ago
- ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 13 years ago
- cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 13 years ago
- 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 13 years ago
- 5f6e472 Remove trailing whitespace. by Ralph Giles · 13 years ago
- 8770b07 CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the test_opus_decode bailout up. by Gregory Maxwell · 13 years ago
- 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
- a26b2be Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupted input. by Gregory Maxwell · 13 years ago
- e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
- 57db6c5 Test vectors update by Jean-Marc Valin · 13 years ago
- afd05ac Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream, and add many tests. by Gregory Maxwell · 13 years ago
- c81b510 Fix a number of multistream decoder bugs; add some very basic multistream decoder tests. by Gregory Maxwell · 13 years ago
- 54a3495 Minor changes to test_opus_encode to improve coverage a little bit. by Gregory Maxwell · 13 years ago
- 8fcfe02 Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to reduce stack usage. by Gregory Maxwell · 13 years ago
- 2d4f614 test vector wip, nothing to see here by Jean-Marc Valin · 13 years ago
- 7931a60 Remove relative paths to opus.h. by Ralph Giles · 13 years ago