1. db5b194 Fixes an initialization issue in SILK prefill found by Coverity by Jean-Marc Valin · 11 years ago
  2. f6066df More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0 by Jean-Marc Valin · 11 years ago
  3. ca6fac0 Fixes some minor issues found by scan build by Jean-Marc Valin · 11 years ago
  4. 9ffce06 This should be less confusing for static analyzers by Jean-Marc Valin · 11 years ago
  5. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  6. 2891d85 Remove dead code by Stefan Beller · 11 years ago
  7. f2446c2 Remove trailing whitespace from the license headers. by Ralph Giles · 11 years ago
  8. 02fed47 Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir() by Jean-Marc Valin · 11 years ago
  9. 00a1b3e Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr() by Jean-Marc Valin · 11 years ago
  10. 6a7ee7f Share auto-correlation code between SILK and CELT by Jean-Marc Valin · 11 years ago
  11. a156c5e Makes the SILK pitch search use celt_pitch_xcorr() by Jean-Marc Valin · 11 years ago
  12. ecc81ee Disable MSVC posix security warnings in the project file. by Ralph Giles · 11 years ago
  13. 25eca1c Conditionalize #pragma warn for MSVC. by Ralph Giles · 11 years ago
  14. 5280c71 Revert "Fixes a number of double promotions and missing casts." by Gregory Maxwell · 11 years ago
  15. 4327972 Fixes a number of double promotions and missing casts. by Gregory Maxwell · 11 years ago
  16. 1975eea Big squashed commit of Garf's MSVC reorg: by Jean-Marc Valin · 11 years ago
  17. e3ad4ea Move misplaced RESTORE_STACK. by Timothy B. Terriberry · 11 years ago
  18. 7e783b1 Move misplaced RESTORE_STACK. by Timothy B. Terriberry · 11 years ago
  19. e095c3e Move ARM asm into its own directories. by Timothy B. Terriberry · 11 years ago
  20. b518b56 Clean up register constraints. by Timothy B. Terriberry · 11 years ago
  21. 9880c4c Fix bustage in a16cef62. by Timothy B. Terriberry · 11 years ago
  22. a16cef6 Replace silk_CLZ functions with EC_ILOG(). by Timothy B. Terriberry · 11 years ago
  23. 80ad383 Convert quotes in license headers to ASCII. by Timothy B. Terriberry · 11 years ago
  24. 972a34e Add ARMv4/ARMv5E macros. by Timothy B. Terriberry · 11 years ago
  25. 74de3a5 Saturates the last RC to 0.99 when Schur blows up by Jean-Marc Valin · 11 years ago
  26. b7d5531 Change Visual Studio files to use PACKAGE_VERSION. by Ralph Giles · 11 years ago
  27. ac76b15 Fixes an assertion failure in SILK by Jean-Marc Valin · 11 years ago
  28. c9f857e Fix bustage from c152d602. by Timothy B. Terriberry · 11 years ago
  29. c152d60 Use dynamic stack allocation in the SILK encoder. by Timothy B. Terriberry · 11 years ago
  30. dc58579 Fix several memory errors in the SILK resampler. by Timothy B. Terriberry · 11 years ago
  31. c41a816 Remove trailing whitespace. by Timothy B. Terriberry · 12 years ago
  32. bfe52ce Fix some warnings. by Timothy B. Terriberry · 12 years ago
  33. 3ecd9c2 Fixes two bandwidth decision issues by Jean-Marc Valin · 12 years ago
  34. 6044907 Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico.com> by Jean-Marc Valin · 12 years ago
  35. e51a3f3 Fixes a minor CELT->SILK switching glitch in the decoder by Jean-Marc Valin · 12 years ago
  36. f77e86a Fix MSVC linker warnings by Joshua Bowman · 12 years ago
  37. b7b5872 Fix minor issues reported by scan-build by Philip Jägenstedt · 12 years ago
  38. e9b36c1 Fixes comment-in-comment warning by Jean-Marc Valin · 12 years ago
  39. b56c278 Fixes a fixed-point overflow in the new pitch code by Jean-Marc Valin · 12 years ago
  40. 9cbbcb5 Improvements to the pitch search by Koen Vos · 12 years ago
  41. ba28403 Typo: FIND_PITCH_BANDWI(D)TH_EXPANSION by Philip Jägenstedt · 12 years ago
  42. 6d9c16d Fix common misspellings by Philip Jägenstedt · 12 years ago
  43. 6b45974 Reduces rate/max rate to make room for redundancy by Jean-Marc Valin · 12 years ago
  44. 02c653f silk: move down- and upsamplers constants to the header file. by Diego Elio Pettenò · 12 years ago
  45. 3f2efcb Move to comment a table that is never used in the code. by Diego Elio Pettenò · 12 years ago
  46. 5f6be0c Mark tables static when not used outside of their translation unit. by Diego Elio Pettenò · 12 years ago
  47. d006b78 Mark functions static if they are only used in their own translation unit. by Diego Elio Pettenò · 12 years ago
  48. 6f2d9f5 Use dynamic stack allocations in SILK decoder. by Timothy B. Terriberry · 12 years ago
  49. 79a6f4d Makes two static tables const by Jean-Marc Valin · 12 years ago
  50. f6c26e0 Fixes an overflow in silk_log2lin() that was triggered only in debug mode by Jean-Marc Valin · 12 years ago
  51. 0d57a5d Disable silk_get_TOC in the code, as it's not used or exposed. by Gregory Maxwell · 12 years ago
  52. 622046c Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong. by Cyril Lashkevich · 12 years ago
  53. 0ec9313 Small cleanups to MSVC build setup. by Gian-Carlo Pascutto · 12 years ago
  54. b768c9b Fixes MSVC projects and adds git version generator tool by Chris Moeller · 12 years ago
  55. 642084c Output/intermediate dir cleanup and fixes in 64-bit mode. by Gian-Carlo Pascutto · 12 years ago
  56. eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
  57. f57be69 Remove non-existent ReadMe.txt references. by Gian-Carlo Pascutto · 12 years ago
  58. d2fa2ed Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now. by Gian-Carlo Pascutto · 12 years ago
  59. bcbf40b modified the Visual Studio 2010 projects and solution file to include a x64 configuration. modified the output folders such that the architecture is included in the path (so you get Release64, Debug32, etc.) so you can have all build types in one tree. by root · 12 years ago
  60. e052947 Use 'frame' instead of 'signal', take out stdlib.h in silk/. by Gregory Maxwell · 12 years ago
  61. 1096fe5 Remove unused headers/defines in silk/typedef.h, improving portability to AMIX4.0/GCC1.4. by Gregory Maxwell · 12 years ago
  62. efbb5ea SILK to print error line with FIXED_DEBUG, assert with FIXED_DEBUG_ASSERT. by Gregory Maxwell · 12 years ago
  63. 1a9e853 Fixes two fixed-point overflow issues by Jean-Marc Valin · 12 years ago
  64. 780fbc9 Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.c by Jean-Marc Valin · 12 years ago
  65. 3af4aa7 Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fs by Jean-Marc Valin · 12 years ago
  66. f7ceaa6 Minor comment formatting change by Gregory Maxwell · 12 years ago
  67. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  68. eb8b3c2 Adds note on monic filter by Jean-Marc Valin · 12 years ago
  69. ae00e60 License update using the IETF Trust flavour of the BSD on the Silk code by Jean-Marc Valin · 12 years ago
  70. 94a4989 Makes silk_ADD_SAT32() conform to the C standard by Jean-Marc Valin · 12 years ago
  71. 5f6e472 Remove trailing whitespace. by Ralph Giles · 13 years ago
  72. 905197d Fixes a bunch of 16-bit issues that the C5X compiler warns about by Jean-Marc Valin · 13 years ago
  73. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 13 years ago
  74. b46991c Restore the windows-side #ifdef check in silk/MacroDebug.h. by Ralph Giles · 13 years ago
  75. 9357ae9 Enable the silk debug macros with FIXED_DEBUG. by Ralph Giles · 13 years ago
  76. 2fa9e6e Fix a signed-compare warning. by Ralph Giles · 13 years ago
  77. 3e4afc6 Removes a number of macro definitions which are used nowhere in the codebase. by Gregory Maxwell · 13 years ago
  78. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
  79. 75f04e5 Fixes MSVC warnings by Koen Vos · 13 years ago
  80. 66820f3 Tweaks the CELT fractional resampling delay to get perfect alignment by Jean-Marc Valin · 13 years ago
  81. 54518c8 Last part of the LPC work stabilization work discussed at the last meeting by Koen Vos · 13 years ago
  82. 286f11e Making the PLC robust to overflows caused by extreme bit-streams by Jean-Marc Valin · 13 years ago
  83. f898ae1 Fixes a non-bitstream-related PLC integer overflow. by Jean-Marc Valin · 13 years ago
  84. ee8adbe Fixes a few minor issues (no bit-stream change) by Jean-Marc Valin · 13 years ago
  85. a51ebd6 Accuracy improvements to help float implementations by Koen Vos · 13 years ago
  86. bbfc9c9 Improves the accuracy such that it matches a float decoder much better by Koen Vos · 13 years ago
  87. bf75c8e SILK fixes following last codec WG meeting by Koen Vos · 13 years ago
  88. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  89. e1be192 Some minor (non-bitstream-affecting) changes to help us have better test vectors by Jean-Marc Valin · 13 years ago
  90. 09a84c8 Fixes a minor issue on CELT->SILK switching by Jean-Marc Valin · 13 years ago
  91. a44e95a SILK encoder description by Koen Vos · 13 years ago
  92. acd3bce Removes "set but never used" variables by Jean-Marc Valin · 13 years ago
  93. 7664d81 Removes unused order 14 in silk_LPC_analysis_filter_FLP() by Jean-Marc Valin · 13 years ago
  94. fd152f5 fixes a mixup between decoder and PLC states by Koen Vos · 13 years ago
  95. 1ee6b48 Fixes PLC initialization bug by Koen Vos · 13 years ago
  96. d6cad7a Disabling some unused SILK functions from the float build by Jean-Marc Valin · 13 years ago
  97. a3798d9 comment by Koen Vos · 13 years ago
  98. 0dbd0ca Fixes two SILK PLC issues by Koen Vos · 13 years ago
  99. acc7a6c Reformatting changes with an update to the MSVC project files by Koen Vos · 13 years ago
  100. 4a7027b Allow wrap-around in silk_LPC_analysis_filter() by Jean-Marc Valin · 13 years ago