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