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.
Add config.h (and copyright notice) to repacketizer_demo.c.
Eliminates an unused parameter warning in anti_collapse()
Fix typos in the API documentation.
Restore the windows-side #ifdef check in silk/MacroDebug.h.
Check for underflow in the debug USUB32.
Enable the silk debug macros with FIXED_DEBUG.
Fix a signed-compare warning.
Print the actual arguments to the debug UADD/SUB32 routines.
Uncomment the reporting for UADD32 and USUB32 in fixed_debug.h.
Used unsigned intermediates with unsigned arguments in fixed_debug.h.
Use automake's support for parallel test execution.
Fix --enable-fixed-point-debug.
Guard against pathologically small buffer
Make input mapping parameter const in multistream API
Adds missing RESTORE_STACK statements on error paths
More consistent types for 16-bit architectures
Removes a number of macro definitions which are used nowhere in the codebase.
Various multistream fixes.
40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.
Last updates for draft -11
Modifies the comparison tool to make it much more permissive.
Fixes MSVC warnings
Tweaks the CELT fractional resampling delay to get perfect alignment
Last part of the LPC work stabilization work discussed at the last meeting