1. 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
  2. 66ac102 Fixes some cases where MIN/MAX macros result in duplicated function calls by Jean-Marc Valin · 12 years ago
  3. 14d63d1 Fixes the stereo_analysis() fixed-point overflow issue properly by Jean-Marc Valin · 12 years ago
  4. 936f52c Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK). by Gregory Maxwell · 12 years ago
  5. 4ea1491 When FIXED_DEBUG_ASSERT CELT will assert on fixed-debug error. by Gregory Maxwell · 12 years ago
  6. 6ae5101 Fixes a fixed-point overflow by scaling pitch search more conservatively by Jean-Marc Valin · 12 years ago
  7. 1a9e853 Fixes two fixed-point overflow issues by Jean-Marc Valin · 12 years ago
  8. 9faea25 Fixes a (harmless) float overflow in the pitch search by Jean-Marc Valin · 12 years ago
  9. 37e1356 Avoid the unnecessary resynth averaging on intensity switch when encoding. by Gregory Maxwell · 12 years ago
  10. c82cd06 Changes all uses of SHR()/SHL() macros to SHR32()/SHL32() by Jean-Marc Valin · 12 years ago
  11. b3deb53 Prevents remove_doubling() from considering negative pitch gains by Jean-Marc Valin · 12 years ago
  12. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  13. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  14. fa2750b More changes addressing Robert Sparks' review by Timothy B. Terriberry · 12 years ago
  15. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  16. 64e8021 oops, this removes dead code left from previous commit by Jean-Marc Valin · 12 years ago
  17. 367c394 Fixes several overflows in the CELT fixed-point by Jean-Marc Valin · 12 years ago
  18. 7aecadd Fixes a bug introduced by the previous commit by Jean-Marc Valin · 12 years ago
  19. 178758b Fixes some overflows in the fixed-point pitch code by Jean-Marc Valin · 12 years ago
  20. d9474d9 Cast a factor to maintain precision on 16 bit systems. by Ralph Giles · 12 years ago
  21. 5f6e472 Remove trailing whitespace. by Ralph Giles · 12 years ago
  22. 905197d Fixes a bunch of 16-bit issues that the C5X compiler warns about by Jean-Marc Valin · 13 years ago
  23. a855a1f Check for underflow in the debug USUB32. by Ralph Giles · 13 years ago
  24. 9620cf7 Print the actual arguments to the debug UADD/SUB32 routines. by Ralph Giles · 13 years ago
  25. 9f7d17b Uncomment the reporting for UADD32 and USUB32 in fixed_debug.h. by Ralph Giles · 13 years ago
  26. 5c06f8c Used unsigned intermediates with unsigned arguments in fixed_debug.h. by Ralph Giles · 13 years ago
  27. cb3cc53 Fix --enable-fixed-point-debug. by Ralph Giles · 13 years ago
  28. c0387ff More consistent types for 16-bit architectures by Jean-Marc Valin · 13 years ago
  29. fdb039b Eliminates an unused parameter warning in anti_collapse() by Jean-Marc Valin · 13 years ago
  30. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
  31. 66820f3 Tweaks the CELT fractional resampling delay to get perfect alignment by Jean-Marc Valin · 13 years ago
  32. 6619a73 Move nbits_total initialize before renormalization. by Timothy B. Terriberry · 13 years ago
  33. 1c80f64 All variables named "bank" renamed to "bandE" to avoid problems on SHARC by Jean-Marc Valin · 13 years ago
  34. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  35. e1be192 Some minor (non-bitstream-affecting) changes to help us have better test vectors by Jean-Marc Valin · 13 years ago
  36. e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
  37. 8298cbb Minor anti-collapse state fix by Jean-Marc Valin · 13 years ago
  38. 09a84c8 Fixes a minor issue on CELT->SILK switching by Jean-Marc Valin · 13 years ago
  39. 38fc0d5 Fix some inconsequential file descriptor leaks in the demo tools to silence cppcheck warnings. by Gregory Maxwell · 13 years ago
  40. 64ae0a9 Silences a gcc warning by Jean-Marc Valin · 13 years ago
  41. 9e19fe6 Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h. by Ralph Giles · 13 years ago
  42. 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
  43. 6f1ece5 Extend test_unit_entropy to test some patch_initial_bits corner cases. by Gregory Maxwell · 13 years ago
  44. 16abc6f Fix for ec_enc_patch_initial_bits(). by Timothy B. Terriberry · 13 years ago
  45. 9652f81 Test cleanups and renaming. by Gregory Maxwell · 13 years ago
  46. da025d5 Convert tabs to spaces in the opus and celt code. by Ralph Giles · 13 years ago
  47. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago
  48. 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
  49. 97cefdd Oops, forgot the #defines for OPUS_{SET|GET}_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  50. 9ba1743 Implements OPUS_SET_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  51. 43a0de4 Optimization of the CBR loop by Koen Vos · 13 years ago
  52. d062c4a Only free state once in kiss-fft failed init path by Jean-Marc Valin · 13 years ago
  53. 3737862 Using a noise-based PLC for the CELT layer in hybrid mode by Jean-Marc Valin · 13 years ago
  54. fd17eab Add some CUSTOM_MODES ifdefs in celt.c around code only used by custom modes. by Gregory Maxwell · 13 years ago
  55. 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
  56. 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
  57. 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
  58. afc8d53 Cleans up some leaking opus_custom symbols in celt/ by Gregory Maxwell · 13 years ago
  59. 0da4f23 Avoiding more left shifts of negative values by Jean-Marc Valin · 13 years ago
  60. 803ec8c Avoiding left shifts of negative values by Jean-Marc Valin · 13 years ago
  61. 1ee139b Making the left shift macros use unsigned to avoid undefined behaviour by Jean-Marc Valin · 13 years ago
  62. 2557750 API doc improvements by Jean-Marc Valin · 13 years ago
  63. f7bf43b Some fixes for C89 builds. by Gregory Maxwell · 13 years ago
  64. 48069bf Documentation and build script updates. by Gregory Maxwell · 13 years ago
  65. 25f7f35 Implements OPUS_GET_PITCH that queries the decoded pitch by Jean-Marc Valin · 13 years ago
  66. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago
  67. 310af75 Moved all SILK source code to the silk/ directory by Jean-Marc Valin · 13 years ago
  68. d2124cd Loss rate adaptation for the CELT layer by Jean-Marc Valin · 13 years ago
  69. fa86913 draft update by Jean-Marc Valin · 13 years ago
  70. 940931e Build fixes by Jean-Marc Valin · 13 years ago
  71. 381c706 Making mode switching use the same window as CELT (squared) by Jean-Marc Valin · 13 years ago
  72. f2c8e5d CELT update by Jean-Marc Valin · 14 years ago
  73. 64d834f More project files update by Jean-Marc Valin · 14 years ago
  74. 617fcd2 Fixes a few PLC/DTX bugs due to the recent decode API change by Jean-Marc Valin · 14 years ago
  75. b55b661 Adding constrained VBR mode by Jean-Marc Valin · 14 years ago
  76. 049dd18 Draft update (allocation by Gregory Maxwell · 14 years ago
  77. 8ea6704 Disable newly introduced CELT signalling by Jean-Marc Valin · 14 years ago
  78. 5012e4f Nothing to see here by Jean-Marc Valin · 14 years ago
  79. ebf9c03 CELT update by Jean-Marc Valin · 14 years ago
  80. 0c0c5f9 Support for glitchles mode switching by Jean-Marc Valin · 14 years ago
  81. d3dc19b SILK/CELT update by Jean-Marc Valin · 14 years ago
  82. ee31d6f preparing the next version by Jean-Marc Valin · 14 years ago
  83. e7a2a03 missing files by Jean-Marc Valin · 14 years ago
  84. 51c2658 SILK and CELT updates by Jean-Marc Valin · 14 years ago
  85. 1e1562c Update for in-band FEC by Koen Vos · 14 years ago
  86. 1d9dc25 draft date by Jean-Marc Valin · 14 years ago
  87. 90a55c6 CELT update by Jean-Marc Valin · 14 years ago
  88. 5ad41a3 Tuning the hybrid bit-rate split by Koen Vos · 14 years ago
  89. e904758 Oops, fixed the CELT version by Jean-Marc Valin · 14 years ago
  90. a1dd0fc Update Opus range coder due to CELT refactoring. by Timothy B. Terriberry · 14 years ago
  91. 50b20d7 CELT update, version numbers by Jean-Marc Valin · 14 years ago
  92. fb45a3f Build fixes by Jean-Marc Valin · 14 years ago
  93. f85bc8a Oops, had inverted some tuning lines by Jean-Marc Valin · 14 years ago
  94. 7805475 Hybrid mode tuning by Karsten Vandborg Sorensen · 14 years ago
  95. 0a0d07c CELT update by Jean-Marc Valin · 14 years ago
  96. 36b4e63 Some work on the build by Jean-Marc Valin · 14 years ago
  97. 1761b81 Enabling the CELT post-filter in Opus by Jean-Marc Valin · 14 years ago
  98. 30a5e7e CELT update by Jean-Marc Valin · 14 years ago
  99. d9ad6e1 Enabling real CELT VBR by Jean-Marc Valin · 14 years ago
  100. d354dd2 CELT update by Jean-Marc Valin · 14 years ago