Capitalize Opus in the pkg-config file comment header.
Add a make install instruction to the README.
Bit allocation fix for 16-bit platforms
silk: move down- and upsamplers constants to the header file.
Move to comment a table that is never used in the code.
Mark tables static when not used outside of their translation unit.
Mark functions static if they are only used in their own translation unit.
opus_demo: mark tables as static constants.
Expand documentation for the multistream API.
Fixes to the new repacketizer doc
Add documentation for the repacketizer API.
Use dynamic stack allocations in SILK decoder.
Remove large multistream stack buffers.
Balance parentheses in opus_multistream.c.
some doc for --enable-fixed-point and --enable-floating-point
bump version, include Makefile.unix
Add an m4 macro set for pkgconfig less usage with autotools.
Add opus_multistream.h to MSVC project files.
Avoid using make -C, a gnuism, in Makefile.am.
Completely remove the built-in autotools -fstatck-protector detection.
Makes two static tables const
Fixes an overflow in silk_log2lin() that was triggered only in debug mode
More email address updates for AUTHORS.
Update testvector path and filename.
Additional multistream tests and reject channels<1 in MS API.
Revise README, update AUTHORS emails.
Propagate OPUS_VERSION to config.h.
Replace long long in celt/ with opus_int64.
Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build.
Include tests/run_vectors.sh in EXTRA_DIST.
Use 64-bits in fixed point debug for _P16, fixes spurious failures.
genversion now adds the header comment to version.mk
Add 'compile' to the git ignore list.
Use the string from version.mk in Makefile.draft.
Move the release version string to version.mk.
Updated Win32 genversion.bat to generate version.mk if Git is found, use it if it isn't, and produce unknown version and leave it untouched if it isn't already found
Only install opus_*.3 manpages. Fixes 'make distcheck'.
Use configure.ac provided soname versioning.
Documentation updates for the CTLs.
Disable stack-protector for mingw32 and remove win32 restrict define.
Add MSVC makefiles to the dist tarball.
Avoid an inconsequential memory leak in tests/test_opus_decode.c.
Bump version number to 1.0.1 and set libtool version
Add basic {GET,SET}_LSB_DEPTH API tests.
OPUS_{GET,SET}_LSB_DEPTH for multichannel.
Implements OPUS_{GET,SET}_LSB_DEPTH
Fix fixed-point testilog2.
Disable silk_get_TOC in the code, as it's not used or exposed.
Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong.
Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.
Added MSVC output directories to gitignore.
Fix bkp/s -> kb/s in opus_demo.
Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.
log2_frac optimization from Simon Hosie back in Aug 2011.
Replace the remaining instances of restrict with OPUS_RESTRICT.
Replace a remaining instance of restrict with OPUS_RESTRICT.
Small cleanups to MSVC build setup.
Fixes MSVC projects and adds git version generator tool
Replace C99 restrict keyword with OPUS_RESTRICT.
Don't try to create fullband silk frames when forced to low rate.
Convert some double constants to float.
Remove rillian from the Acknowledgments.
Clarify difference between user bandwidth settings.
Fix the agreement issue the other way.
Fix an agreement typo in the previous commit.
Output/intermediate dir cleanup and fixes in 64-bit mode.
Make MSVC build work in parallel.
Rearrange Ogg Opus references.
Updates from mailing list and other small fixes.
Oops, the tag is ENCODER not ENCODED-BY.
Define TOC sequence briefly.
Clarify how multistream Opus packets are packed into Ogg packets.
Bump the version number on the Ogg Opus draft.
Ogg Opus wording - avoid repeated 'this' in the abstract.
Opus_multistream API hardening.
Fix headers by mingw broken by recent win32 changes.
Fix MSVC Debug builds, set missing dependencies for tests.
Make tests work on MSVC.
Remove non-existent ReadMe.txt references.
Add opus_demo target and project files.
Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now.
Add missing multistream sources to MSVC project file.
Fixes a hybrid encoder bug on 24 kHz stereo input
Make OPUS_SET_GAIN survive decode reset.
test_opus_api: Fix valgrind expectations broken by last commit.
Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.
Make stack-protector check use AC_LINK_IFELSE.