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
Gen-art changes
First set of changes for Gen-art review
Fixes a fixed-point overflow by scaling pitch search more conservatively
Make it possible for the mono test to fail
Addressing the remaining comments from Robert Sparks
Increase alignment of the internal state structures to sizeof(void *) from 4 bytes.
Make opus_demo r/w little-endian PCM independent of host byte-order.
Fixes two fixed-point overflow issues
Fixes a (harmless) float overflow in the pitch search
Avoid the unnecessary resynth averaging on intensity switch when encoding.
Increase alignment of the internal state structures to sizeof(void *) from 4 bytes.
Make opus_demo r/w little-endian PCM independent of host byte-order.
Make it possible for run_vectors.sh to fail on the mono tests.
Remove automake color-tests and parallel-tests because they break solaris and require much newer autotools.
Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.c
Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fs
Changes all uses of SHR()/SHL() macros to SHR32()/SHL32()
Prevents remove_doubling() from considering negative pitch gains
Add fwrite() error handling in repacketizer_demo.
Minor comment formatting change
Merge commit '390c89225d'
Minor comment formatting change
Adds 3rd clause to CELT license
Adds some references, bumps version number
Addressing AD issues
Adds note on monic filter
Fix negative write bug in opus_demo and add some fwrite() error handling.
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
License update using the IETF Trust flavour of the BSD on the Silk code
More changes addressing Robert Sparks' review
Misc changes to address Robert Sparks' comments
oops, this removes dead code left from previous commit
Makes silk_ADD_SAT32() conform to the C standard
Fixes several overflows in the CELT fixed-point
Fixes a bug introduced by the previous commit
Fixes some overflows in the fixed-point pitch code
Rename to header makefile fragements to .mk
Add opus_custom.h to celt_headers.txt.
Cast a factor to maintain precision on 16 bit systems.
Improve decoder_create documentation.
Remove trailing whitespace.
Fixes a bunch of 16-bit issues that the C5X compiler warns about
Fixes int vs opus_int32 compile errors on C5x
CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the test_opus_decode bailout up.