1. 5123175 Speeding up ec_tell_frac() by Jean-Marc Valin · 11 years ago
  2. ec5d01c Using a table on ARM for unsigned division by small (<=256) integers. by Jean-Marc Valin · 11 years ago
  3. 07418d9 Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break. by Gregory Maxwell · 12 years ago
  4. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  5. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago[Renamed from libcelt/entcode.c]
  6. 75d2780 Adds many syntactically unnecessary parentheses to silence MSVC C4554. by Gregory Maxwell · 13 years ago
  7. 662587d Remove many unused defines and convert some double constants to float. by Gregory Maxwell · 13 years ago
  8. d77d6a5 Renamed celt_[u]int* to opus_[u]int* by Jean-Marc Valin · 13 years ago
  9. 1a45886 Disable parentheses warnings automatically. by Timothy B. Terriberry · 13 years ago
  10. 9bac8c1 Eliminate the ec_int32 and ec_uint32 typedefs. by Timothy B. Terriberry · 14 years ago
  11. 3806c1d Relicensing under the simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  12. a093f4d Refactor the entropy coder. by Timothy B. Terriberry · 14 years ago
  13. 8b2ff0d Updated copyright notices by Jean-Marc Valin · 15 years ago
  14. f40bbf7 Include missing copyright information in various files, for signoff. by Gregory Maxwell · 16 years ago
  15. 2b08d7a Removing the 64-bit part of the range coder. by Jean-Marc Valin · 16 years ago
  16. fd8fda9 Making a few functions static inline by Jean-Marc Valin · 16 years ago
  17. 508de38 Trying to be nice with 16-bit chips. by Jean-Marc Valin · 17 years ago
  18. 02fa913 More C89 fixes, making sure to include config.h from all source files. by Jean-Marc Valin · 17 years ago
  19. 6238bc0 Moved the content of libentcode into libcelt to reduce dependencies, by Jean-Marc Valin · 17 years ago[Renamed from libentcode/entcode.c]
  20. 06390d0 Add oc_enc_tell to report an estimate of the number of bits used so far. by tterribe · 17 years ago
  21. f13fea7 Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. by Timothy B. Terriberry · 17 years ago
  22. 2ec8d9e Multiplier-free entropy coder by Timothy B. Terriberry · 17 years ago