1. 60d59c8 SILK update by Jean-Marc Valin · 13 years ago
  2. d41c028 Revert de32a5bf617f782f6a478c5cd50fb040b0fbffe9 by Jean-Marc Valin · 13 years ago
  3. bf85779 Shouldn't have been commented out by Jean-Marc Valin · 13 years ago
  4. 6c8acbf EC_ILOG cleanups. by Timothy B. Terriberry · 13 years ago
  5. 3beb70e Fix effectiveBytes computation for VBR by Jean-Marc Valin · 13 years ago
  6. d3dc19b SILK/CELT update by Jean-Marc Valin · 13 years ago
  7. 1bf4f97 Squashed commit of the following: by Koen Vos · 13 years ago
  8. 3acddca draft: PVQ work by Jean-Marc Valin · 13 years ago
  9. 6251816 draft work by Jean-Marc Valin · 13 years ago
  10. 81e886e anti-collapse by Jean-Marc Valin · 13 years ago
  11. 19caadd energy decoding by Jean-Marc Valin · 13 years ago
  12. 6df6db1 SILK can now build in fixed-point by Jean-Marc Valin · 13 years ago
  13. 905fa5b Transients by Jean-Marc Valin · 13 years ago
  14. 6a2d0a0 Moved common info from encoder to decoder by Jean-Marc Valin · 13 years ago
  15. dfe4ba5 Post-filter description by Jean-Marc Valin · 13 years ago
  16. de32a5b Splitting the resampler buffering between encode and decode by Jean-Marc Valin · 13 years ago
  17. e3de505 Buffer pre-filling in the encoder by Jean-Marc Valin · 13 years ago
  18. 03c1d66 SILK can't use more than 80% of the bits in hybrid mode by Koen Vos · 13 years ago
  19. 9078176 SILK update by Jean-Marc Valin · 13 years ago
  20. 8930d2f Squashed commit of the following: by Koen Vos · 13 years ago
  21. c79c4e3 Fixes a prototype mismatch in compute_allocation() by Jean-Marc Valin · 13 years ago
  22. ca869b2 Makes sure there's a PLC-only region in the mode transition by Jean-Marc Valin · 13 years ago
  23. 7387071 Fixes infinite loop for frame size <= 5 ms by Jean-Marc Valin · 13 years ago
  24. 606250a Improved transitions between the different modes by Jean-Marc Valin · 13 years ago
  25. 0e0b94a fix make dist by Jean-Marc Valin · 13 years ago
  26. c4d32b1 Makefile.am minus old .sln's by Jean-Marc Valin · 13 years ago
  27. ee31d6f preparing the next version by Jean-Marc Valin · 13 years ago
  28. e3d39fe Version bump by Jean-Marc Valin · 13 years ago
  29. 83395d1 Win32 config.h by Jean-Marc Valin · 13 years ago
  30. 71e10e2 CELT/Hybrid fix for in-band FEC. by Koen Vos · 13 years ago
  31. e7a2a03 missing files by Jean-Marc Valin · 13 years ago
  32. a31a7ea MSVC project files by Jean-Marc Valin · 13 years ago
  33. f08317d Obsolete project files by Jean-Marc Valin · 13 years ago
  34. 51c2658 SILK and CELT updates by Jean-Marc Valin · 13 years ago
  35. 6f2bfb7 Refactor SILK's use of ec_enc_patch_initial_bits(). by Timothy B. Terriberry · 13 years ago
  36. f18ad43 Refactor ec_enc_patch_initial_bits(). by Timothy B. Terriberry · 13 years ago
  37. 5b23675 Correct a number of uninitialized value problems when end!=nbEBands. Now 8khz/20ms audio can be decoded at 48kHz and vice versa (with the PF turned off). by Gregory Maxwell · 13 years ago
  38. 1e1562c Update for in-band FEC by Koen Vos · 13 years ago
  39. 485d64d SILK update with LBRR and some bugfixes by Koen Vos · 13 years ago
  40. b3c05b6 Implements ec_enc_patch_initial_bits() by Timothy B. Terriberry · 13 years ago
  41. 079b916 using "end" rather than nbEBands for trim_offset[] by Jean-Marc Valin · 13 years ago
  42. 1e9fb62 Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVE by Jean-Marc Valin · 13 years ago
  43. 64805fd Fix post-filter for the case where overlap!=shortMdctSize by Jean-Marc Valin · 14 years ago
  44. fa74ae2 Fix for layouts of 22 band and more by Jean-Marc Valin · 14 years ago
  45. a14e86d Fixes post-filter for transitions between 2.5ms and other frame sizes by Jean-Marc Valin · 14 years ago
  46. 5d56fc7 Relicensing to simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  47. 9745060 Minor draft update (CELT) by Jean-Marc Valin · 14 years ago
  48. 95e2bf7 Some draft updates. by Gregory Maxwell · 14 years ago
  49. 4c1676b Opus high-level encoder+decoder by Jean-Marc Valin · 14 years ago
  50. cf89d2a Adding a tiny amount of noise when folding to prevent/reduce numerical issues by Jean-Marc Valin · 14 years ago
  51. 1111db3 Oops, forgot COPYING and the tandem test by Jean-Marc Valin · 14 years ago
  52. 3806c1d Relicensing under the simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  53. c172f57 Fixes buffering issues with CELT-only mode at 2.5 ms by Jean-Marc Valin · 14 years ago
  54. f919dd7 5ms frame mode was not working in test_opus. by Gregory Maxwell · 14 years ago
  55. 1928f8d CELT_SET_END_BAND_REQUEST in the decoder was performing the wrong bounds check and not allowing a change to fullband. by Gregory Maxwell · 14 years ago
  56. 7007f1b Encoder fixes for NB/WB/SWB modes. by Gregory Maxwell · 14 years ago
  57. 96e3223 Conformance, security by Jean-Marc Valin · 14 years ago
  58. 20d0719 Update celtclient to the new API. by Gregory Maxwell · 14 years ago
  59. 35a96ea minor detail with the last patch by Jean-Marc Valin · 14 years ago
  60. 285bc37 16-bit int fixes. by Timothy B. Terriberry · 14 years ago
  61. b570f1a Fix previous commit by still capping what the encoder will produce by Jean-Marc Valin · 14 years ago
  62. b3dae4b Allowing maxCompressedBytes to be as large as one wants by Jean-Marc Valin · 14 years ago
  63. 959692a Remove opus_enc and opus_dec from the build by Jean-Marc Valin · 14 years ago
  64. c9f6950 Fix test_opus args count by Jean-Marc Valin · 14 years ago
  65. 1d9dc25 draft date by Jean-Marc Valin · 14 years ago
  66. 0b405d1 Making encoder-side clipping optional by Jean-Marc Valin · 14 years ago
  67. 90a55c6 CELT update by Jean-Marc Valin · 14 years ago
  68. 356c9c4 Frame size optional, defaults to 20 ms by Jean-Marc Valin · 14 years ago
  69. 2c8cfd0 oops by Jean-Marc Valin · 14 years ago
  70. 99929d2 Making test_opus default to VBR by Jean-Marc Valin · 14 years ago
  71. 5ad41a3 Tuning the hybrid bit-rate split by Koen Vos · 14 years ago
  72. 2c8b298 Better handling of the bandwidth by Jean-Marc Valin · 14 years ago
  73. 4305ab6 Bump LT_CURRENT and fix configure output messages by Jean-Marc Valin · 14 years ago
  74. f89f01f STATIC_MODES no longer used by Jean-Marc Valin · 14 years ago
  75. 5aa57e4 Configure option for custom modes by Jean-Marc Valin · 14 years ago
  76. 4d3e105 1275 byte packets is the absolute maximum packet size we're going to support. This makes the encoder and decoder refuse to operate outside of these boundaries. by Gregory Maxwell · 14 years ago
  77. 8430a75 Skipping most of the PLC code for DTX by Jean-Marc Valin · 14 years ago
  78. d922fe1 Version number bump by Jean-Marc Valin · 14 years ago
  79. b8a6b31 This removes some pointless/dead code. by Gregory Maxwell · 14 years ago
  80. 23340e2 Fixes an int overflow in the VBR code by Jean-Marc Valin · 14 years ago
  81. 7522878 Check for mode creation failure before we try to use it. by Timothy B. Terriberry · 14 years ago
  82. 95becbe This fixes the frame_size check on the encoder and decoder and removes some unused variable warnings when compiling without custom modes. by Gregory Maxwell · 14 years ago
  83. e904758 Oops, fixed the CELT version by Jean-Marc Valin · 14 years ago
  84. a1dd0fc Update Opus range coder due to CELT refactoring. by Timothy B. Terriberry · 14 years ago
  85. a093f4d Refactor the entropy coder. by Timothy B. Terriberry · 14 years ago
  86. fc06bda Update SILK range coder due to CELT refactoring. by Timothy B. Terriberry · 14 years ago
  87. 50b20d7 CELT update, version numbers by Jean-Marc Valin · 14 years ago
  88. ef986e4 Increasing the pitch gain resolution by Jean-Marc Valin · 14 years ago
  89. c33c3d6 Align the sample buffer for short by Ron · 14 years ago
  90. b9f0e33 Makefile deps fix by Jean-Marc Valin · 14 years ago
  91. d2913a6 Update draft instructions for source extraction by Jean-Marc Valin · 14 years ago
  92. 34e99da Fixes "make clean" by Jean-Marc Valin · 14 years ago
  93. fb45a3f Build fixes by Jean-Marc Valin · 14 years ago
  94. 111b23f Build fixes by Jean-Marc Valin · 14 years ago
  95. d539c6b Disabling the postfilter when complexity<5 or when CELT_SET_PREDICTION<=1 by Jean-Marc Valin · 14 years ago
  96. f54b69b Setting CELT complexity by Jean-Marc Valin · 14 years ago
  97. 5060bfd file list update by Jean-Marc Valin · 14 years ago
  98. bf4a4dc Header list by Jean-Marc Valin · 14 years ago
  99. 39ec0f9 Automated draft compilation by Jean-Marc Valin · 14 years ago
  100. 84236c9 make clean by Jean-Marc Valin · 14 years ago