1. 07418d9 Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break. by Gregory Maxwell · 12 years ago
  2. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 13 years ago
  3. fa2750b More changes addressing Robert Sparks' review by Timothy B. Terriberry · 13 years ago
  4. 9e19fe6 Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h. by Ralph Giles · 13 years ago
  5. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago[Renamed from libcelt/ecintrin.h]
  6. d6335ab Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. by Gregory Maxwell · 13 years ago
  7. 662587d Remove many unused defines and convert some double constants to float. by Gregory Maxwell · 14 years ago
  8. d77d6a5 Renamed celt_[u]int* to opus_[u]int* by Jean-Marc Valin · 14 years ago
  9. 403485d Typo in C5X macro by Jean-Marc Valin · 14 years ago
  10. 9bac8c1 Eliminate the ec_int32 and ec_uint32 typedefs. by Timothy B. Terriberry · 14 years ago
  11. 6c8acbf EC_ILOG cleanups. by Timothy B. Terriberry · 14 years ago
  12. 3806c1d Relicensing under the simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  13. df2c71e Use _BitScanReverse for EC_ILOG with MSVC. by Timothy B. Terriberry · 14 years ago
  14. 71ae6d4 Some C90-ication by Jean-Marc Valin · 15 years ago
  15. 8b2ff0d Updated copyright notices by Jean-Marc Valin · 15 years ago
  16. f40bbf7 Include missing copyright information in various files, for signoff. by Gregory Maxwell · 16 years ago
  17. 98c86c7 Trying to clean up celt_ilog2() vs. EC_ILOG a bit. by Jean-Marc Valin · 17 years ago
  18. 3c7ae6c __GNUC_PREREQ should be causing problems anymore. by Jean-Marc Valin · 17 years ago
  19. bc60f8b making sure __GNUC_PREREQ() is only used when __GNUC__ is defined by Jean-Marc Valin · 17 years ago
  20. 6238bc0 Moved the content of libentcode into libcelt to reduce dependencies, by Jean-Marc Valin · 17 years ago[Renamed from libentcode/ecintrin.h]
  21. 06390d0 Add oc_enc_tell to report an estimate of the number of bits used so far. by tterribe · 17 years ago
  22. f13fea7 Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. by Timothy B. Terriberry · 17 years ago
  23. 2ec8d9e Multiplier-free entropy coder by Timothy B. Terriberry · 17 years ago