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-07-13Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto
2012-07-13Make compiler settings consistent. Actually produce the libary, remove the op...Gian-Carlo Pascutto
2012-06-01modified the Visual Studio 2010 projects and solution file to include a x64 c...root
2012-05-23Use 'frame' instead of 'signal', take out stdlib.h in silk/.Gregory Maxwell
2012-05-15Remove unused headers/defines in silk/typedef.h, improving portability to AMI...Gregory Maxwell
2012-05-15SILK to print error line with FIXED_DEBUG, assert with FIXED_DEBUG_ASSERT.Gregory Maxwell
2012-05-10Fixes two fixed-point overflow issuesJean-Marc Valin
2012-04-25Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.cJean-Marc Valin
2012-04-25Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fsJean-Marc Valin
2012-04-24Minor comment formatting changeGregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
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-04-13Makes silk_ADD_SAT32() conform to the C standardJean-Marc Valin
2012-04-02Remove trailing whitespace.Ralph Giles
2012-03-08Fixes a bunch of 16-bit issues that the C5X compiler warns aboutJean-Marc Valin
2012-03-08Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin
2012-03-06Restore the windows-side #ifdef check in silk/MacroDebug.h.Ralph Giles
2012-03-06Enable the silk debug macros with FIXED_DEBUG.Ralph Giles
2012-03-06Fix a signed-compare warning.Ralph Giles
2012-03-06Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell
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