1. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 13 years ago
  2. 8770b07 CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the test_opus_decode bailout up. by Gregory Maxwell · 13 years ago
  3. 873fc5b Fix documenation typos. by Ralph Giles · 13 years ago
  4. 1e0ba0f Fix typos in the API documentation. by Ralph Giles · 13 years ago
  5. b46991c Restore the windows-side #ifdef check in silk/MacroDebug.h. by Ralph Giles · 13 years ago
  6. a855a1f Check for underflow in the debug USUB32. by Ralph Giles · 13 years ago
  7. 9357ae9 Enable the silk debug macros with FIXED_DEBUG. by Ralph Giles · 13 years ago
  8. 2fa9e6e Fix a signed-compare warning. by Ralph Giles · 13 years ago
  9. 9620cf7 Print the actual arguments to the debug UADD/SUB32 routines. by Ralph Giles · 13 years ago
  10. 9f7d17b Uncomment the reporting for UADD32 and USUB32 in fixed_debug.h. by Ralph Giles · 13 years ago
  11. 5c06f8c Used unsigned intermediates with unsigned arguments in fixed_debug.h. by Ralph Giles · 13 years ago
  12. a69368e Use automake's support for parallel test execution. by Ralph Giles · 13 years ago
  13. cb3cc53 Fix --enable-fixed-point-debug. by Ralph Giles · 13 years ago
  14. 037918a Guard against pathologically small buffer by Vincent Penquerc'h · 13 years ago
  15. ab0b5f5 Make input mapping parameter const in multistream API by Vincent Penquerc'h · 13 years ago
  16. c792108 Adds missing RESTORE_STACK statements on error paths by Jean-Marc Valin · 13 years ago
  17. c0387ff More consistent types for 16-bit architectures by Jean-Marc Valin · 13 years ago
  18. 3e4afc6 Removes a number of macro definitions which are used nowhere in the codebase. by Gregory Maxwell · 13 years ago
  19. 9cca20a Various multistream fixes. by Gregory Maxwell · 13 years ago
  20. e702817 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can. by Gregory Maxwell · 13 years ago
  21. 8365b5d Add config.h (and copyright notice) to repacketizer_demo.c. by Gregory Maxwell · 13 years ago
  22. fdb039b Eliminates an unused parameter warning in anti_collapse() by Jean-Marc Valin · 13 years ago
  23. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
  24. c4ff3a0 Modifies the comparison tool to make it much more permissive. by Jean-Marc Valin · 13 years ago
  25. 75f04e5 Fixes MSVC warnings by Koen Vos · 13 years ago
  26. 66820f3 Tweaks the CELT fractional resampling delay to get perfect alignment by Jean-Marc Valin · 13 years ago
  27. 54518c8 Last part of the LPC work stabilization work discussed at the last meeting by Koen Vos · 13 years ago
  28. a26b2be Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupted input. by Gregory Maxwell · 13 years ago
  29. 286f11e Making the PLC robust to overflows caused by extreme bit-streams by Jean-Marc Valin · 13 years ago
  30. f898ae1 Fixes a non-bitstream-related PLC integer overflow. by Jean-Marc Valin · 13 years ago
  31. ee8adbe Fixes a few minor issues (no bit-stream change) by Jean-Marc Valin · 13 years ago
  32. a51ebd6 Accuracy improvements to help float implementations by Koen Vos · 13 years ago
  33. 5609cec Fixes two minor issues found in random testing at ridiculously low rate. by Jean-Marc Valin · 13 years ago
  34. bbfc9c9 Improves the accuracy such that it matches a float decoder much better by Koen Vos · 13 years ago
  35. bf75c8e SILK fixes following last codec WG meeting by Koen Vos · 13 years ago
  36. 6619a73 Move nbits_total initialize before renormalization. by Timothy B. Terriberry · 13 years ago
  37. 92c896e Fixes the code for optional self-delimited packing to make it fit the draft by Gregory Maxwell · 13 years ago
  38. 1c80f64 All variables named "bank" renamed to "bandE" to avoid problems on SHARC by Jean-Marc Valin · 13 years ago
  39. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  40. e1be192 Some minor (non-bitstream-affecting) changes to help us have better test vectors by Jean-Marc Valin · 13 years ago
  41. e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
  42. 10ebc02 Misc documentation fixes (no code change) by Ralph Giles · 13 years ago
  43. 2159381 Fix various typing and spelling errors in the draft. by Ralph Giles · 13 years ago
  44. 8298cbb Minor anti-collapse state fix by Jean-Marc Valin · 13 years ago
  45. a9d342e draft version update by Jean-Marc Valin · 13 years ago
  46. 8ba1a08 version bump by Jean-Marc Valin · 13 years ago
  47. 09a84c8 Fixes a minor issue on CELT->SILK switching by Jean-Marc Valin · 13 years ago
  48. 38c6a15 version number bump by Jean-Marc Valin · 13 years ago
  49. 0fd87be More last-minute typos by Jean-Marc Valin · 13 years ago
  50. 18ab935 Typos by Jean-Marc Valin · 13 years ago
  51. fe5fe9e Fixes sha1 of test1_mono by Jean-Marc Valin · 13 years ago
  52. 2a8e2d8 draft version/date change by Jean-Marc Valin · 13 years ago
  53. 57db6c5 Test vectors update by Jean-Marc Valin · 13 years ago
  54. abaa348 Adds -random_fec option to randomly add FEC to some frames. by Jean-Marc Valin · 13 years ago
  55. 917cd6e Minor draft edits. by Timothy B. Terriberry · 13 years ago
  56. 66767ee Clean up whitespace in the draft makefile. by Ralph Giles · 13 years ago
  57. 27592c3 Multi-stream now checks that each stream at least contains a ToC. by Jean-Marc Valin · 13 years ago
  58. f8fc8f2 Test vector warning by Jean-Marc Valin · 13 years ago
  59. a05a379 Adds -random_framesize and -sweep_max options to opus_demo by Jean-Marc Valin · 13 years ago
  60. 23f3a1f Fixes a redundancy bug in glitchless SILK-SILK switching by Jean-Marc Valin · 13 years ago
  61. afd05ac Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream, and add many tests. by Gregory Maxwell · 13 years ago
  62. b77c44b draft: s/LSb/LSB/ by Jean-Marc Valin · 13 years ago
  63. c81b510 Fix a number of multistream decoder bugs; add some very basic multistream decoder tests. by Gregory Maxwell · 13 years ago
  64. b975a42 draft: Better description of the CELT allocation and stereo decisions by Jean-Marc Valin · 13 years ago
  65. 38fc0d5 Fix some inconsequential file descriptor leaks in the demo tools to silence cppcheck warnings. by Gregory Maxwell · 13 years ago
  66. a44e95a SILK encoder description by Koen Vos · 13 years ago
  67. 54a3495 Minor changes to test_opus_encode to improve coverage a little bit. by Gregory Maxwell · 13 years ago
  68. acd3bce Removes "set but never used" variables by Jean-Marc Valin · 13 years ago
  69. 64ae0a9 Silences a gcc warning by Jean-Marc Valin · 13 years ago
  70. 72b9b34 Newly introduced check_encoder_option failed unconditionally instead of only when you used the wrong options. by Gregory Maxwell · 13 years ago
  71. 7664d81 Removes unused order 14 in silk_LPC_analysis_filter_FLP() by Jean-Marc Valin · 13 years ago
  72. be236b1 Considers the case where SILK busts its budget in hybrid mode by Jean-Marc Valin · 13 years ago
  73. fd152f5 fixes a mixup between decoder and PLC states by Koen Vos · 13 years ago
  74. 1ee6b48 Fixes PLC initialization bug by Koen Vos · 13 years ago
  75. 2f3ae49 oops, bad copy-paste by Jean-Marc Valin · 13 years ago
  76. d6cad7a Disabling some unused SILK functions from the float build by Jean-Marc Valin · 13 years ago
  77. 8fcfe02 Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to reduce stack usage. by Gregory Maxwell · 13 years ago
  78. fa3ef8d draft wip by Jean-Marc Valin · 13 years ago
  79. 9fb5cee Checking that encoder options aren't used for decoding in opus_demo by Jean-Marc Valin · 13 years ago
  80. e1c3eac oops, forgot to update the source list by Jean-Marc Valin · 13 years ago
  81. a3798d9 comment by Koen Vos · 13 years ago
  82. 0dbd0ca Fixes two SILK PLC issues by Koen Vos · 13 years ago
  83. acc7a6c Reformatting changes with an update to the MSVC project files by Koen Vos · 13 years ago
  84. 2d4f614 test vector wip, nothing to see here by Jean-Marc Valin · 13 years ago
  85. 9e19fe6 Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h. by Ralph Giles · 13 years ago
  86. 7931a60 Remove relative paths to opus.h. by Ralph Giles · 13 years ago
  87. 839de4d Remove the define check for __GNUC_PREREQ. by Ralph Giles · 13 years ago
  88. b4dd4eb Fix the test for gcc version >= 4.6 to work for gcc 5 and up. by Ralph Giles · 13 years ago
  89. 732ac84 Move opus_apps inside the MALLOC_FAIL block. by Ralph Giles · 13 years ago
  90. 455993f Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK. by Ralph Giles · 13 years ago
  91. b88a7ba Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later. by Ralph Giles · 13 years ago
  92. c19bc34 Check for __malloc_hook and define MALLOC_FAIL appropriately. by Ralph Giles · 13 years ago
  93. ed90cdc Disable the deprecated function warning on __malloc_hook. by Ralph Giles · 13 years ago
  94. 657dea7 Moving the dash header inline to appease the apple gcc. by Gregory Maxwell · 13 years ago
  95. ad20dd2 Preparing for test vectors by Jean-Marc Valin · 13 years ago
  96. d84fa9f Fixes a bug in ec_enc_done when no range coded data was coded and adds test cases to test_unit_entropy. by Gregory Maxwell · 13 years ago
  97. aecf2d3 opus_demo now returns 1 on mismatch by Jean-Marc Valin · 13 years ago
  98. 6f1ece5 Extend test_unit_entropy to test some patch_initial_bits corner cases. by Gregory Maxwell · 13 years ago
  99. 16abc6f Fix for ec_enc_patch_initial_bits(). by Timothy B. Terriberry · 13 years ago
  100. c8649d0 Gives the Opus code direct access to (non-opaque) OpusRepacketizer by Jean-Marc Valin · 13 years ago