aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2011-10-26Fixes another minor bug introduced in 43a0de4af15Koen Vos
2011-10-25Fixes a minor bug introduced in 43a0de4af15Koen Vos
2011-10-24Fixes a bug on FEC+stereoJean-Marc Valin
2011-10-24Optimization of the CBR loopKoen Vos
2011-10-21Implements 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-17Remove redundant mid-only flag when side VAD flag is set.Timothy B. Terriberry
2011-10-17Fix fixed-point build bustage from 53cc1a03.Timothy B. Terriberry
2011-10-17Fix side-channel index for VAD/LBRR flags.Timothy B. Terriberry
2011-10-17Fix the side frame conditional coding rules.Timothy B. Terriberry
2011-10-12Fixes 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-11Fixes a panned stereo regressionJean-Marc Valin
2011-10-11Misc bug fixesJean-Marc Valin
2011-10-11Gets rid of a "safe" signed overflow in silk_noise_shape_quantizer_del_dec()Jean-Marc Valin
2011-10-11Gets rid of a "safe" signed overflow in silk_DIV32_varQ()Jean-Marc Valin
2011-10-10Move a number of files and functions which are only used by fixed point build...Gregory Maxwell
2011-10-10Misc SILK fixes:Koen Vos
2011-10-10Cheap early detection of unstable filtersJean-Marc Valin
2011-10-09Cleaner way to take into account the prediction for stereo widthKoen Vos
2011-10-09Two minor SILK fixesKoen Vos
2011-10-09Avoids unnecessary collapse of the HF stereo image in hybrid mode.Jean-Marc Valin
2011-10-07Prevents a SILK stereo encoding-side desyncJean-Marc Valin
2011-10-07Fixes two encoder bugs causing glitches in stereo->mono switchesJean-Marc Valin
2011-10-07Proper SILK delay compensation for resamplingJean-Marc Valin
2011-10-06SILK updateKoen Vos
2011-10-05SILK stereo fixKoen Vos
2011-10-04Move useInterpolatedNLSFs assert from encode_indices.c to silk/process_NLSFs.c.Gregory Maxwell
2011-10-04Disabling LBRR for whever there's a change in bandwidth/channels/framesizeJean-Marc Valin
2011-10-04More assert updates, make the initialization in silk_warped_autocorrelation_F...Gregory Maxwell
2011-10-03Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-10-03Correct C99 undefined behavior in silk/NSQ.c, parallel change to 1ee139bc.Gregory Maxwell
2011-10-03Delaying SILK stereo->mono transitions by two framesJean-Marc Valin
2011-10-03Fixes stereo->mono switching bugs (encoder)Jean-Marc Valin
2011-09-30Assertion update for commit b23a6ca5Jean-Marc Valin
2011-09-30Fixes problems with unstable filter detectionJ-M Valin (rewritten by T.B. Terriberry)
2011-09-29Make silk_assert calls work with the autotools --enable-assertions.Gregory Maxwell
2011-09-29Remove an unreachable block in silk/float/pitch_analysis_core_FLP.cGregory Maxwell
2011-09-29More silk/ resampler cleanup.Gregory Maxwell
2011-09-28Eliminate signed overflow in constant, minor makefile.draft updates.Gregory Maxwell
2011-09-28Misc. silk/ cleanups: static inline things which are only used in one file.Gregory Maxwell
2011-09-28Fixes a bug introduced while fixing the original 60-ms stereo bugJean-Marc Valin
2011-09-28Fixes a bug that was falsely triggering DTX for 60 ms stereoJean-Marc Valin