1. 531f2ae Remove useless use of "long", remove useless prototypes by Jean-Marc Valin · 14 years ago
  2. b1e017f Error checking on the decoder side by Jean-Marc Valin · 14 years ago
  3. 9d785af Encoder now has a way to check whether an error has occurred by Jean-Marc Valin · 14 years ago
  4. 30d5125 No need to memset() the byte buffer by Jean-Marc Valin · 14 years ago
  5. 299747e Provide direct implementations ec_{enc|dec}_bit_prob() that do not require a division instead of using the normal entropy coder path. This should be exactly equivalent to the existing code. by Timothy B. Terriberry · 14 years ago
  6. 8035b65 Adds a range coder call to encode a single bit with arbitrary probability by Jean-Marc Valin · 14 years ago
  7. f81edea removing more unused code by Jean-Marc Valin · 15 years ago
  8. 789fc14 Removing unused code in the entropy coder by Jean-Marc Valin · 15 years ago
  9. 8b2ff0d Updated copyright notices by Jean-Marc Valin · 15 years ago
  10. e610864 This fixes a VBR bug introduced by raw bits. We should not write any raw by Jean-Marc Valin · 15 years ago
  11. 949a29b Raw bits encoding/decoding functions renamed to *_raw() and re-introducing by Jean-Marc Valin · 15 years ago
  12. c08be44 Implemented "raw bits" by Jean-Marc Valin · 15 years ago
  13. f40bbf7 Include missing copyright information in various files, for signoff. by Gregory Maxwell · 16 years ago
  14. 0268a99 Fix ectest to not check a case which isn't guaranteed to work, and which we don't use. by Timothy B. Terriberry · 16 years ago
  15. 761811d re-enable support for resizable buffers in the range coder by Jean-Marc Valin · 16 years ago
  16. 8679a80 Encoder now writes data directly in the user buffer by Jean-Marc Valin · 16 years ago
  17. 2b08d7a Removing the 64-bit part of the range coder. by Jean-Marc Valin · 16 years ago
  18. c2decd3 Made a second version of ec_{en|de}code optimised for encoding bits (no div by Jean-Marc Valin · 17 years ago
  19. dc767f6 No longer trying to save bits when encoding integers near the upper limit by Jean-Marc Valin · 17 years ago
  20. c7e0b76 Making sure not to use the C library calls directly by Jean-Marc Valin · 17 years ago
  21. 71a8459 Removed unnecessary header inclusions by Jean-Marc Valin · 17 years ago
  22. 79fa8b6 Just in case sizeof(char)!=1 by Jean-Marc Valin · 17 years ago
  23. 02fa913 More C89 fixes, making sure to include config.h from all source files. 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/entenc.c]
  25. 06390d0 Add oc_enc_tell to report an estimate of the number of bits used so far. by tterribe · 17 years ago
  26. f13fea7 Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. by Timothy B. Terriberry · 17 years ago
  27. 2ec8d9e Multiplier-free entropy coder by Timothy B. Terriberry · 17 years ago