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
2023-08-11Fixes stack overflow for some custom modesJean-Marc Valin
2022-07-06Fix warning with --disable-rfc8251Jean-Marc Valin
2021-07-08Remove an unused parameterFelicia Lim
2019-01-20Fix FIXED_POINT conditional checkevpobr
2018-03-27two more asserts I forgotJean-Marc Valin
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2018-02-18Forgot one RFC8251 behaviour to disable with --disable-rfc8251Jean-Marc Valin
2018-02-13Add a simple masking model to the spreading decisionJean-Marc Valin
2017-10-29Enable RFC 8251 changes by defaultJean-Marc Valin
2017-06-07Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang
2017-05-26Fixes unit tests that need arch-specific codeJean-Marc Valin
2017-01-06Avoids pre-echo in hybrid mode caused by noise being injected in the first bandJean-Marc Valin
2016-09-14Prevents ridiculously large gains from causing inf/NaNs in float decoderJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-09-01Bitstream change: prevent noise injection in hybrid modeJean-Marc Valin
2016-08-10SSE2 implementation of the PVQ searchJean-Marc Valin
2016-08-06biasing quantizationJean-Marc Valin
2016-08-06Fixes "mixed declarations and code"Jean-Marc Valin
2016-08-05Weighting theta rdo based on channel energyJean-Marc Valin
2016-07-28Don't do theta RDO on intensity-stereo-coded bandsJean-Marc Valin
2016-07-28Saving the state rather than re-compute the best optionJean-Marc Valin
2016-07-28Making stereo theta decision based on minimizing distortionJean-Marc Valin
2016-07-28controlling roundingJean-Marc Valin
2016-07-28Properly allocation scratch space for resynth encoderJean-Marc Valin
2016-07-28cleanup: putting resynth flag in the contextJean-Marc Valin
2016-07-28cleanup: line wrappingJean-Marc Valin
2016-07-25Fixes cap on gain in denormalise_bands()Jean-Marc Valin
2016-07-22Avoid overflowing on ridiculously large energyJean-Marc Valin
2016-07-22Fixes shift<-2 case for denormalise_bands()Jean-Marc Valin
2016-06-20Fixes minor code quality issues in CELTJean-Marc Valin
2016-03-24Fixes overflows on CPUs with 16-bit intsJean-Marc Valin
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-01-30Minor div optimization -- reducing denominatorsJean-Marc Valin
2014-01-30Optimizing divisions with a signed numeratorJean-Marc Valin
2014-01-21Save more integer divisions on ARM when we know the operands are positiveJean-Marc Valin
2014-01-06Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin
2014-01-06Some cleaning up of the synthesis code.Jean-Marc Valin
2013-12-16fixed-point: slight (but free) accuracy improvement in compute_band_energies()Jean-Marc Valin
2013-12-14fixed-point: adds rounding to some shifts to eliminate biasJean-Marc Valin
2013-12-11Minor fixed-point accuracy improvements that were completely freeJean-Marc Valin
2013-12-11Annotating pointer arguments with OPUS_RESTRICT and constJean-Marc Valin
2013-12-10Using celt_inner_prod() in compute_band_energies()Jean-Marc Valin
2013-12-10Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin
2013-11-13Making the CELT fixed-point decoder a bit more robust to extreme signalsJean-Marc Valin
2013-11-10Fixes some minor issues found by scan buildJean-Marc Valin
2013-06-18Makes dual_inner_prod() more generic to increase its useJean-Marc Valin
2013-06-17Converts denormalise_bands() to use 16-bit multiplicationsJean-Marc Valin
2013-06-17Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-01-04Fixes a seed issue introduced in 5367dacJean-Marc Valin