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.
opus_demo: remove unused but set values
Document how to tell if your build is fixed-point.
Adds MIPS files to the make dist tarball
Addressing Gen-ART comments on the RTP draft
Update ISO Base Media Format draft to version 0.6.6.
Update ISO Base Media Format draft to version 0.6.2.
RTP: the return of maxaveragebitrate
Fix silk_VQ_WMat_EC_sse4_1().
Fix warnings in pedantic build.
armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics
Document the motivation for the 120 ms repacketizer limit.
RTP draft: addressing comments from Martin Thompson
Fix celt_pitch_xcorr_c signature.
multistream: improve arg check
float_cast: Fix MSVC ARM build
oggopus: bump draft date and version for 06 publication.
oggopus: Mention 'malformed' at the first instance of invalid TOC.
oggopus: Refer to RFC 6716 on how to handle malformed packets.
oggopus: use 'invalid' to match other occurances and RFC 6716.
oggopus: Refer to 'TOC sequence' instead of byte.
oggopus: Fix opus_encode_ctl invocations.
oggopus: bump draft date and version for 05 publication.
oggopus: Clarify leading zeros are ok for R128 tags.
tests: fix linking for --enable-fixed-point on ARM
Update mp4 encapsulation spec to v0.5.3.
There are no tabs in source code.
Fix build bustage from c95c9a048.
Cisco optimization for x86 & fixed point
-DOPUS_WILL_BE_SLOW to disable the no-optimization warning
Add build script for mp4 spec.
Update mp4 encapsulation spec to v0.4.8.
Clarify that leading '+' is allowed in R128 tags.
Add wording about additional binary data in comment headers.
Add stylesheet for opus_in_isobmff draft.
Update mp4 encapsulation spec to v0.1.7.
Import mp4 encapsulation spec v0.1.4.
Takes into account a corner case with the multistream encoder
Lowered the smallest packet that the multi-stream encoder can encode
updating the update draft
minor language tweak to RTP draft
Apply further fixes from Ron.
Fix ambiguous RFC 2119 keywords.
Clarify ambiguity between 'streams' and 'files'.
Ogg Opus updates from Ian Nartowicz.
os_support: fix misleading comments
Ogg Opus Draft: bump release date, version, and more cleanup.
Ogg Opus Draft: Clean up R128 tag descriptions.
Ogg Opus Draft: Add R128_ALBUM_GAIN.
Ogg Opus Draft: apply some clarifications from derf.
Merge remote-tracking branch 'origin/master' into derf_rtp_edits
RTP draft edits (normative changes).
RTP draft edits (no normative changes).
Add ~ to the arguments of genversion.bat
Using 64-bit acculumation for C0 in silk_burg_modified()
RTP draft: avoiding confusion with 2119 language
multi-stream fix when setting bitrate to AUTO, MAX, or small values
Merge branch 'exp_mips_opt'
Fixes CNG overflows from the previous commit
Fixes CNG to address the DTX issue reported by Gonzalo Mariano