Move the vorbis channel mapping to informative references.
Remove an unnecessary comma.
Merge JM's encoder suggestions.
Bump Ogg draft version and date.
Move implementation status details to wiki.xiph.org.
Make pitch_xcorr() work when len and max_pitch aren't multiples of 4.
oops, removed a minus sign that should never have appeared
Unrolled version of the pitch correlation
Move misplaced RESTORE_STACK.
Make dump_modes compile again.
Move misplaced RESTORE_STACK.
Remove an unused variable added in 85ede2c6.
Minor configure adjustment.
Minor FFT cleanups.
Port 1ed17cc2 to C_MUL and C_MUL4.
Slightly faster C_MULC for ARMv4.
Faster MULT32_32_Q31 for ARM.
Use more MAC16_16's and unroll a loop.
Minor ARMv5E cleanups.
Use a table for PVQ encoding/decoding.
Add new ARM headers to top-level file lists.
Move ARM asm into its own directories.
Clean up register constraints.
Fix bustage in a16cef62.
Add support for autoconf macros in m4/
Replace silk_CLZ functions with EC_ILOG().
Convert quotes in license headers to ASCII.
Add ARMv4/ARMv5E macros.
celt_maxabs16() now returns an opus_val32 to avoid problems with -32768
Change few remaining instances of short to opus_int16
Use m4_esyscmd instead of m4_esyscmd_s
Fixes fixed-point PLC issue reported in trac ticket #1954
Making sure redundant frames never use outdated analysis info
Conservative use of bandwidth detection in CELT
Automatic bandwidth decisions get more conservative as rate increases.
Saturates the last RC to 0.99 when Schur blows up
Slight simplification of the bandwidth detection code
Don't repeatedly install the doc dir for every file
Remove opus_compare.o in Makefile.unix clean too
Don't fail hard if package_version does not exist
Change Visual Studio files to use PACKAGE_VERSION.
Bump version to match 1.0.x branch
Fixes an assertion failure in SILK
Fix bustage from c152d602.
Use dynamic stack allocation in the SILK encoder.
Fix several memory errors in the SILK resampler.
Remove trailing whitespace.
Fix some warnings.
Update implementation status for Firefox 20 stable release.
Revisit surround rate allocation
Adds spreading to the surround masking computation
Implements basic surround masking
Adds support for all Vorbis mappings
More forced decisions in CELT LFE encoding
Surround: Better LFE handling
Initial surround code with new API
Fixes missing initialization in OpusMSEncoder
Fixes FEC issues introduced in 7fcd66c
VBR bitrate calibration for variable duration.
Variable framesize improvements
Converts the analysis to ALLOC()
Fixes a minor bug found by valgrind in the bandwidth detector
Random complexity in the encoder tests.
Fix some 16-bit int issues in the multistream API.
Minor soft clipping doc fix
Remove -Wdeclaration-after-statement.
Makes bandwidth detection less aggressive.
Fixes a minor glitch on SILK bandwidth changes
Add -Wdeclaration-after-statement.
High-band attenuation tuning for hybrid mode
Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-stream
Fixes C90 issues for obsolete compilers
Adds stereo width computation
Merge branch 'exp_analysis'
Making CELT stereo<->mono transitions gradual
test_opus_decode: force integer constants unsigned
Oops, fixed API name from previous commit
Applies soft-clipping to the int decoder API.
Makes the speech/music probability estimation mode conservative
Adds silence probability to speech/music detector
Adds support for delayed decision
Fixes a bug introduced in 851f803
Fixes two bandwidth decision issues
Moves mono downmixing and upsampling to the compute_mdcts()
Adds code to revise the transient decision using the band energy
Making multistream variable duration work for both the float and int API
No need for extra_buffer anymore
Better handling of the multistream bitrate
Multistream support for variable frame duration
Makes variable framesize less aggressive at lower rates
Re-enable analysis for 40- and 60-ms frames