1. 164f7df Addressing more issues from scan-build by Jean-Marc Valin · 8 years ago
  2. 77cf9ed opus_demo: fixes potential division by zero on files with no active frame by Jean-Marc Valin · 9 years ago
  3. 56d8504 Fixes bitrate statistics for decode-only operation and inband FEC by Koen Vos · 9 years ago
  4. 6814b2c Avoiding the term "mode" in opus_demo by Jean-Marc Valin · 10 years ago
  5. 3b74d8b opus_demo: remove unused but set values by Tristan Matthews · 10 years ago
  6. 3996642 Fix type conversion warning. by Ralph Giles · 10 years ago
  7. d8302fc Validate channel count in opus_demo. by Gregory Maxwell · 11 years ago
  8. aad4117d Adds a simple padding test to opus_demo (disabled by default) by Jean-Marc Valin · 11 years ago
  9. 1750f56 Remove now-unused check_decoder_option. by Gregory Maxwell · 11 years ago
  10. 98a8baa Make -loss valid for opus_demo -e by Mark Harris · 11 years ago
  11. dd7b0da Fixes some return without va_end in the api, adds tests. by Gregory Maxwell · 11 years ago
  12. 204e70d Adds a quick hack to replace the normal calls with the multistream version. by Jean-Marc Valin · 11 years ago
  13. 1bf32bb Fixes FEC issues introduced in 7fcd66c by Jean-Marc Valin · 11 years ago
  14. 51f4a32 Adds support for delayed decision by Jean-Marc Valin · 12 years ago
  15. 49583ed First attempt at varying the frame size depending on the audio (float only) by Jean-Marc Valin · 12 years ago
  16. e85a6f5 Makes opus_demo rubust to the encoder using variable frame duration by Jean-Marc Valin · 12 years ago
  17. 512d849 Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl() by Jean-Marc Valin · 12 years ago
  18. d509e9f opus_demo: mark tables as static constants. by Diego Elio Pettenò · 12 years ago
  19. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  20. 4466622 Fix bkp/s -> kb/s in opus_demo. by Gregory Maxwell · 12 years ago
  21. 2967d4e Remove unnecessary and not-very-portable opus_demo case insensitivity. by Gregory Maxwell · 12 years ago
  22. 24ed465 int vs opus_int32 consistency by Jean-Marc Valin · 12 years ago
  23. b7034ec Make opus_demo r/w little-endian PCM independent of host byte-order. by Gregory Maxwell · 12 years ago
  24. 28b1d24 Fix negative write bug in opus_demo and add some fwrite() error handling. by Gregory Maxwell · 12 years ago
  25. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  26. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
  27. abaa348 Adds -random_fec option to randomly add FEC to some frames. by Jean-Marc Valin · 13 years ago
  28. a05a379 Adds -random_framesize and -sweep_max options to opus_demo by Jean-Marc Valin · 13 years ago
  29. 38fc0d5 Fix some inconsequential file descriptor leaks in the demo tools to silence cppcheck warnings. by Gregory Maxwell · 13 years ago
  30. 72b9b34 Newly introduced check_encoder_option failed unconditionally instead of only when you used the wrong options. by Gregory Maxwell · 13 years ago
  31. 9fb5cee Checking that encoder options aren't used for decoding in opus_demo by Jean-Marc Valin · 13 years ago
  32. aecf2d3 opus_demo now returns 1 on mismatch by Jean-Marc Valin · 13 years ago
  33. da025d5 Convert tabs to spaces in the opus and celt code. by Ralph Giles · 13 years ago
  34. 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[Renamed from src/test_opus.c]
  35. 294bfec Implements hard CBR for SILK by Jean-Marc Valin · 13 years ago
  36. 854fe70 Minor fixes by Koen Vos · 13 years ago
  37. ad29b2c test_opus had skip uninitialized for decode-only by Jean-Marc Valin · 13 years ago
  38. 149754e Patch from Tim to avoid a spurious uninitialized warning in test_opus.c. by Gregory Maxwell · 13 years ago
  39. f7bf43b Some fixes for C89 builds. by Gregory Maxwell · 13 years ago
  40. 1c2f563 Removed all the silk_ prefixes in source file names (not symbols) by Jean-Marc Valin · 13 years ago
  41. f5ac8a6 test_opus now uses a string for the application by Jean-Marc Valin · 13 years ago
  42. 68bc8c0 Making RESTRICTED_LOWDELAY an "application" that's set at init time by Jean-Marc Valin · 13 years ago
  43. d186c91 Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctl by Jean-Marc Valin · 13 years ago
  44. 07dceb7 Adds ctl() requests for forcing any operating mode in the encoder by Jean-Marc Valin · 13 years ago
  45. 6268300 Merge remote-tracking branch 'greg/master' by Jean-Marc Valin · 13 years ago
  46. c681bd0 Improved mode/channel/bandwidth control mechanism by Jean-Marc Valin · 13 years ago
  47. 64a3541 Corrects many places where int was used where opus_int32 was needed. by Gregory Maxwell · 13 years ago
  48. be89c39 Using OPUS_ macros for <string.h> operations by Jean-Marc Valin · 13 years ago
  49. 9d8dc3a Better error handling in the Opus API by Jean-Marc Valin · 13 years ago
  50. e766d9f s/INBAND_FEC_FLAG/INBAND_FEC/ by Jean-Marc Valin · 13 years ago
  51. 4e1ce38 Addresses a bitstream bug for stereo FEC and minor fixes that make Opus compile again with Visual Studio. by Koen Vos · 13 years ago
  52. d482773 Final range coder state now exposed through the ctl() interface by Jean-Marc Valin · 13 years ago
  53. d7f6700 s/OPUS_SET_VBR_FLAG/OPUS_SET_VBR/ by Jean-Marc Valin · 13 years ago
  54. bad313c Prevent spurious "Invalid payload length" on test_opus decode, by Gregory Maxwell · 13 years ago
  55. 222494f Adds a floating-point API to Opus by Jean-Marc Valin · 13 years ago
  56. 7cd4664 Removes useless test in test_opus by Jean-Marc Valin · 13 years ago
  57. 3269dce Updated README files to reflect current output of tool and tweaked punctuation and wording. Corrected typo in test_opus ("constraint"->"constrained"). by Kat Walsh · 13 years ago
  58. 0c08a99 Fixes a pretty bad stereo bug in test_opus by Jean-Marc Valin · 13 years ago
  59. c2d86f0 Fixed multiple bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  60. a57e0b9 Print the library version from test_opus. by Ralph Giles · 13 years ago
  61. 641eea8 Regularize whitespace in the src directory. by Ralph Giles · 13 years ago
  62. d77d6a5 Renamed celt_[u]int* to opus_[u]int* by Jean-Marc Valin · 13 years ago
  63. 3f0962c Always enable OPUS_TEST_RANGE_CODER_STATE. by Ralph Giles · 13 years ago
  64. 5b6791b Remove an unused variable. by Ralph Giles · 13 years ago
  65. 59a93ab Fixes some compiler warnings by Christian Hoene · 13 years ago
  66. a0653ed Fixes a bunch of valgrind errors when decoding random junk by Jean-Marc Valin · 13 years ago
  67. 4618562 test_opus usage for -e/-d by Jean-Marc Valin · 13 years ago
  68. 99126f4 Allowing test_opus to operate in encode_only or decode_only mode by Jean-Marc Valin · 13 years ago
  69. 00cb6f7 splitting encoder config in terms of application and signal type by Jean-Marc Valin · 13 years ago
  70. 541df0a Fixes an issue when triggering PLC before receiving any packet by Jean-Marc Valin · 13 years ago
  71. 479e18b Removes auto mode and fixes a force_mono issue by Koen Vos · 13 years ago
  72. e790b37 test_opus error messages by Jean-Marc Valin · 13 years ago
  73. 103302b Squashed commit of the following: by Jean-Marc Valin · 13 years ago
  74. 4907d37 test_opus.c now checks the sampling rate by Jean-Marc Valin · 13 years ago
  75. d8765e5 SILK update by Koen Vos · 13 years ago
  76. bcdddb9 Fixes leak in test_opus by Jean-Marc Valin · 14 years ago
  77. 617fcd2 Fixes a few PLC/DTX bugs due to the recent decode API change by Jean-Marc Valin · 14 years ago
  78. b55b661 Adding constrained VBR mode by Jean-Marc Valin · 14 years ago
  79. 955f94c Automatic bandwidth selection by Jean-Marc Valin · 14 years ago
  80. 9a115b9 Cleanup by Jean-Marc Valin · 14 years ago
  81. f9bc460 Simple mode selection logic by Jean-Marc Valin · 14 years ago
  82. 1e1562c Update for in-band FEC by Koen Vos · 14 years ago
  83. 5d56fc7 Relicensing to simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  84. f919dd7 5ms frame mode was not working in test_opus. by Gregory Maxwell · 14 years ago
  85. c9f6950 Fix test_opus args count by Jean-Marc Valin · 14 years ago
  86. 356c9c4 Frame size optional, defaults to 20 ms by Jean-Marc Valin · 14 years ago
  87. 2c8cfd0 oops by Jean-Marc Valin · 14 years ago
  88. 99929d2 Making test_opus default to VBR by Jean-Marc Valin · 14 years ago
  89. 2c8b298 Better handling of the bandwidth by Jean-Marc Valin · 14 years ago
  90. fb45a3f Build fixes by Jean-Marc Valin · 14 years ago
  91. 8f67b20 Testing the range coder final state by Koen Vos · 14 years ago
  92. 1761b81 Enabling the CELT post-filter in Opus by Jean-Marc Valin · 14 years ago
  93. a10e879 Better handling of test_opus bandwidth options by Jean-Marc Valin · 14 years ago
  94. 9925d53 Better options for test_opus by Koen Vos · 14 years ago
  95. 2b68ea9 Merged Koen's encoder changes by Jean-Marc Valin · 14 years ago
  96. 3ce277c Some initial work on stereo support (not complete) by Jean-Marc Valin · 14 years ago
  97. 05dd36a API renamed to Opus by Jean-Marc Valin · 14 years ago[Renamed (85%) from src/test_harmony.c]
  98. 38f4e9f Renamed to Harmony by Jean-Marc Valin · 14 years ago[Renamed (85%) from src/test_hybrid.c]
  99. 57de8a3 Implement signalling byte at the start of a packet by Jean-Marc Valin · 14 years ago
  100. a9e5835 As used for the listening tests by Jean-Marc Valin · 14 years ago