1. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago[Renamed from libcelt/entcode.h]
  2. 662587d Remove many unused defines and convert some double constants to float. by Gregory Maxwell · 13 years ago
  3. d77d6a5 Renamed celt_[u]int* to opus_[u]int* by Jean-Marc Valin · 13 years ago
  4. 9bac8c1 Eliminate the ec_int32 and ec_uint32 typedefs. by Timothy B. Terriberry · 14 years ago
  5. 6c8acbf EC_ILOG cleanups. by Timothy B. Terriberry · 14 years ago
  6. 3806c1d Relicensing under the simplified (2-clause) BSD license by Jean-Marc Valin · 14 years ago
  7. 285bc37 16-bit int fixes. by Timothy B. Terriberry · 14 years ago
  8. a093f4d Refactor the entropy coder. by Timothy B. Terriberry · 14 years ago
  9. 8fcde37 Clean up some type usage. by Timothy B. Terriberry · 14 years ago
  10. 30df6cf Entropy coder clean-up. by Timothy B. Terriberry · 14 years ago
  11. 531f2ae Remove useless use of "long", remove useless prototypes by Jean-Marc Valin · 14 years ago
  12. 9d785af Encoder now has a way to check whether an error has occurred by Jean-Marc Valin · 14 years ago
  13. 789fc14 Removing unused code in the entropy coder by Jean-Marc Valin · 15 years ago
  14. 8b2ff0d Updated copyright notices by Jean-Marc Valin · 15 years ago
  15. 30f7f81 Changed all the celt*int*_t types to remove the _t suffix, which is reserved by Jean-Marc Valin · 15 years ago
  16. e610864 This fixes a VBR bug introduced by raw bits. We should not write any raw by Jean-Marc Valin · 15 years ago
  17. c08be44 Implemented "raw bits" by Jean-Marc Valin · 15 years ago
  18. f40bbf7 Include missing copyright information in various files, for signoff. by Gregory Maxwell · 16 years ago
  19. 761811d re-enable support for resizable buffers in the range coder by Jean-Marc Valin · 16 years ago
  20. 8679a80 Encoder now writes data directly in the user buffer by Jean-Marc Valin · 16 years ago
  21. fd8fda9 Making a few functions static inline by Jean-Marc Valin · 17 years ago
  22. 508de38 Trying to be nice with 16-bit chips. by Jean-Marc Valin · 17 years ago
  23. abe043f Moving everything to the same type abstraction (sort of). by Jean-Marc Valin · 17 years ago
  24. 6238bc0 Moved the content of libentcode into libcelt to reduce dependencies, by Jean-Marc Valin · 17 years ago[Renamed from libentcode/entcode.h]
  25. f13fea7 Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. by Timothy B. Terriberry · 17 years ago
  26. 2ec8d9e Multiplier-free entropy coder by Timothy B. Terriberry · 17 years ago