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
2022-08-05Change pitch scaling behavior wrt nFramesPerPacketJean-Marc Valin
2022-07-24Re-tuning the use of LTP scalingJean-Marc Valin
2022-07-06Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris
2022-06-28Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin
2018-10-30Fixes misleading initialization with not enough zerosJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-03-27two more asserts I forgotJean-Marc Valin
2018-03-27Hardening asserts for SILK floatJean-Marc Valin
2018-02-23Fixed off-by-one issue in Silk DTXGustaf Ullberg
2017-02-27Fix compiler warningsMark Harris
2017-02-15Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang
2016-07-20Fix include warningTristan Matthews
2016-07-19Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin
2016-07-19CBR: set gains to their previons values where we're busting the budgetJean-Marc Valin
2016-07-19Set pulses to zero if we can't meet rate targetJean-Marc Valin
2016-07-19CBR: lock the gain on a subframe when the number of pulses stops going downJean-Marc Valin
2016-07-19merge back in the LTP gain safety limiterKoen Vos
2016-07-19increase order of noise shaping filterKoen Vos
2016-07-19more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos
2016-07-17Clean up: alignment of commentsKoen Vos
2016-07-17Clean up: replace tabs by spacesKoen Vos
2016-07-17removed prefilterKoen Vos
2016-07-17undo some loop unrollingKoen Vos
2016-07-17pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos
2016-07-17minor clean up of pointer offsetsKoen Vos
2016-07-17simplified computation of LTP coefsKoen Vos
2016-07-17Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2015-08-10Fix for flutter with FECKoen Vos
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2013-11-20Constrains accumulated pitch gain to avoid potential instability.Koen Vos
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-12Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-24Remove dead codeStefan Beller
2013-09-17Remove trailing whitespace from the license headers.Ralph Giles
2013-08-27Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-05-20Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-10Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles
2012-10-10Fixes comment-in-comment warningJean-Marc Valin
2012-10-10Improvements to the pitch searchKoen Vos
2012-09-27Typo: FIND_PITCH_BANDWI(D)TH_EXPANSIONPhilip Jägenstedt
2012-09-27Fix common misspellingsPhilip Jägenstedt
2012-09-12Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò
2012-07-20Small cleanups to MSVC build setup.Gian-Carlo Pascutto
2012-07-20Fixes MSVC projects and adds git version generator toolChris Moeller
2012-07-17Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto
2012-07-17Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-13Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto