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
Using Makefile.mips to buidl the MIPS code
MIPS optimizations
Fixes a bug in silk_sum_sqr_shift() that was causing issues with Burg.
Adds SIG2WORD16() to fixed_debug.h
Fix type conversion warning.
Suppress some coverity false positives.
Fix iOS builds with assembly.
Make the arm2gnu.pl converter handle apple specific details
Add separate labels for the start of public functions
Fixes encoder/decoder classification of ctl() requests.
arm: Use the UAL syntax for instructions
Fixes an aliasing bug in the MDCT when the frame size isn't a multiple of 4.
Adds missing license for arm2gnu.pl
Fixes internal check_control_input() error checking.
Skips comb filter overlap when the parameters didn't change.
Moves opus_packet_get_samples_per_frame() to opus.c
Minor div optimization -- reducing denominators
Optimizing divisions with a signed numerator
Speeding up ec_tell_frac()
Fix surround encoding
Speeding up extract_collapse_mask() slightly
Using SSAT in SIG2WORD16() on ARMv6
Unrolled version of the comb filter for ARM (eliminates MOVs)
Making decode_pulses() compute the L2-norm on the fly
Speed up the comb filter on ARM by using MAC16_32_Q16()
Save more integer divisions on ARM when we know the operands are positive
Fixes use of uninitialized values in dynalloc_analysis()
oggopus: use https where possible.
Update 'running code' reference, now RFC 6982.
Use xml.resource.org bibxml in the oggopus draft.
Abbreviate the first stereo matrix to fit 72 columns.
Add NOT RECOMMENDED to our rfc 2119 boilerplate.
Use organizations authors in the ogg draft.
Using a table on ARM for unsigned division by small (<=256) integers.
Minor cleanup in dynalloc_analysis()
Adds a median filter to make dynalloc_analysis() more conservative
Don't say 'it' where being specific is better
Formally introduce the terms mode and configuration
Use 'pre-skip' consistently with the hyphen.
Missed another 'preskip flag'.
Add 'surname' to WAVE reference.
Fix markup and note needing to renable-prediction.
Show how to turn off prediction with libopus
Try to improve wikipedia citation formatting.
Reference vorbis source code for lpc coefficient calculation.
Reference wikipedia for LPC prediction.
Try to clarify frame packing.