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.
Avoid using win32 lrintf ASM on mingw even when config.h is broken.
Initial revision of Ogg Opus draft.
Add configure option to disable stack protector.
Dos2unix, trailing whitespace on draft-spittka-payload-rtp-opus.xml.
Adds a copy of the RTP payload XML
Add -fixed to the version string & clarify that fixed disables float.
Include the doc dir in DIST_SUBDIRS instead of EXTRA_DIST
opus_compare.m was outdated
Don't bark scary warnings at compile time about no doxygen
Pretty up the HTML doxygen output.
Add brief descriptions to the encode/decode groups to avoid weird autobreif strings.
Correct documentation in opus_custom.h.
Remove unnecessary and not-very-portable opus_demo case insensitivity.
Fix doxygen docs wrt OPUS_WARN_UNUSED_RESULT and OPUS_ARG_NONNULL.
Update headers to cause warnings on unused returns and null args.
modified the Visual Studio 2010 projects and solution file to include a x64 configuration. modified the output folders such that the architecture is included in the path (so you get Release64, Debug32, etc.) so you can have all build types in one tree.
Avoid an inconsequential memory leak in tests/test_opus_decode.c
Avoid an inconsequential memory leak in tests/test_opus_encode.c.
Seems like using dllimport on Windows wasn't useful
Fix for building mingw32 apps.
Advertise the static library for uninstalled builds.
Fixes some cases where MIN/MAX macros result in duplicated function calls
Fix opus-uninstalled.pc.
Add extern "C" protection to opus_multistream.h.