1. 79a6f4d Makes two static tables const by Jean-Marc Valin · 12 years ago
  2. 5685bd3 Replace long long in celt/ with opus_int64. by Gregory Maxwell · 12 years ago
  3. de74fc1 Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build. by Gregory Maxwell · 12 years ago
  4. e2e1fe9 Use 64-bits in fixed point debug for _P16, fixes spurious failures. by Gregory Maxwell · 12 years ago
  5. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  6. 02f19c2 Fix fixed-point testilog2. by Timothy B. Terriberry · 12 years ago
  7. 7909d8a Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API. by Rafaël Carré · 12 years ago
  8. 66d429a log2_frac optimization from Simon Hosie back in Aug 2011. by Gregory Maxwell · 12 years ago
  9. de4a2dd Replace the remaining instances of restrict with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  10. 0ec9313 Small cleanups to MSVC build setup. by Gian-Carlo Pascutto · 12 years ago
  11. b768c9b Fixes MSVC projects and adds git version generator tool by Chris Moeller · 12 years ago
  12. de0b532 Replace C99 restrict keyword with OPUS_RESTRICT. by Gregory Maxwell · 12 years ago
  13. 37f5659 Convert some double constants to float. by Gregory Maxwell · 12 years ago
  14. 642084c Output/intermediate dir cleanup and fixes in 64-bit mode. by Gian-Carlo Pascutto · 12 years ago
  15. eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
  16. f57be69 Remove non-existent ReadMe.txt references. by Gian-Carlo Pascutto · 12 years ago
  17. d2fa2ed Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now. by Gian-Carlo Pascutto · 12 years ago
  18. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  19. 27a0a5f Avoid using win32 lrintf ASM on mingw even when config.h is broken. by Gregory Maxwell · 12 years ago
  20. de9b437 Add -fixed to the version string & clarify that fixed disables float. by Gregory Maxwell · 12 years ago
  21. 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
  22. 66ac102 Fixes some cases where MIN/MAX macros result in duplicated function calls by Jean-Marc Valin · 12 years ago
  23. 14d63d1 Fixes the stereo_analysis() fixed-point overflow issue properly by Jean-Marc Valin · 12 years ago
  24. 936f52c Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK). by Gregory Maxwell · 12 years ago
  25. 4ea1491 When FIXED_DEBUG_ASSERT CELT will assert on fixed-debug error. by Gregory Maxwell · 12 years ago
  26. 6ae5101 Fixes a fixed-point overflow by scaling pitch search more conservatively by Jean-Marc Valin · 12 years ago
  27. 1a9e853 Fixes two fixed-point overflow issues by Jean-Marc Valin · 12 years ago
  28. 9faea25 Fixes a (harmless) float overflow in the pitch search by Jean-Marc Valin · 12 years ago
  29. 37e1356 Avoid the unnecessary resynth averaging on intensity switch when encoding. by Gregory Maxwell · 12 years ago
  30. c82cd06 Changes all uses of SHR()/SHL() macros to SHR32()/SHL32() by Jean-Marc Valin · 12 years ago
  31. b3deb53 Prevents remove_doubling() from considering negative pitch gains by Jean-Marc Valin · 12 years ago
  32. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  33. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  34. fa2750b More changes addressing Robert Sparks' review by Timothy B. Terriberry · 12 years ago
  35. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  36. 64e8021 oops, this removes dead code left from previous commit by Jean-Marc Valin · 12 years ago
  37. 367c394 Fixes several overflows in the CELT fixed-point by Jean-Marc Valin · 12 years ago
  38. 7aecadd Fixes a bug introduced by the previous commit by Jean-Marc Valin · 13 years ago
  39. 178758b Fixes some overflows in the fixed-point pitch code by Jean-Marc Valin · 13 years ago
  40. d9474d9 Cast a factor to maintain precision on 16 bit systems. by Ralph Giles · 13 years ago
  41. 5f6e472 Remove trailing whitespace. by Ralph Giles · 13 years ago
  42. 905197d Fixes a bunch of 16-bit issues that the C5X compiler warns about by Jean-Marc Valin · 13 years ago
  43. a855a1f Check for underflow in the debug USUB32. by Ralph Giles · 13 years ago
  44. 9620cf7 Print the actual arguments to the debug UADD/SUB32 routines. by Ralph Giles · 13 years ago
  45. 9f7d17b Uncomment the reporting for UADD32 and USUB32 in fixed_debug.h. by Ralph Giles · 13 years ago
  46. 5c06f8c Used unsigned intermediates with unsigned arguments in fixed_debug.h. by Ralph Giles · 13 years ago
  47. cb3cc53 Fix --enable-fixed-point-debug. by Ralph Giles · 13 years ago
  48. c0387ff More consistent types for 16-bit architectures by Jean-Marc Valin · 13 years ago
  49. fdb039b Eliminates an unused parameter warning in anti_collapse() by Jean-Marc Valin · 13 years ago
  50. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 13 years ago
  51. 66820f3 Tweaks the CELT fractional resampling delay to get perfect alignment by Jean-Marc Valin · 13 years ago
  52. 6619a73 Move nbits_total initialize before renormalization. by Timothy B. Terriberry · 13 years ago
  53. 1c80f64 All variables named "bank" renamed to "bandE" to avoid problems on SHARC by Jean-Marc Valin · 13 years ago
  54. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  55. e1be192 Some minor (non-bitstream-affecting) changes to help us have better test vectors by Jean-Marc Valin · 13 years ago
  56. e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
  57. 8298cbb Minor anti-collapse state fix by Jean-Marc Valin · 13 years ago
  58. 09a84c8 Fixes a minor issue on CELT->SILK switching by Jean-Marc Valin · 13 years ago
  59. 38fc0d5 Fix some inconsequential file descriptor leaks in the demo tools to silence cppcheck warnings. by Gregory Maxwell · 13 years ago
  60. 64ae0a9 Silences a gcc warning by Jean-Marc Valin · 13 years ago
  61. 9e19fe6 Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h. by Ralph Giles · 13 years ago
  62. 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
  63. 6f1ece5 Extend test_unit_entropy to test some patch_initial_bits corner cases. by Gregory Maxwell · 13 years ago
  64. 16abc6f Fix for ec_enc_patch_initial_bits(). by Timothy B. Terriberry · 13 years ago
  65. 9652f81 Test cleanups and renaming. by Gregory Maxwell · 13 years ago
  66. da025d5 Convert tabs to spaces in the opus and celt code. by Ralph Giles · 13 years ago
  67. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago
  68. 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
  69. 97cefdd Oops, forgot the #defines for OPUS_{SET|GET}_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  70. 9ba1743 Implements OPUS_SET_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  71. 43a0de4 Optimization of the CBR loop by Koen Vos · 13 years ago
  72. d062c4a Only free state once in kiss-fft failed init path by Jean-Marc Valin · 13 years ago
  73. 3737862 Using a noise-based PLC for the CELT layer in hybrid mode by Jean-Marc Valin · 13 years ago
  74. fd17eab Add some CUSTOM_MODES ifdefs in celt.c around code only used by custom modes. by Gregory Maxwell · 13 years ago
  75. 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
  76. 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
  77. 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
  78. afc8d53 Cleans up some leaking opus_custom symbols in celt/ by Gregory Maxwell · 13 years ago
  79. 0da4f23 Avoiding more left shifts of negative values by Jean-Marc Valin · 13 years ago
  80. 803ec8c Avoiding left shifts of negative values by Jean-Marc Valin · 13 years ago
  81. 1ee139b Making the left shift macros use unsigned to avoid undefined behaviour by Jean-Marc Valin · 13 years ago
  82. 2557750 API doc improvements by Jean-Marc Valin · 13 years ago
  83. f7bf43b Some fixes for C89 builds. by Gregory Maxwell · 13 years ago
  84. 48069bf Documentation and build script updates. by Gregory Maxwell · 13 years ago
  85. 25f7f35 Implements OPUS_GET_PITCH that queries the decoded pitch by Jean-Marc Valin · 13 years ago
  86. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago
  87. 310af75 Moved all SILK source code to the silk/ directory by Jean-Marc Valin · 13 years ago
  88. d2124cd Loss rate adaptation for the CELT layer by Jean-Marc Valin · 13 years ago
  89. fa86913 draft update by Jean-Marc Valin · 14 years ago
  90. 940931e Build fixes by Jean-Marc Valin · 14 years ago
  91. 381c706 Making mode switching use the same window as CELT (squared) by Jean-Marc Valin · 14 years ago
  92. f2c8e5d CELT update by Jean-Marc Valin · 14 years ago
  93. 64d834f More project files update by Jean-Marc Valin · 14 years ago
  94. 617fcd2 Fixes a few PLC/DTX bugs due to the recent decode API change by Jean-Marc Valin · 14 years ago
  95. b55b661 Adding constrained VBR mode by Jean-Marc Valin · 14 years ago
  96. 049dd18 Draft update (allocation by Gregory Maxwell · 14 years ago
  97. 8ea6704 Disable newly introduced CELT signalling by Jean-Marc Valin · 14 years ago
  98. 5012e4f Nothing to see here by Jean-Marc Valin · 14 years ago
  99. ebf9c03 CELT update by Jean-Marc Valin · 14 years ago
  100. 0c0c5f9 Support for glitchles mode switching by Jean-Marc Valin · 14 years ago