1. 82c9859 Removes tests/.dirstamp by Jean-Marc Valin · 13 years ago
  2. 38805f3 Rename test_repacketizer to repacketizer_demo. by Gregory Maxwell · 13 years ago
  3. 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
  4. d481798 draft: Update to normative/non-normative switching by Jean-Marc Valin · 13 years ago
  5. 602fd8a draft: Moves the high-pass to the Opus encoder to reflect the source code by Jean-Marc Valin · 13 years ago
  6. 7f3caf9 Fixes another minor bug introduced in 43a0de4af15 by Koen Vos · 13 years ago
  7. 56a3b95 Adds draft section on "Control Parameters" by Jean-Marc Valin · 13 years ago
  8. bfad281 Adjusts the bandwidth thresholds depending on complexity and CBR by Jean-Marc Valin · 13 years ago
  9. 97cefdd Oops, forgot the #defines for OPUS_{SET|GET}_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  10. d39bccb Fixes a minor bug introduced in 43a0de4af15 by Koen Vos · 13 years ago
  11. 9ba1743 Implements OPUS_SET_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  12. 9dc0e40 Disable CELT when FEC is on and we're losing too many packets by Jean-Marc Valin · 13 years ago
  13. ec1ebf8 Fixes a bug on FEC+stereo by Jean-Marc Valin · 13 years ago
  14. a7585a0 More draft edits and additions. by Timothy B. Terriberry · 13 years ago
  15. 33bd6aa Some SILK CBR tuning by Jean-Marc Valin · 13 years ago
  16. 43a0de4 Optimization of the CBR loop by Koen Vos · 13 years ago
  17. 3b2aee0 Implements glitchless switching between SILK bandwidths by Jean-Marc Valin · 13 years ago
  18. e53ebd6 Don't use -fstack-protector-all when its not supported, add an autoconf test. by Gregory Maxwell · 13 years ago
  19. 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
  20. 4871fb9 Silences some warnings in fixed-point by Jean-Marc Valin · 13 years ago
  21. bfc67b9 Same as 44a030deedf11 but for fixed-point by Jean-Marc Valin · 13 years ago
  22. 44a030d Limits how fast the CBR gain multiplier can increase by Jean-Marc Valin · 13 years ago
  23. 1fad304 Make the encoder output a "PLC packet" when SILK can't reach the target by Jean-Marc Valin · 13 years ago
  24. 99ca4b3 Overrides the SILK delayed bandwidth changes when CBR might bust by Jean-Marc Valin · 13 years ago
  25. 294bfec Implements hard CBR for SILK by Jean-Marc Valin · 13 years ago
  26. dbf2ea8 draft: Describing SILK delay compensation by Jean-Marc Valin · 13 years ago
  27. cb897c5 draft: mode switching details (reset and redundancy cross-fade) by Jean-Marc Valin · 13 years ago
  28. d062c4a Only free state once in kiss-fft failed init path by Jean-Marc Valin · 13 years ago
  29. e6a4ece Simplfies the condition for resetting the CELT state by Jean-Marc Valin · 13 years ago
  30. 52de536 Correct encoder/decoder state mismatch and spurious state resetting in the encoder when side is reset. by Gregory Maxwell · 13 years ago
  31. 9a05688 Misc corrections to the draft by Jean-Marc Valin · 13 years ago
  32. 6559d36 Remove redundant mid-only flag when side VAD flag is set. by Timothy B. Terriberry · 13 years ago
  33. f2d6480 Draft text for encoder mode selection by Jean-Marc Valin · 13 years ago
  34. 88e5cdc Fix fixed-point build bustage from 53cc1a03. by Timothy B. Terriberry · 13 years ago
  35. 1e03a6e Fix side-channel index for VAD/LBRR flags. by Timothy B. Terriberry · 13 years ago
  36. 53cc1a0 Fix the side frame conditional coding rules. by Timothy B. Terriberry · 13 years ago
  37. 7ef6c7c This should fix switching from SILK/hybrid to 60ms CELT by Jean-Marc Valin · 13 years ago
  38. d9dd499 Correct rare mismatch between the encoder and decoder introduced by e9b53212. by Gregory Maxwell · 13 years ago
  39. ebb1cd1 Addressing some comments about the draft and cleaning up COPYING by Jean-Marc Valin · 13 years ago
  40. e22cc27 Fixes CELT->Hybrid glitches by Jean-Marc Valin · 13 years ago
  41. 4bc8c03 More draft updates. by Timothy B. Terriberry · 13 years ago
  42. 26451fe Improved test for fishy redundancy length by Jean-Marc Valin · 13 years ago
  43. e9b5321 Tim says it's safe by Jean-Marc Valin · 13 years ago
  44. ab96457 JM puts on a brown paper bag by Jean-Marc Valin · 13 years ago
  45. eb17b5e Doing a best for "unprotected" switches to 2.5 ms frames by Jean-Marc Valin · 13 years ago
  46. e2f1aac Fixes a corner case that was causing silk_A2NLSF() to fail by Koen Vos · 13 years ago
  47. 4f1b7da Fixes a case where PLC was called on the side when no side was ever coded by Jean-Marc Valin · 13 years ago
  48. e2a6aaa Improves accuracy of NLSF2A by reordering the polynomial roots by Timothy B. Terriberry · 13 years ago
  49. d5158a4 Fixes a numerical accuracy issue in the pitch search by Jean-Marc Valin · 13 years ago
  50. d84c8d1 Fixes a panned stereo regression by Jean-Marc Valin · 13 years ago
  51. b24e574 Misc bug fixes by Jean-Marc Valin · 13 years ago
  52. a4885a5 Gets rid of a "safe" signed overflow in silk_noise_shape_quantizer_del_dec() by Jean-Marc Valin · 13 years ago
  53. 4541bbc Gets rid of a "safe" signed overflow in silk_DIV32_varQ() by Jean-Marc Valin · 13 years ago
  54. 3737862 Using a noise-based PLC for the CELT layer in hybrid mode by Jean-Marc Valin · 13 years ago
  55. 16f1592 Fixes a corruption when decoding FEC frames by Jean-Marc Valin · 13 years ago
  56. 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
  57. 3195f6c Misc SILK fixes: by Koen Vos · 13 years ago
  58. 53ea87f Cheap early detection of unstable filters by Jean-Marc Valin · 13 years ago
  59. 3346d88 Make repacketizer API use opus_int32 for lengths and add some additional error handling. by Gregory Maxwell · 13 years ago
  60. 854fe70 Minor fixes by Koen Vos · 13 years ago
  61. 756c759 Make opus_repacketizer_create handle malloc failure gracefully. by Gregory Maxwell · 13 years ago
  62. a9b864b Cleaner way to take into account the prediction for stereo width by Koen Vos · 13 years ago
  63. 42f1e3d Two minor SILK fixes by Koen Vos · 13 years ago
  64. 1f65994 Avoids unnecessary collapse of the HF stereo image in hybrid mode. by Jean-Marc Valin · 13 years ago
  65. ebece63 Fixes a stereo SILK->CELT switching bug by Jean-Marc Valin · 13 years ago
  66. 6d5af48 Increase the floor on nb_compr_bytes when we enable redundancy. by Jean-Marc Valin · 13 years ago
  67. 78291b2 Fixes a redundancy mismatch bug by Jean-Marc Valin · 13 years ago
  68. 207a2e8 Fixes a rare integer overflow in the SILK "50% of max rate" rule by Jean-Marc Valin · 13 years ago
  69. 591b749 Redundancy fixes by Jean-Marc Valin · 13 years ago
  70. 9fd13d6 Not delaying stereo->mono transitions to/from CELT by Jean-Marc Valin · 13 years ago
  71. 1e22a4b Fixes a problem with the SILK toMono when we're encoding 40/60 ms frames by Jean-Marc Valin · 13 years ago
  72. 6e5f6d0 Prevents a SILK stereo encoding-side desync by Jean-Marc Valin · 13 years ago
  73. d5c9263 Fixes two encoder bugs causing glitches in stereo->mono switches by Jean-Marc Valin · 13 years ago
  74. b597238 Proper SILK delay compensation for resampling by Jean-Marc Valin · 13 years ago
  75. a5e96b8 More draft updates and additions. by Timothy B. Terriberry · 13 years ago
  76. 8887566 SILK update by Koen Vos · 13 years ago
  77. 480ba70 SILK stereo fix by Koen Vos · 13 years ago
  78. e98f1f5 Fix C89 incompatible mixed declarations and code introduced by 220a7d4b. by Gregory Maxwell · 13 years ago
  79. 4997921 Move useInterpolatedNLSFs assert from encode_indices.c to silk/process_NLSFs.c. by Gregory Maxwell · 13 years ago
  80. 32d5c2d Disabling LBRR for whever there's a change in bandwidth/channels/framesize by Jean-Marc Valin · 13 years ago
  81. fd17eab Add some CUSTOM_MODES ifdefs in celt.c around code only used by custom modes. by Gregory Maxwell · 13 years ago
  82. 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
  83. 2779df7 Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c by Jean-Marc Valin · 13 years ago
  84. bc2eebd Fixes glithes when switching between SILK-only and hybrid by Jean-Marc Valin · 13 years ago
  85. 0c5085a Prevents the SILK PLC from being called with an invalid frame size or sampling rate by Jean-Marc Valin · 13 years ago
  86. 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
  87. 4a7c985 Correct C99 undefined behavior in silk/NSQ.c, parallel change to 1ee139bc. by Gregory Maxwell · 13 years ago
  88. 1e0805d Delaying SILK stereo->mono transitions by two frames by Jean-Marc Valin · 13 years ago
  89. 8a7543c Remove warning added by 4cc9a459. by Gregory Maxwell · 13 years ago
  90. 4cc9a45 Eliminate redundant redundancy code. by Gregory Maxwell · 13 years ago
  91. 9c93763 Merge remote-tracking branch 'greg/master' by Jean-Marc Valin · 13 years ago
  92. de3e16c Fixes stereo->mono switching bugs (encoder) by Jean-Marc Valin · 13 years ago
  93. ed921b0 Make it possible to undo the effect of the private OPUS_SET_FORCE_MODE encoder ctl. by Gregory Maxwell · 13 years ago
  94. 32af90a Improve opus_decode() error code consistency. by Gregory Maxwell · 13 years ago
  95. 8714189 Fix bug in OPUS_SET_BANDWIDTH_REQUEST. by Gregory Maxwell · 13 years ago
  96. 220a7d4 Fix bug in the OPUS_GET_APPLICATION_REQUEST ctl and also add a bunch of set ctl range checking and improve encoder/decoder error code consistency. by Gregory Maxwell · 13 years ago
  97. 55788c8 Assertion update for commit b23a6ca5 by Jean-Marc Valin · 13 years ago
  98. 342d654 As of commit 44203907 all celt bands N>1 are even, including custom modes. In light of this, remove some pointless tests. by Gregory Maxwell · 13 years ago
  99. b23a6ca Fixes problems with unstable filter detection by J-M Valin (rewritten by T.B. Terriberry) · 13 years ago
  100. efe16c5 don't allow the user to override the bandwidth so that it's above what Fs allows by Jean-Marc Valin · 13 years ago