- Aug 31, 2011
-
-
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.
-
Jean-Marc Valin authored
Removes a bunch of system #include <...> in the process
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The SILK bandwidth was incorrectly encoded in the ToC when SILK wasn't using the "desired bandwidth"
-
- Aug 29, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 28, 2011
-
-
Jean-Marc Valin authored
-
These files allow compiling and linking against the reference implementation with an invocation like `pkg-config --cflags --libs opus`. They're optional within the opus build system, but can simplify compilation for clients and are generally considered part of a normal autotools build these days. The -uninstalled version refers to local build products within the tree, which is helpful for testing and unprivileged builds. opus.pc is used once 'make install' has put the libraries and headers somewhere more permanent.
-
The new opus_types.h header is required to build against libopus, so must be installed alongside opus.h. Furthermore, opus-tools expects access to the multichannel support in opus_multichannel.h.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 27, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Only tested for the single-stream case!
-
- Aug 26, 2011
-
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
Clarifications/fixes for stereo and handling the mid-only flag. Also updates the Acknowledgements section.
-
Jean-Marc Valin authored
-
Addresses a bitstream bug for stereo FEC and minor fixes that make Opus compile again with Visual Studio.
-
- Aug 25, 2011
-
-
- Aug 24, 2011
-
-
Jean-Marc Valin authored
-
-
This should now document the complete SILK bitstream, though not the full reconstruction process.
-
On MacOS, stdlib.h ends up including sys/signal.h, generating warnings about the local variables called 'signal' shadowing the global symbol signal(3). Tested with XCode 4.1 on MacOS X 10.7.0. The signal buffers passed in are generally frames being processed, and the code already uses the term frame and frame_length elsewhere, so I've resolved the warning by renaming signal and signal_* locals and parameters to frame and frame_*.
-