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
path: root/silk
AgeCommit message (Expand)Author
2012-04-24Adds note on monic filterJean-Marc Valin
2012-04-21License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2012-01-31Fixes MSVC warningsKoen Vos
2012-01-31Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin
2012-01-31Last part of the LPC work stabilization work discussed at the last meetingKoen Vos
2012-01-25Making the PLC robust to overflows caused by extreme bit-streamsJean-Marc Valin
2012-01-24Fixes a non-bitstream-related PLC integer overflow.Jean-Marc Valin
2012-01-24Fixes a few minor issues (no bit-stream change)Jean-Marc Valin
2011-12-14Accuracy improvements to help float implementationsKoen Vos
2011-12-13Improves the accuracy such that it matches a float decoder much betterKoen Vos
2011-12-13SILK fixes following last codec WG meetingKoen Vos
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-11-29Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-11-01Fixes a minor issue on CELT->SILK switchingJean-Marc Valin
2011-10-30SILK encoder descriptionKoen Vos
2011-10-30Removes "set but never used" variablesJean-Marc Valin
2011-10-29Removes unused order 14 in silk_LPC_analysis_filter_FLP()Jean-Marc Valin
2011-10-29fixes a mixup between decoder and PLC statesKoen Vos
2011-10-29Fixes PLC initialization bugKoen Vos
2011-10-29Disabling some unused SILK functions from the float buildJean-Marc Valin
2011-10-29commentKoen Vos
2011-10-29Fixes two SILK PLC issuesKoen Vos
2011-10-29Reformatting changes with an update to the MSVC project filesKoen Vos
2011-10-27Allow wrap-around in silk_LPC_analysis_filter()Jean-Marc Valin
2011-10-26Fixes another minor bug introduced in 43a0de4af15Koen Vos
2011-10-25Fixes a minor bug introduced in 43a0de4af15Koen Vos
2011-10-25Fixes a bug on FEC+stereoJean-Marc Valin
2011-10-24Optimization of the CBR loopKoen Vos
2011-10-22Implements glitchless switching between SILK bandwidthsJean-Marc Valin
2011-10-21Fix stack corruption with high rate SILK encoding added by the recent CBR cha...Gregory Maxwell
2011-10-21Silences some warnings in fixed-pointJean-Marc Valin
2011-10-21Same as 44a030deedf11 but for fixed-pointJean-Marc Valin
2011-10-21Limits how fast the CBR gain multiplier can increaseJean-Marc Valin
2011-10-20Implements hard CBR for SILKJean-Marc Valin
2011-10-19Correct encoder/decoder state mismatch and spurious state resetting in the en...Gregory Maxwell
2011-10-18Remove redundant mid-only flag when side VAD flag is set.Timothy B. Terriberry
2011-10-18Fix fixed-point build bustage from 53cc1a03.Timothy B. Terriberry
2011-10-18Fix side-channel index for VAD/LBRR flags.Timothy B. Terriberry
2011-10-18Fix the side frame conditional coding rules.Timothy B. Terriberry
2011-10-13Fixes a corner case that was causing silk_A2NLSF() to failKoen Vos
2011-10-12Fixes a case where PLC was called on the side when no side was ever codedJean-Marc Valin
2011-10-12Improves accuracy of NLSF2A by reordering the polynomial rootsTimothy B. Terriberry
2011-10-12Fixes a numerical accuracy issue in the pitch searchJean-Marc Valin
2011-10-12Fixes a panned stereo regressionJean-Marc Valin
2011-10-12Misc bug fixesJean-Marc Valin
2011-10-12Gets rid of a "safe" signed overflow in silk_noise_shape_quantizer_del_dec()Jean-Marc Valin
2011-10-12Gets rid of a "safe" signed overflow in silk_DIV32_varQ()Jean-Marc Valin
2011-10-11Move a number of files and functions which are only used by fixed point build...Gregory Maxwell
2011-10-11Misc SILK fixes:Koen Vos