1. f997ad5 Mode info by Jean-Marc Valin · 17 years ago
  2. abe043f Moving everything to the same type abstraction (sort of). by Jean-Marc Valin · 17 years ago
  3. 3d3bb68 cleaning up by Jean-Marc Valin · 17 years ago
  4. ccc988b type abstraction header and header definition (still incomplete) by Jean-Marc Valin · 17 years ago
  5. 4618eee Added a check to make sure the encoder signal matches that of the decoder by Jean-Marc Valin · 17 years ago
  6. 38b6d47 remove prob{enc,dec,mod} that were no longer needed by Jean-Marc Valin · 17 years ago
  7. 0c387d7 64-bit test for cwrs by Jean-Marc Valin · 17 years ago
  8. e84b96b testcase for 32-bit pulse encoding/decoding by Jean-Marc Valin · 17 years ago
  9. 6238bc0 Moved the content of libentcode into libcelt to reduce dependencies, by Jean-Marc Valin · 17 years ago
  10. 94d4ea9 Bit of cleaning up in the byte dumping part. Making use of any remaining bit(s) by Jean-Marc Valin · 17 years ago
  11. a2fd116 Remove end-byte handling to allow arbitrary padding with zeros for CBR. by Timothy B. Terriberry · 17 years ago
  12. bab4fb1 Actually free test data vectors in the new random stream tests. by tterribe · 17 years ago
  13. 7e3293f Fix the bug that was causing the last byte of the stream to be returned incorrectly, as well as undo jm's reversion, which can cause ec_dec_tell() to operate incorrectly at the end of the stream. by tterribe · 17 years ago
  14. 77ff83a Making the library usable by other projects (install things properly, added by Jean-Marc Valin · 17 years ago
  15. 388f1d6 Tweaks for slightly improving the handling of the last byte (still not perfect) by Jean-Marc Valin · 17 years ago
  16. e5ec0f8 Reverted some of Timothy's changes to the range decoding that were causing decode random decode problems at the end of the stream (but only once in a while). by jm@0101bb08-14d6-0310-b084-bc0e0c8e3800 · 17 years ago
  17. 3cfcd05 Big mode cleanup. Keeping only one mono and one stereo mode by Jean-Marc Valin · 17 years ago
  18. a76a0b2 Further simplified the API by passing the rate directly to the by Jean-Marc Valin · 17 years ago
  19. 649d5cc Update ec_dec_bits64() to correspond to the new ec_enc_bits64(). Not sure why this wasn't committed before. by tterribe · 17 years ago
  20. b35536a Enabled pure CBR, though there's still some decoder issues. by Jean-Marc Valin · 17 years ago
  21. 4fbd18d Close to getting CBR working by Jean-Marc Valin · 17 years ago
  22. f51ca49 Looks like the bit allocation code is mostly working. Just need to actually by Jean-Marc Valin · 17 years ago
  23. c6b4390 Working allocation interpolation code by Jean-Marc Valin · 17 years ago
  24. a663174 more bit allocation wip by Jean-Marc Valin · 17 years ago
  25. b86ed07 bit allocation wip (untested) by Jean-Marc Valin · 17 years ago
  26. 137bf01 version number bump by Jean-Marc Valin · 17 years ago
  27. 33ddd79 early code for bit-rate management by Jean-Marc Valin · 17 years ago
  28. ec71aee A bit of tuning and early work on bit allocation by Jean-Marc Valin · 17 years ago
  29. 3eff11d Add ec_dec_tell() to report the same information as ec_enc_tell() decode side. Remove ec_enc_tell() and replace it with ec_enc_tellf(): just request 0 fractional bits if you want an integer value. by tterribe · 17 years ago
  30. fad779c Add ec_enc_tellf, which can return the number of bits used to fractional precision. by tterribe · 17 years ago
  31. 06390d0 Add oc_enc_tell to report an estimate of the number of bits used so far. by tterribe · 17 years ago
  32. 45018cb Doing stereo mixing adaptively based on amplitude difference. by Jean-Marc Valin · 17 years ago
  33. a2482ac Conversion to 18-band split and fixed a few related bugs. by Jean-Marc Valin · 17 years ago
  34. 43e2248 oops, trying not to overflow the 64-bit max allocation. by Jean-Marc Valin · 17 years ago
  35. f8dda66 Tuning of the stereo mode, including conversion to the 18-band split. by Jean-Marc Valin · 17 years ago
  36. a4833ff Stereo decoding working again (fixed a few issues in the encoder at the same by Jean-Marc Valin · 17 years ago
  37. 021478e More stereo work (doing mid-side quantisation of the energy) by Jean-Marc Valin · 17 years ago
  38. fdca84b Some stereo work (breaks the decoder for now) by Jean-Marc Valin · 17 years ago
  39. 95c59ea Updated the 18-band mode (mode0) to use the low-overlap MDCT by Jean-Marc Valin · 17 years ago
  40. 2c53c14 Oops, forgot to add the VQ table! by Jean-Marc Valin · 17 years ago
  41. b21b2a4 Switched to mdct mask computation by Jean-Marc Valin · 17 years ago
  42. 0a3e79a Pseudo-masking curve for the MDCT by Jean-Marc Valin · 17 years ago
  43. 825ec60 Completed low-overlap MDCT support by reducing the synthesis latency as well. by Jean-Marc Valin · 17 years ago
  44. 2875f6b Now using 8 bands for the pitch gain, with a 128-entry codebook. by Jean-Marc Valin · 17 years ago
  45. a5431bf Allowing reduced overlap MDCTs as an alternative by Jean-Marc Valin · 17 years ago
  46. 71c9bbf Updated pulse coding to simpler (slightly faster) code included with by Timothy B. Terriberry · 17 years ago
  47. 26c9e14 Comments/cleanup, no code change by Jean-Marc Valin · 17 years ago
  48. 0d227d8 Got the intra-band prediction/copy to work correctly with by Jean-Marc Valin · 17 years ago
  49. 97252d0 Spreading function inside quant_bands() by Jean-Marc Valin · 17 years ago
  50. e84962b Doing multiple rotation passes instead of one produces better pulse spreading. by Jean-Marc Valin · 17 years ago
  51. 571e861 more exp_rotation() cleanup by Jean-Marc Valin · 17 years ago
  52. 559e8ff simplified exp_rotation() by Jean-Marc Valin · 17 years ago
  53. 6c24524 Added a DCT in time direction when multiple MDCTs are used within the same by Jean-Marc Valin · 17 years ago
  54. 46014ca Propagating perceptual weighting around (not used yet). by Jean-Marc Valin · 17 years ago
  55. 36d78e6 Band energy quantisation info now in the mode directly by Jean-Marc Valin · 17 years ago
  56. 4a89768 Working on some stability issues (appears to be solved by making the pitch by Jean-Marc Valin · 17 years ago
  57. f347dd3 Fixed parallel build by Jean-Marc Valin · 17 years ago
  58. f8db800 Added support for codebooks up to 64 bits. by Jean-Marc Valin · 17 years ago
  59. f13fea7 Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. by Timothy B. Terriberry · 17 years ago
  60. d710177 Documentation fixes and a couple of other minor edits. by Timothy B. Terriberry · 17 years ago
  61. 9d35ccd Fixed stereo version of the pitch estimator by Jean-Marc Valin · 17 years ago
  62. bf94045 Stereo almost works now (still need to fix the pitch estimate and add more by Jean-Marc Valin · 17 years ago
  63. ffa1347 Adding stereo support. Doesn't work yet, but at least it doesn't break mono by Jean-Marc Valin · 17 years ago
  64. 14bccef Comments on the spreading function by Jean-Marc Valin · 17 years ago
  65. 991410b Added a simple psychoacoustic model (still needs a lot of work). by Jean-Marc Valin · 17 years ago
  66. aaab169 Fixed a stupid error caused by kdevelop in the configure.ac by Jean-Marc Valin · 17 years ago
  67. 11f0172 Some cleaning up, a few less warnings and the decoder no longer does an by Jean-Marc Valin · 17 years ago
  68. 06ee7f9 Updated README by Jean-Marc Valin · 17 years ago
  69. 1677aa9 code cleanup: all inverse MDCTs in the same function by Jean-Marc Valin · 17 years ago
  70. fb83fb4 Very basic packet loss concealment code by Jean-Marc Valin · 17 years ago
  71. aa5bd61 Another experimental mode with longer frames. by Jean-Marc Valin · 17 years ago
  72. 6baa8e1 A bit of quality tuning, plus created a higher quality mode by Jean-Marc Valin · 17 years ago
  73. 98d2a49 No more cheating, everything fully quantised by Jean-Marc Valin · 17 years ago
  74. 9c3e22c Moving to non-multiply-free entropy coder by Jean-Marc Valin · 17 years ago
  75. fc43dbb A bit of probability tuning to reduce bit-rate variations by Jean-Marc Valin · 17 years ago
  76. b7ceec2 oops, forgot laplace.h by Jean-Marc Valin · 17 years ago
  77. 0c79f09 debug code by Jean-Marc Valin · 17 years ago
  78. c57ac95 Actually enabled the probability model by Jean-Marc Valin · 17 years ago
  79. 143fbc3 Decent starting point for energy probabilities by Jean-Marc Valin · 17 years ago
  80. e38c7c1 Energy is now Laplace-encoded (very poorly for now) by Jean-Marc Valin · 17 years ago
  81. 8143be3 energy decoding partially done (cheating a bit) by Jean-Marc Valin · 17 years ago
  82. b726185 Fixed Laplace encoder by Jean-Marc Valin · 17 years ago
  83. 671bf40 More work on decoding (still cheating) by Jean-Marc Valin · 17 years ago
  84. 0aa3903 Cheating decoder now produces the same result as the encoder by Jean-Marc Valin · 17 years ago
  85. 6e9058a Nearly working cheating decoder. by Jean-Marc Valin · 17 years ago
  86. 70c8ffd More decoding work by Jean-Marc Valin · 17 years ago
  87. fc08d0a Algebraic codebook decoding (not tested yet) by Jean-Marc Valin · 17 years ago
  88. 269d40a Added decoder code (not working yet) by Jean-Marc Valin · 17 years ago
  89. bb57fe4 Most of the Laplace encoding works, except that ec_decode() is still not giving by Jean-Marc Valin · 17 years ago
  90. 468c539 More code for laplace decoding (doesn't work) by Jean-Marc Valin · 17 years ago
  91. 6887fb5 Code for encoding Laplace-distributed variables (doesn't work). by Jean-Marc Valin · 17 years ago
  92. c245a22 minor cleanup by Jean-Marc Valin · 17 years ago
  93. 9cace64 Fixed codebook entirely quantised by Jean-Marc Valin · 17 years ago
  94. e837660 proper COPYING file by Jean-Marc Valin · 17 years ago
  95. e5bab14 Doing init/reset of the entropy coder properly by Jean-Marc Valin · 17 years ago
  96. 29ccab8 Some work on index packing by Jean-Marc Valin · 17 years ago
  97. bc5cedf Linking with libentcode by Jean-Marc Valin · 17 years ago
  98. 2ec8d9e Multiplier-free entropy coder by Timothy B. Terriberry · 17 years ago
  99. aeb4467 improved energy quantisation/prediction by Jean-Marc Valin · 17 years ago
  100. 0631133 More energy quantisation work by Jean-Marc Valin · 17 years ago