- Jul 26, 2009
-
-
Jean-Marc Valin authored
original ec_encode_bin()/ec_decode_bin() to optimize performance when ft is a power of two.
-
- Jul 23, 2009
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Making it so all the information encoded directly with ec_enc_bits() gets stored at the end of the stream, without going through the range coder. This should be both faster and reduce the effects of bit errors. Conflicts: tests/ectest.c
-
Instead of trying to maximize the number of trailing zeros (minimize the number of bits encoded), we try to maximize the number of trailing bits that can contain arbitrary data. Note that this requires ec_enc_tell() and ec_dec_tell() to reserve an extra bit, since depending on the exact final codeword, as little as half the final range might be available for storing arbitrary data. This is the first step needed to start packing literal bits outside the range coder (for speed and robustness purposes).
-
Jean-Marc Valin authored
possible
-
- Jul 21, 2009
-
-
Jean-Marc Valin authored
Conflicts: libcelt/celt.c
-
- Jul 14, 2009
-
- Jul 13, 2009
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
address Koen Vos' comments.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
for M and S.
-
- Jul 12, 2009
-
-
This patch makes it safe to call the encode / decode functions with a NULL pointer in place of the pcm buffer.
-
Jean-Marc Valin authored
-
- Jul 10, 2009
-
-
Jean-Marc Valin authored
-
- Jul 09, 2009
-
-
Jean-Marc Valin authored
-
- Jul 08, 2009
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 05, 2009
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
- Jul 04, 2009
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
- Jul 03, 2009
-
-
Kat Walsh authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
when there are many pulses.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Timothy B. Terriberry authored
-
-
-
- Jul 02, 2009
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-