Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17Improving rate control for low bitrateexp_ratecontrol1Jean-Marc Valin
2018-05-15Aborting on NaN in CELTJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-05-07README: Update to reflect RFC 7845 and 8251Mark Harris
2018-05-04Fix opus_packet_parse() non-null arg attributeMark Harris
2018-03-27two more asserts I forgotJean-Marc Valin
2018-03-27Misc assertion cleanupJean-Marc Valin
2018-03-27Harden SILK x86 codeJean-Marc Valin
2018-03-27Hardening silk/fixedJean-Marc Valin
2018-03-27Hardening asserts for SILK floatJean-Marc Valin
2018-03-27Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin
2018-03-27Some missing checksJean-Marc Valin
2018-03-27Adding multistream decoder validationJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adds Opus decoder state validationJean-Marc Valin
2018-03-27Adding decoder state validationJean-Marc Valin
2018-03-27Fixing no-redundancy CELT->SILK and CELT->hybrid transitionsJean-Marc Valin
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2018-03-21Support for Ambisonics.Andrew Allen
2018-03-12Using a first-order filter for DC rejectionJean-Marc Valin
2018-03-02Don't enable -fstack-protector-strong on Windows for nowJean-Marc Valin
2018-02-23Adding -D_FORTIFY_SOURCE=2 when possibleJean-Marc Valin
2018-02-23Fixed off-by-one issue in Silk DTXGustaf Ullberg
2018-02-22Enable -fstack-protector-strong by default on x86Jean-Marc Valin
2018-02-21Fix comment to take into account previous commitJean-Marc Valin
2018-02-21Increasing the CELT bit allocation slightly for stereo hybridJean-Marc Valin
2018-02-20Fix divide-by-zeros in opus_demo stats codeJean-Marc Valin
2018-02-18Fixes integer overflow in SILK VAD for 10-ms framesJean-Marc Valin
2018-02-18Forgot one RFC8251 behaviour to disable with --disable-rfc8251Jean-Marc Valin
2018-02-15Disabling weak transients and 5ms resolution on voiced framesJean-Marc Valin
2018-02-13Add a simple masking model to the spreading decisionJean-Marc Valin
2018-02-13Making sure importance[] is initialized even when we don't use dynallocJean-Marc Valin
2018-02-13oopsJean-Marc Valin
2018-02-13Improve TF analysis RDO to take into account how important each band isJean-Marc Valin
2018-01-26Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin
2017-12-31Fixes NaN issues in compute_stereo_width()Jean-Marc Valin
2017-12-19Making opus-uninstalled.pc use the .la instead of the .av1.3-betaJean-Marc Valin
2017-12-08Decouple OpusProjection* API from static matrices.Andrew Allen
2017-12-08Ensure mapping matrix size is always valid.Andrew Allen
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-17fix float constantsJean-Marc Valin
2017-11-17Define integer types from stdint.h where it's availableKári Tristan Helgason
2017-11-16Tuning decision thresholds for low-bitrate musicJean-Marc Valin
2017-11-10Fix matrix export via CTL func.Andrew Allen
2017-11-10Retrained speech/music RNNJean-Marc Valin
2017-11-08Add missing include to the listJean-Marc Valin
2017-11-08Support for Channel Mapping 253Andrew Allen
2017-10-30Fix unnecessary assignment.Roman Kalashnikov
2017-10-29Enable RFC 8251 changes by defaultJean-Marc Valin
2017-10-23Fix configure output formatting.Ralph Giles