- Sep 05, 2011
-
-
Jean-Marc Valin authored
This is now part of the bit-stream
-
- Sep 04, 2011
-
-
Jean-Marc Valin authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
- Sep 03, 2011
-
-
Ralph Giles authored
With subdir-objects, both the top-level makefile, and libcelt/Makefile, which runs celt-specific unit tests, were sharing libcelt/.deps for generated dependencies. Each thought it owned the directory, and so would remove the files it created in that directory, followed by the directory itself. The second makefile would then fail to because the files it created weren't there to remove, blocking a successful 'make distcheck' with in runs 'make distclean' as part of its verification tests. We can work around the problem by generating the makefile for the tests in the actual test directory, so it doesn't share autotools scratch space with the top level makefile.
-
Ralph Giles authored
This function is available on any modern linux and msvc. So while not strictly part of C89, it's a much better default than the non-thread-safe global pseudo stack.
-
- Sep 02, 2011
-
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
Conflicts: src/opus_encoder.c
-
Makes acronym definition/expansion more consistent and adds a few more explanations to SILK bitstream decoding.
-
Jean-Marc Valin authored
Now has tuning parameters for mono/stereo and voice/music. Also switches to stereo during swb and without reducing the bandwidth.
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Sep 01, 2011
-
-
Jean-Marc Valin authored
Doesn't work for fixed-point for some unknown reason
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
-
Jean-Marc Valin authored
-
Gregory Maxwell authored
with a trivial makefile.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 31, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
-
The object code is unchanged (except ectest). Also reenables -Wparentheses, -Wsign-compare, and the MSVC warnings.
-
This silences MSVC warning C4018 and fixes a bug with the intra decision and improves portability to 16 bit platforms.
-
Jean-Marc Valin authored
-
- Aug 30, 2011
-
-
Jean-Marc Valin authored
-
Gregory Maxwell authored
st->tonal_average was being set to 1 instead of 256 on reset in floating point builds, otherwise the object code is unchanged.
-
Gregory Maxwell authored
The object code is unchanged.
-