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.
Use 'frame' instead of 'signal', take out stdlib.h in silk/.
Enable building just the library (or just the docs)
Actually install the documentation with make install
Tweak doxygen input so that the manpage names won't conflict.
int vs opus_int32 consistency
Remove the obsolete LIBOPUS_SUFFIX define.
Move the various version defines to be together.
Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.
Fixes the stereo_analysis() fixed-point overflow issue properly
Merge branch 'tmp_draft'
Revert "Adds 3rd clause to CELT license"
Remove trailing whitespace from draft-ietf-codec-opus.xml.
commas
Table title capitalization
draft copyediting
More minor gen-art part 2 edits.
Apparently the tar compatibility option has compatibility problems!
Make vararray and restrict checks fail GCC 2.95.3's broken implementation.
Improve portability to BeOS via some configure.ac fixes and cleanups.
Alt. compile instructions in the draft should match the Makefile.
Gen-art (bit allocation work).
Gen-art part2
draft: reference for LSP stability
Make vararray and restrict checks fail GCC 2.95.3's broken implementation.
Improve portability to BeOS via some configure.ac fixes and cleanups.
Remove unused headers/defines in silk/typedef.h, improving portability to AMIX4.0/GCC1.4.
Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK).
SILK to print error line with FIXED_DEBUG, assert with FIXED_DEBUG_ASSERT.
When FIXED_DEBUG_ASSERT CELT will assert on fixed-debug error.
Some Gen-art part2 changes