1. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  2. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago[Renamed from libcelt/cwrs.h]
  3. f334c82 Adds a fuzzing mode that causes the encoder to make random decisions by Jean-Marc Valin · 13 years ago
  4. 71d39ad Correct many whitespace errors under libcelt/ and remove by Gregory Maxwell · 13 years ago
  5. d77d6a5 Renamed celt_[u]int* to opus_[u]int* by Jean-Marc Valin · 13 years ago
  6. 9bac8c1 Eliminate the ec_int32 and ec_uint32 typedefs. by Timothy B. Terriberry · 14 years ago
  7. 3806c1d Relicensing under the simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  8. 2fcb239 Removing the rest of the >32-bit PVQ code by Jean-Marc Valin · 14 years ago
  9. 8b2ff0d Updated copyright notices by Jean-Marc Valin · 15 years ago
  10. 30f7f81 Changed all the celt*int*_t types to remove the _t suffix, which is reserved by Jean-Marc Valin · 15 years ago
  11. d98d8ae CWRS clean-ups and optimizations. by Timothy B. Terriberry · 15 years ago
  12. 9a6c496 Changed the allocator to be smarter about the way it allocates by Jean-Marc Valin · 16 years ago
  13. 310fb3c Compute the real maximum required bits for a split. by Timothy B. Terriberry · 16 years ago
  14. 5ee9715 Change cwrsi() to operate on rows of U instead of columns. by Timothy B.B Terriberry · 16 years ago
  15. d910274 Change CWRS indexing to use Pyramid VQ's magnitude ordering. by Timothy B.B Terriberry · 16 years ago
  16. 679083f Implemented split-cwrs for very large codebooks (>64 bits), but still getting by Jean-Marc Valin · 16 years ago
  17. 5aff7c0 Implemented a cleaner way to detect whether CWRS codebooks fit in 32 or 64 bits by Jean-Marc Valin · 16 years ago
  18. e6ce0c6 optimisation: Removed a bunch of conditional branches from comb2pulse() by Jean-Marc Valin · 17 years ago
  19. d883670 Rework CWRS code. by Timothy B. Terriberry · 17 years ago
  20. c7e0b76 Making sure not to use the C library calls directly by Jean-Marc Valin · 17 years ago
  21. 0d28aa9 Now no divisions required in the cwrs code by Jean-Marc Valin · 17 years ago
  22. bf17da6 Reduced useless calls to ncwrs64() by half. by Jean-Marc Valin · 17 years ago
  23. 5fa5995 moved pulse [en|de]coding to cwrs.c by Jean-Marc Valin · 17 years ago
  24. abe043f Moving everything to the same type abstraction (sort of). by Jean-Marc Valin · 17 years ago
  25. f8db800 Added support for codebooks up to 64 bits. by Jean-Marc Valin · 17 years ago
  26. c4541ae Code for converting back and forth between pulse vectors and the correspondig by Timothy B. Terriberry · 17 years ago