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-09-24Retrain RNN classifier weights to include reverberated speechexp_new_classifier1Jean-Marc Valin
2018-09-14Fixes packet parsing for 16-bit CPUsv1.3-rc2Jean-Marc Valin
2018-09-14Clarify configure --helpJean-Marc Valin
2018-09-13Update ISO Base Media Format draft to version 0.8.1.Ralph Giles
2018-09-10Avoiding get_demixing_matrix() symbol clash on unified buildJean-Marc Valin
2018-09-10OpusMSDecoder does not have an arch fieldJean-Marc Valin
2018-09-07Add include/opus_projection.h to opus_headers.mkJean-Marc Valin
2018-08-31Apply equal bit allocation to ambisonic channelsMarcin Gorzel
2018-07-28Work around VS2015 internal compiler errorstagingMark Harris
2018-07-28Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation()Jean-Marc Valin
2018-07-28Fix bitrate allocation for channel mapping 2Felicia Lim
2018-07-27win32: Add ambisonics sources to VS projectJoshua Bowman
2018-07-27Fixes C90 "mixed declarations and code" errorJean-Marc Valin
2018-07-27Remove ambisonics experimental flagJean-Marc Valin
2018-07-26Enable ambisonics by defaultJean-Marc Valin
2018-07-26Enable hardening by defaultJean-Marc Valin
2018-07-26Fix comma that should have been a semicolonJean-Marc Valin
2018-07-26oopsJean-Marc Valin
2018-07-26Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin
2018-07-22Validate multistream/projection decoder frame_sizeMark Harris
2018-07-22Silence compiler warningsMark Harris
2018-06-14Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin
2018-06-01update checksumsJean-Marc Valin
2018-05-29Avoiding arithmetic on NULL pointerv1.3-rcJean-Marc Valin
2018-05-29Avoiding leaks when opus_demo exits with an errorJean-Marc Valin
2018-05-28Fix DISABLE_FLOAT_API unused parameter warningMark Harris
2018-05-28Only call isqrt32() with a positive argumentMark Harris
2018-05-24Switch from narrowband to wideband at 9 kb/s, don't use mediumbandexp_bandwidth_fix4Jean-Marc Valin
2018-05-24Fix decision thresholds for larger frame sizesexp_bandwidth_fix3Jean-Marc Valin
2018-05-24Fixes a SILK bandwidth switching regressionJean-Marc Valin
2018-05-18Improving rate control for low bitrateJean-Marc Valin
2018-05-17Oops, fix NaN testJean-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