Fixes a fixed-point precision issue in remove_doubling()
Fixes an overflow in the constrained VBR code for bitrate>64000
Saturate when adding prediction to LPC excitation to avoid integer overflow
Update ISO Base Media Format draft to version 0.6.8.
List intrinsics flags being tested after existing cflags, so they override other options.
Modify autoconf tests for intrinsics to stop clang from optimizing them away.
Add remaining generated files to gitignore
Clean doxygen_sqlite3.db
Move .exe back to root .gitignore for mingw builds
Update EXTRA_DIST to ship the VS2015 project files.
Remove VS2010 project files.
Move Visual Studio GitIgnores to own file
Fix DLL errors and Additional Library Directories
Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGS
Remove redundant .gitignore entries.
Better Git Ignores for Visual Studio. r=rillian
fix build settings for DLL project, runtime library must be linked to DLL too to prevent heap deallocation error
Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project settings to produce .dll file instead of .lib
Fixes floating-point bug introduced in be9e747bcc542c277d30f6c78a57b0940e0c5b5e
win32: only use dllexport when building DLL
Turn on CELT's PLC only if there are >=2 packets received consecutively.
cng exitation signal can saturate. Use same scaling as PLC and normal decoding
Fix valgrind unaddressable mem read error
Fixes overflows on CPUs with 16-bit ints
fix for divide by zero
oggopus: Update version and date for -14
oggopus: Address Barry Leiba's IESG comments.
oggopus: Fix page numbers in example diagram.
oggopus: Update Wikipedia URLs.
oggopus: Address Stephen Farrell's IESG comments.
oggopus: Update version and date for -13
Expand SILK macro to avoid "Wexpansion-to-defined" violation
Remove generation date from docs.
oggopus: Additional minor rewording.
oggopus: Update version and date for -12
oggopus: Minor rewording.
oggopus: Update the acknowledgements.
oggopus: Add a BSD license header.
oggopus: Revert reference to RFC 4732 back to informative.
oggopus: Update version and date for -11
oggopus: Specify that the new IANA registry is top-level.
Remove default settings from Doxygen config.
Docuemnt the source of the 2.5 ms and 48 kHz restrictions.
oggopus: Fix continued packet lacing reference.
Add /topic update to release checklist
oggdraft: Update version and date for -10
oggdraft: Fix typo.
oggopus: Remove normative language from IANA registry.
oggopus: Replace 'reject' with 'treat as invalid'.
bump libtool revision for 1.1.2
Suggest OPUS_LSB_DEPTH(14) for G.711. r=td-linux,mark4o
Add checksums for opusfile 0.7.
Add a check target to the static makefiles. r=ron
Add 'force' to the phony target list. r=ron
Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSES
Actually fix pedantic build bustage.
Fix pedantic build bustage.
Add tonality_analysis_reset().
Add an initializer for TonalityAnalysisState.
Remove unused encoder field analysis_offset
Avoids having the Opus-level "arch" be set to 0 on encoder/decoder reset
oggopus: More updates for AD review comments.
Fixes patch_transient_decision() for hybrid mode
Oops, fixes max_decay for LFE in fixed-point
oggopus: Revert SHOULD->MUST for reserved mappings.
oggopus: Fix typo.
oggopus: First pass updates for AD review comments.
Make the CELT background noise estimator adapt more quickly on DTX update
opus_demo: fixes potential division by zero on files with no active frame
Fixes memory leak in some CELT unit tests
Always use the max of the decaying PLC energy and the background noise
Fixes the transient detector on silence
oggopus: Fix spelling
Bump draft version and date for submission.
Additional edits from Mark Harris.
Address remaining document shepherd review comments.
Remove normative references to encoder or decoder.
Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.
oggopus: further cleanup in response to review.
oggopus: Add IANA considerations.
oggopus: Add Opus RTP as an informative reference.
oggopus: remove <spanx style="strong"> markup.
oggopus: Consolidate granulepos description.
oggopus: Convert mentions of 'encoder' to 'muxer'.
Adding AVX config switches
Naming convention for AVX
Suppress generation of comb_filter_const_c when not used; avoid warning.
Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).
Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.
Updating links for both https and new versions
Corrections to doc
configure: Remove empty else clauses from AS_IF