summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes C90 "mixed declarations and code" errorJean-Marc Valin2018-07-261-1/+1
* Remove ambisonics experimental flagJean-Marc Valin2018-07-268-246/+1
* Enable ambisonics by defaultJean-Marc Valin2018-07-261-1/+1
* Enable hardening by defaultJean-Marc Valin2018-07-261-1/+1
* Fix comma that should have been a semicolonJean-Marc Valin2018-07-261-1/+1
* oopsJean-Marc Valin2018-07-261-2/+2
* Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin2018-07-252-5/+5
* Validate multistream/projection decoder frame_sizeMark Harris2018-07-212-0/+7
* Silence compiler warningsMark Harris2018-07-216-46/+54
* Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin2018-06-141-0/+16
* update checksumsJean-Marc Valin2018-06-011-0/+2
* Avoiding arithmetic on NULL pointerv1.3-rcJean-Marc Valin2018-05-291-2/+0
* Avoiding leaks when opus_demo exits with an errorJean-Marc Valin2018-05-291-46/+36
* Fix DISABLE_FLOAT_API unused parameter warningMark Harris2018-05-281-0/+2
* Only call isqrt32() with a positive argumentMark Harris2018-05-283-7/+12
* Switch from narrowband to wideband at 9 kb/s, don't use mediumbandexp_bandwidth_fix4Jean-Marc Valin2018-05-241-8/+12
* Fix decision thresholds for larger frame sizesexp_bandwidth_fix3Jean-Marc Valin2018-05-241-1/+2
* Fixes a SILK bandwidth switching regressionJean-Marc Valin2018-05-244-7/+27
* Improving rate control for low bitrateJean-Marc Valin2018-05-174-53/+70
* Oops, fix NaN testJean-Marc Valin2018-05-171-1/+1
* Aborting on NaN in CELTJean-Marc Valin2018-05-152-0/+11
* Silk makes use of Opus VADGustaf Ullberg2018-05-148-12/+44
* README: Update to reflect RFC 7845 and 8251Mark Harris2018-05-061-5/+5
* Fix opus_packet_parse() non-null arg attributeMark Harris2018-05-031-1/+1
* two more asserts I forgotJean-Marc Valin2018-03-272-1/+2
* Misc assertion cleanupJean-Marc Valin2018-03-272-3/+4
* Harden SILK x86 codeJean-Marc Valin2018-03-275-9/+9
* Hardening silk/fixedJean-Marc Valin2018-03-2712-38/+38
* Hardening asserts for SILK floatJean-Marc Valin2018-03-2711-32/+32
* Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin2018-03-2729-96/+96
* Some missing checksJean-Marc Valin2018-03-272-1/+3
* Adding multistream decoder validationJean-Marc Valin2018-03-271-0/+16
* Asserting on some ctl() calls that should never failJean-Marc Valin2018-03-272-14/+16
* Adds Opus decoder state validationJean-Marc Valin2018-03-271-0/+21
* Adding decoder state validationJean-Marc Valin2018-03-272-8/+48
* Fixing no-redundancy CELT->SILK and CELT->hybrid transitionsJean-Marc Valin2018-03-271-20/+28
* Adding ENABLE_HARDENINGJean-Marc Valin2018-03-2717-30/+57
* Support for Ambisonics.Andrew Allen2018-03-213-0/+193
* Using a first-order filter for DC rejectionJean-Marc Valin2018-03-121-32/+12
* Don't enable -fstack-protector-strong on Windows for nowJean-Marc Valin2018-03-021-1/+8
* Adding -D_FORTIFY_SOURCE=2 when possibleJean-Marc Valin2018-02-222-0/+57
* Fixed off-by-one issue in Silk DTXGustaf Ullberg2018-02-222-2/+2
* Enable -fstack-protector-strong by default on x86Jean-Marc Valin2018-02-221-0/+31
* Fix comment to take into account previous commitJean-Marc Valin2018-02-211-1/+1
* Increasing the CELT bit allocation slightly for stereo hybridJean-Marc Valin2018-02-211-1/+1
* Fix divide-by-zeros in opus_demo stats codeJean-Marc Valin2018-02-201-11/+20
* Fixes integer overflow in SILK VAD for 10-ms framesJean-Marc Valin2018-02-181-6/+5
* Forgot one RFC8251 behaviour to disable with --disable-rfc8251Jean-Marc Valin2018-02-181-0/+2
* Disabling weak transients and 5ms resolution on voiced framesJean-Marc Valin2018-02-151-2/+2
* Add a simple masking model to the spreading decisionJean-Marc Valin2018-02-133-8/+46