1. e052947 Use 'frame' instead of 'signal', take out stdlib.h in silk/. by Gregory Maxwell · 12 years ago
  2. 1096fe5 Remove unused headers/defines in silk/typedef.h, improving portability to AMIX4.0/GCC1.4. by Gregory Maxwell · 12 years ago
  3. efbb5ea SILK to print error line with FIXED_DEBUG, assert with FIXED_DEBUG_ASSERT. by Gregory Maxwell · 12 years ago
  4. 1a9e853 Fixes two fixed-point overflow issues by Jean-Marc Valin · 12 years ago
  5. 780fbc9 Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.c by Jean-Marc Valin · 12 years ago
  6. 3af4aa7 Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fs by Jean-Marc Valin · 12 years ago
  7. f7ceaa6 Minor comment formatting change by Gregory Maxwell · 12 years ago
  8. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  9. eb8b3c2 Adds note on monic filter by Jean-Marc Valin · 12 years ago
  10. ae00e60 License update using the IETF Trust flavour of the BSD on the Silk code by Jean-Marc Valin · 12 years ago
  11. 94a4989 Makes silk_ADD_SAT32() conform to the C standard by Jean-Marc Valin · 12 years ago
  12. 5f6e472 Remove trailing whitespace. by Ralph Giles · 12 years ago
  13. 905197d Fixes a bunch of 16-bit issues that the C5X compiler warns about by Jean-Marc Valin · 12 years ago
  14. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 12 years ago
  15. b46991c Restore the windows-side #ifdef check in silk/MacroDebug.h. by Ralph Giles · 13 years ago
  16. 9357ae9 Enable the silk debug macros with FIXED_DEBUG. by Ralph Giles · 13 years ago
  17. 2fa9e6e Fix a signed-compare warning. by Ralph Giles · 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. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 12 years ago
  20. 75f04e5 Fixes MSVC warnings by Koen Vos · 12 years ago
  21. 66820f3 Tweaks the CELT fractional resampling delay to get perfect alignment by Jean-Marc Valin · 12 years ago
  22. 54518c8 Last part of the LPC work stabilization work discussed at the last meeting by Koen Vos · 12 years ago
  23. 286f11e Making the PLC robust to overflows caused by extreme bit-streams by Jean-Marc Valin · 13 years ago
  24. f898ae1 Fixes a non-bitstream-related PLC integer overflow. by Jean-Marc Valin · 13 years ago
  25. ee8adbe Fixes a few minor issues (no bit-stream change) by Jean-Marc Valin · 13 years ago
  26. a51ebd6 Accuracy improvements to help float implementations by Koen Vos · 13 years ago
  27. bbfc9c9 Improves the accuracy such that it matches a float decoder much better by Koen Vos · 13 years ago
  28. bf75c8e SILK fixes following last codec WG meeting by Koen Vos · 13 years ago
  29. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  30. e1be192 Some minor (non-bitstream-affecting) changes to help us have better test vectors by Jean-Marc Valin · 13 years ago
  31. 09a84c8 Fixes a minor issue on CELT->SILK switching by Jean-Marc Valin · 13 years ago
  32. a44e95a SILK encoder description by Koen Vos · 13 years ago
  33. acd3bce Removes "set but never used" variables by Jean-Marc Valin · 13 years ago
  34. 7664d81 Removes unused order 14 in silk_LPC_analysis_filter_FLP() by Jean-Marc Valin · 13 years ago
  35. fd152f5 fixes a mixup between decoder and PLC states by Koen Vos · 13 years ago
  36. 1ee6b48 Fixes PLC initialization bug by Koen Vos · 13 years ago
  37. d6cad7a Disabling some unused SILK functions from the float build by Jean-Marc Valin · 13 years ago
  38. a3798d9 comment by Koen Vos · 13 years ago
  39. 0dbd0ca Fixes two SILK PLC issues by Koen Vos · 13 years ago
  40. acc7a6c Reformatting changes with an update to the MSVC project files by Koen Vos · 13 years ago
  41. 4a7027b Allow wrap-around in silk_LPC_analysis_filter() by Jean-Marc Valin · 13 years ago
  42. 7f3caf9 Fixes another minor bug introduced in 43a0de4af15 by Koen Vos · 13 years ago
  43. d39bccb Fixes a minor bug introduced in 43a0de4af15 by Koen Vos · 13 years ago
  44. ec1ebf8 Fixes a bug on FEC+stereo by Jean-Marc Valin · 13 years ago
  45. 43a0de4 Optimization of the CBR loop by Koen Vos · 13 years ago
  46. 3b2aee0 Implements glitchless switching between SILK bandwidths by Jean-Marc Valin · 13 years ago
  47. 3d28ee8 Fix stack corruption with high rate SILK encoding added by the recent CBR changes and enable -fstack-protector-all on gcc autotools builds. by Gregory Maxwell · 13 years ago
  48. 4871fb9 Silences some warnings in fixed-point by Jean-Marc Valin · 13 years ago
  49. bfc67b9 Same as 44a030deedf11 but for fixed-point by Jean-Marc Valin · 13 years ago
  50. 44a030d Limits how fast the CBR gain multiplier can increase by Jean-Marc Valin · 13 years ago
  51. 294bfec Implements hard CBR for SILK by Jean-Marc Valin · 13 years ago
  52. 52de536 Correct encoder/decoder state mismatch and spurious state resetting in the encoder when side is reset. by Gregory Maxwell · 13 years ago
  53. 6559d36 Remove redundant mid-only flag when side VAD flag is set. by Timothy B. Terriberry · 13 years ago
  54. 88e5cdc Fix fixed-point build bustage from 53cc1a03. by Timothy B. Terriberry · 13 years ago
  55. 1e03a6e Fix side-channel index for VAD/LBRR flags. by Timothy B. Terriberry · 13 years ago
  56. 53cc1a0 Fix the side frame conditional coding rules. by Timothy B. Terriberry · 13 years ago
  57. e2f1aac Fixes a corner case that was causing silk_A2NLSF() to fail by Koen Vos · 13 years ago
  58. 4f1b7da Fixes a case where PLC was called on the side when no side was ever coded by Jean-Marc Valin · 13 years ago
  59. e2a6aaa Improves accuracy of NLSF2A by reordering the polynomial roots by Timothy B. Terriberry · 13 years ago
  60. d5158a4 Fixes a numerical accuracy issue in the pitch search by Jean-Marc Valin · 13 years ago
  61. d84c8d1 Fixes a panned stereo regression by Jean-Marc Valin · 13 years ago
  62. b24e574 Misc bug fixes by Jean-Marc Valin · 13 years ago
  63. a4885a5 Gets rid of a "safe" signed overflow in silk_noise_shape_quantizer_del_dec() by Jean-Marc Valin · 13 years ago
  64. 4541bbc Gets rid of a "safe" signed overflow in silk_DIV32_varQ() by Jean-Marc Valin · 13 years ago
  65. a355d74 Move a number of files and functions which are only used by fixed point builds from silk/ to silk/fixed/. by Gregory Maxwell · 13 years ago
  66. 3195f6c Misc SILK fixes: by Koen Vos · 13 years ago
  67. 53ea87f Cheap early detection of unstable filters by Jean-Marc Valin · 13 years ago
  68. a9b864b Cleaner way to take into account the prediction for stereo width by Koen Vos · 13 years ago
  69. 42f1e3d Two minor SILK fixes by Koen Vos · 13 years ago
  70. 1f65994 Avoids unnecessary collapse of the HF stereo image in hybrid mode. by Jean-Marc Valin · 13 years ago
  71. 6e5f6d0 Prevents a SILK stereo encoding-side desync by Jean-Marc Valin · 13 years ago
  72. d5c9263 Fixes two encoder bugs causing glitches in stereo->mono switches by Jean-Marc Valin · 13 years ago
  73. b597238 Proper SILK delay compensation for resampling by Jean-Marc Valin · 13 years ago
  74. 8887566 SILK update by Koen Vos · 13 years ago
  75. 480ba70 SILK stereo fix by Koen Vos · 13 years ago
  76. 4997921 Move useInterpolatedNLSFs assert from encode_indices.c to silk/process_NLSFs.c. by Gregory Maxwell · 13 years ago
  77. 32d5c2d Disabling LBRR for whever there's a change in bandwidth/channels/framesize by Jean-Marc Valin · 13 years ago
  78. b9f443d More assert updates, make the initialization in silk_warped_autocorrelation_FLP more explicit to make tools happy, and allow resetting to auto with OPUS_SET_FORCE_CHANNELS. by Gregory Maxwell · 13 years ago
  79. 5d5875a Add the noreturn attribute on the assert functions to aid static analysis, improve test_repacketizer error handling, and silence 19 clang static analysis errors with additional assertions. by Gregory Maxwell · 13 years ago
  80. 4a7c985 Correct C99 undefined behavior in silk/NSQ.c, parallel change to 1ee139bc. by Gregory Maxwell · 13 years ago
  81. 1e0805d Delaying SILK stereo->mono transitions by two frames by Jean-Marc Valin · 13 years ago
  82. de3e16c Fixes stereo->mono switching bugs (encoder) by Jean-Marc Valin · 13 years ago
  83. 55788c8 Assertion update for commit b23a6ca5 by Jean-Marc Valin · 13 years ago
  84. b23a6ca Fixes problems with unstable filter detection by J-M Valin (rewritten by T.B. Terriberry) · 13 years ago
  85. b180a3f Make silk_assert calls work with the autotools --enable-assertions. by Gregory Maxwell · 13 years ago
  86. e3f6ad0 Remove an unreachable block in silk/float/pitch_analysis_core_FLP.c by Gregory Maxwell · 13 years ago
  87. 8d6467c More silk/ resampler cleanup. by Gregory Maxwell · 13 years ago
  88. fc8b605 Eliminate signed overflow in constant, minor makefile.draft updates. by Gregory Maxwell · 13 years ago
  89. 59647fd Misc. silk/ cleanups: static inline things which are only used in one file. by Gregory Maxwell · 13 years ago
  90. c7ab61b Fixes a bug introduced while fixing the original 60-ms stereo bug by Jean-Marc Valin · 13 years ago
  91. e4de8a9 Fixes a bug that was falsely triggering DTX for 60 ms stereo by Jean-Marc Valin · 13 years ago
  92. 744e59e More resampler cleanups. by Gregory Maxwell · 13 years ago
  93. 96739ad Eliminate function pointers from the resampler. by Gregory Maxwell · 13 years ago
  94. 5d48dbd Help JM's eclipse understand that silk_NLSF_del_dec_quant returns. by Gregory Maxwell · 13 years ago
  95. 9925366 Silence the remaining silk/ GCC warnings. by Gregory Maxwell · 13 years ago
  96. 7152a9a Fix some GCC warings in the silk/ directory. by Gregory Maxwell · 13 years ago
  97. 748c960 Add support for coding signs with 0 pulses. by Timothy B. Terriberry · 13 years ago
  98. 9826ed9 Fixes a glitch on SILK frame size switching by Jean-Marc Valin · 13 years ago
  99. 9f90e57 Fixes a glitch in SILK mono->stereo switching by Jean-Marc Valin · 13 years ago
  100. 1ee139b Making the left shift macros use unsigned to avoid undefined behaviour by Jean-Marc Valin · 13 years ago