1. 3a1dc9d Make it possible to pass in paths to opus_demo and opus_compare. by Jonathan Lennox · 9 years ago
  2. 4784e07 Fix malloc_hook warning on glibc 2.17 and later. by Ralph Giles · 11 years ago
  3. f4d2c03 Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests. by Gregory Maxwell · 11 years ago
  4. abf91fe Minor opus_pcm_soft_clip API hardening and tests. by Gregory Maxwell · 11 years ago
  5. f6ec719 Add some multistream resets to the tests. by Gregory Maxwell · 11 years ago
  6. 28b49e0 Add copyright header to test_opus_padding.c. by Ralph Giles · 11 years ago
  7. ac31a0a Additional opus_multistream_packet_(un)pad tests. by Gregory Maxwell · 11 years ago
  8. 733b47f Add opus_packet_(un)pad tests. by Gregory Maxwell · 11 years ago
  9. 6bc3e3c Fixes SILK surround calibration while fixing other MSVC warnings by Jean-Marc Valin · 11 years ago
  10. 2632ef0 Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED. by Gregory Maxwell · 11 years ago
  11. 5174817 Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works by Jean-Marc Valin · 11 years ago
  12. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  13. 970d052 Correct opus_packet_parse code 0 packet tests. by Mark Harris · 11 years ago
  14. a9daf9f Add a couple minor additional decoder tests. by Gregory Maxwell · 11 years ago
  15. dd7b0da Fixes some return without va_end in the api, adds tests. by Gregory Maxwell · 11 years ago
  16. 1975eea Big squashed commit of Garf's MSVC reorg: by Jean-Marc Valin · 11 years ago
  17. fcecd29 Check if opus_compare is executable in run_vectors.sh by Aurélien Zanelli · 11 years ago
  18. 2fb4f5c Random complexity in the encoder tests. by Gregory Maxwell · 11 years ago
  19. a41a585 test_opus_decode: force integer constants unsigned by James Zern · 11 years ago
  20. 19239ea Add tests for GET_LAST_PACKET_DURATION. by Gregory Maxwell · 12 years ago
  21. 535efb0 Add missing packet_get_nb_samples test coverage and fix test output. by Gregory Maxwell · 12 years ago
  22. d0fd9d4 Implements opus_packet_get_nb_samples() by Jean-Marc Valin · 12 years ago
  23. 7fcd66c Changes the PLC behaviour and fixes the FEC behaviour on concatenated packets by Jean-Marc Valin · 12 years ago
  24. 124f69b Remove MSVC incremental linking directives. by Ralph Giles · 12 years ago
  25. e7ec933 Add a regression test for the padding issue. by Ralph Giles · 12 years ago
  26. c55f4d8 Fix line endings on MSVC project files. by Ralph Giles · 12 years ago
  27. 00898f2 Adds missing license headers on some scripts and test files by Jean-Marc Valin · 12 years ago
  28. de95da9 Fix several issues with multistream argument validation. by Gregory Maxwell · 12 years ago
  29. f77e86a Fix MSVC linker warnings by Joshua Bowman · 12 years ago
  30. 662ae9b Include process.h for _getpid on windows. by Ralph Giles · 12 years ago
  31. b7b5872 Fix minor issues reported by scan-build by Philip Jägenstedt · 12 years ago
  32. 6d9c16d Fix common misspellings by Philip Jägenstedt · 12 years ago
  33. e23b15f Add some more multistream encoder API tests. by Gregory Maxwell · 12 years ago
  34. 582eba6 Additional multistream tests and reject channels<1 in MS API. by Gregory Maxwell · 12 years ago
  35. 98eed74 Avoid an inconsequential memory leak in tests/test_opus_decode.c. by Gregory Maxwell · 12 years ago
  36. 88c499c Add basic {GET,SET}_LSB_DEPTH API tests. by Gregory Maxwell · 12 years ago
  37. eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
  38. ce87883 Fix headers by mingw broken by recent win32 changes. by Gregory Maxwell · 12 years ago
  39. 619aa8b Fix MSVC Debug builds, set missing dependencies for tests. by Gian-Carlo Pascutto · 12 years ago
  40. c0edd63 Make tests work on MSVC. by Gian-Carlo Pascutto · 12 years ago
  41. 9881484 test_opus_api: Fix valgrind expectations broken by last commit. by Gregory Maxwell · 12 years ago
  42. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  43. c64f4a4 Update headers to cause warnings on unused returns and null args. by Gregory Maxwell · 12 years ago
  44. f99e329 Avoid an inconsequential memory leak in tests/test_opus_decode.c by Gregory Maxwell · 12 years ago
  45. d6737c8 Avoid an inconsequential memory leak in tests/test_opus_encode.c. by Gregory Maxwell · 12 years ago
  46. 24ed465 int vs opus_int32 consistency by Jean-Marc Valin · 12 years ago
  47. 217cdae Make it possible for run_vectors.sh to fail on the mono tests. by Gregory Maxwell · 12 years ago
  48. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  49. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  50. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  51. 5f6e472 Remove trailing whitespace. by Ralph Giles · 12 years ago
  52. 8770b07 CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the test_opus_decode bailout up. by Gregory Maxwell · 12 years ago
  53. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 12 years ago
  54. a26b2be Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupted input. by Gregory Maxwell · 13 years ago
  55. e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
  56. 57db6c5 Test vectors update by Jean-Marc Valin · 13 years ago
  57. afd05ac Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream, and add many tests. by Gregory Maxwell · 13 years ago
  58. c81b510 Fix a number of multistream decoder bugs; add some very basic multistream decoder tests. by Gregory Maxwell · 13 years ago
  59. 54a3495 Minor changes to test_opus_encode to improve coverage a little bit. by Gregory Maxwell · 13 years ago
  60. 8fcfe02 Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to reduce stack usage. by Gregory Maxwell · 13 years ago
  61. 2d4f614 test vector wip, nothing to see here by Jean-Marc Valin · 13 years ago
  62. 7931a60 Remove relative paths to opus.h. by Ralph Giles · 13 years ago
  63. 839de4d Remove the define check for __GNUC_PREREQ. by Ralph Giles · 13 years ago
  64. b4dd4eb Fix the test for gcc version >= 4.6 to work for gcc 5 and up. by Ralph Giles · 13 years ago
  65. 732ac84 Move opus_apps inside the MALLOC_FAIL block. by Ralph Giles · 13 years ago
  66. 455993f Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK. by Ralph Giles · 13 years ago
  67. b88a7ba Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later. by Ralph Giles · 13 years ago
  68. c19bc34 Check for __malloc_hook and define MALLOC_FAIL appropriately. by Ralph Giles · 13 years ago
  69. ed90cdc Disable the deprecated function warning on __malloc_hook. by Ralph Giles · 13 years ago
  70. 657dea7 Moving the dash header inline to appease the apple gcc. by Gregory Maxwell · 13 years ago
  71. ad20dd2 Preparing for test vectors by Jean-Marc Valin · 13 years ago
  72. 71c04dc Improve test_opus_encode's coverage of some high rate cases. by Gregory Maxwell · 13 years ago
  73. e6a0be8 Makes OPUS_SET_VOICE_RATIO private by Jean-Marc Valin · 13 years ago
  74. 6b9c29a Add a test for MAX_BANDWIDTH to test_opus_api. by Gregory Maxwell · 13 years ago
  75. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago
  76. 82c9859 Removes tests/.dirstamp by Jean-Marc Valin · 13 years ago
  77. a5ff49e Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, test_opus_decode test programs. by Gregory Maxwell · 13 years ago