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
Adds "arch" argument to MIPS MDCT
Fix dump_modes output for fixed-point NE10.
armv7: Enable NE10's fixed-point FFT for the MDCT
armv7: Optimize fixed point FFT using NE10 library
test_unit_dft: Add nfft = 60, 240, 480 tests
armv7(float): Optimize decode usecase using NE10 library
armv7(float): Optimize encode usecase using NE10 library
Move the external ARM asm to a separate library.
Add entcode.c to the dump_modes binary.
Fixes compile problems for MIPS
trivial_example: Fix error message
Extra safety against NaNs in surround_analysis()
Preventing NaNs from crashing surround_analysis()
Remove spurious ACLOCAL_FLAGS variable from autogen.sh.
Make it possible to pass in paths to opus_demo and opus_compare.
Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should be used.
Use ProjectReference rather than AdditionalDependencies for test programs, so build dependencies are right.
Add intrinsics support to Visual Studio build.
Reorganize x86 SSE intrinsics code.
Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled with appropriate compiler flags. Otherwise, compilers are allowed to take advantage of (e.g.) -msse4.1 to generate code that uses SSE4.1 instructions, even when no SSE4.1 intrinsics are explicitly used in the source.
Remove some unnecessary #includes from x86cpu.c.
Fix struct initialization of CPU_Feature structure.
Fix cpuid asm on 32-bit PIC.
Fix instruction used for cpuid test.
In optimized mode, don't force Clang to use explicit load/store for _mm_cvtepi16_epi32, only for _mm_cvtepi8_epi32. Adjust comment accordingly.
Reorganize configure's detection of intrinsics functions:
Fixes bitrate statistics for decode-only operation and inband FEC
Fix for flutter with FEC
Fix const struct to work with C++ compilation
Silence clang -Wcast-align warnings
Eliminate signed division overhead in align()
Simplify and generalize implementation of align(). Should be very efficient on sensible platforms, and correct everywhere.
Make align() work even on machines with 32-bit chars
More conservative alignment
Update the oggopus draft.
Improve OPUS_GET_LSB_DEPTH documentation.
oggopus: Bump draft date and version for 07 publication.
rtp draft -10 (deleting text)
Ogg Opus draft: Address chair review comments.
Avoiding the term "mode" in opus_demo
Wrap _mm_cvtepi...() intrinsics in macros on clang.