summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Making sure importance[] is initialized even when we don't use dynallocJean-Marc Valin2018-02-131-0/+3
* oopsJean-Marc Valin2018-02-131-1/+1
* Improve TF analysis RDO to take into account how important each band isJean-Marc Valin2018-02-131-19/+34
* Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin2018-01-263-3/+22
* Fixes NaN issues in compute_stereo_width()Jean-Marc Valin2017-12-311-0/+6
* Making opus-uninstalled.pc use the .la instead of the .av1.3-betaJean-Marc Valin2017-12-191-1/+1
* Decouple OpusProjection* API from static matrices.Andrew Allen2017-12-073-33/+69
* Ensure mapping matrix size is always valid.Andrew Allen2017-12-075-7/+40
* Fix memory issues in Projection API.Andrew Allen2017-12-078-322/+448
* fix float constantsJean-Marc Valin2017-11-161-1/+1
* Define integer types from stdint.h where it's availableKári Tristan Helgason2017-11-161-9/+16
* Tuning decision thresholds for low-bitrate musicJean-Marc Valin2017-11-161-13/+20
* Fix matrix export via CTL func.Andrew Allen2017-11-102-6/+10
* Retrained speech/music RNNJean-Marc Valin2017-11-093-205/+642
* Add missing include to the listJean-Marc Valin2017-11-071-0/+1
* Support for Channel Mapping 253Andrew Allen2017-11-0712-48/+2116