1. 9283114 Adds explicit valgrind checks when ENABLE_VALGRIND is defined by Jean-Marc Valin · 12 years ago
  2. 936f52c Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK). by Gregory Maxwell · 12 years ago
  3. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 13 years ago
  4. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  5. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago[Renamed from libcelt/stack_alloc.h]
  6. 07f8840 Wrapping all allocation within opus_alloc() and opus_free() by Jean-Marc Valin · 13 years ago
  7. 662587d Remove many unused defines and convert some double constants to float. by Gregory Maxwell · 13 years ago
  8. 71d39ad Correct many whitespace errors under libcelt/ and remove by Gregory Maxwell · 13 years ago
  9. d25dd2b Fixes a declaration-after-statement error when using ALLOC_STACK by Jean-Marc Valin · 14 years ago
  10. 3806c1d Relicensing under the simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  11. 6f6c88b _alloca() for Win32 by Jean-Marc Valin · 14 years ago
  12. 8b2ff0d Updated copyright notices by Jean-Marc Valin · 15 years ago
  13. ece2cfa removed useless comments by Jean-Marc Valin · 15 years ago
  14. 8496695 Update valgrind support to match the latest valgrind API. by Gregory Maxwell · 15 years ago
  15. 242eee3 Enlarge CELT pseudo-stack for floating point unless an architecture specific value by Gregory Maxwell · 16 years ago
  16. 431e464 Making stack push a tiny bit clearer to the compiler -- don't think it really by Jean-Marc Valin · 17 years ago
  17. f7cec83 pseudo-stack no longer checks on every function entry whether it has been by Jean-Marc Valin · 17 years ago
  18. 31b79d1 Changed definition of VARDECL to make it more flexible. No actual code change. by Jean-Marc Valin · 17 years ago
  19. 7b5dc85 manual stack allocator should now work for sizeof(char)!=1 by Jean-Marc Valin · 17 years ago
  20. 9b9e986 Bit of memory reduction in the pitch search. More needed. by Jean-Marc Valin · 17 years ago
  21. cac91ec Fixed temp arrays that were allocated too large (no change in peak mem) by Jean-Marc Valin · 17 years ago
  22. 8600f69 Initial support for a managed stack/scratchpad. Still needs some work. by Jean-Marc Valin · 17 years ago
  23. e046c18 Minus a bunch of warnings when enabling alloca() by Jean-Marc Valin · 17 years ago
  24. 9a0bba1 Everything should now compile with a C89 compiler. by Jean-Marc Valin · 17 years ago
  25. a85657b removed // comments and added stack_alloc.h (not used everywhere yet) by Jean-Marc Valin · 17 years ago