summaryrefslogtreecommitdiff
path: root/silk
Commit message (Expand)AuthorAgeFilesLines
* Correct encoder/decoder state mismatch and spurious state resetting in the en...Gregory Maxwell2011-10-192-1/+2
* Remove redundant mid-only flag when side VAD flag is set.Timothy B. Terriberry2011-10-176-71/+98
* Fix fixed-point build bustage from 53cc1a03.Timothy B. Terriberry2011-10-173-9/+10
* Fix side-channel index for VAD/LBRR flags.Timothy B. Terriberry2011-10-174-7/+7
* Fix the side frame conditional coding rules.Timothy B. Terriberry2011-10-1718-71/+134
* Fixes a corner case that was causing silk_A2NLSF() to failKoen Vos2011-10-121-6/+14
* Fixes a case where PLC was called on the side when no side was ever codedJean-Marc Valin2011-10-121-3/+4
* Improves accuracy of NLSF2A by reordering the polynomial rootsTimothy B. Terriberry2011-10-121-1/+11
* Fixes a numerical accuracy issue in the pitch searchJean-Marc Valin2011-10-122-8/+8
* Fixes a panned stereo regressionJean-Marc Valin2011-10-111-1/+1
* Misc bug fixesJean-Marc Valin2011-10-1114-134/+189
* Gets rid of a "safe" signed overflow in silk_noise_shape_quantizer_del_dec()Jean-Marc Valin2011-10-111-1/+1
* Gets rid of a "safe" signed overflow in silk_DIV32_varQ()Jean-Marc Valin2011-10-112-1/+6
* Move a number of files and functions which are only used by fixed point build...Gregory Maxwell2011-10-1016-174/+101
* Misc SILK fixes:Koen Vos2011-10-105-107/+109
* Cheap early detection of unstable filtersJean-Marc Valin2011-10-101-1/+6
* Cleaner way to take into account the prediction for stereo widthKoen Vos2011-10-093-18/+2
* Two minor SILK fixesKoen Vos2011-10-094-7/+10
* Avoids unnecessary collapse of the HF stereo image in hybrid mode.Jean-Marc Valin2011-10-093-1/+17
* Prevents a SILK stereo encoding-side desyncJean-Marc Valin2011-10-071-0/+5
* Fixes two encoder bugs causing glitches in stereo->mono switchesJean-Marc Valin2011-10-071-0/+15
* Proper SILK delay compensation for resamplingJean-Marc Valin2011-10-076-13/+63
* SILK updateKoen Vos2011-10-067-66/+30
* SILK stereo fixKoen Vos2011-10-051-9/+26
* Move useInterpolatedNLSFs assert from encode_indices.c to silk/process_NLSFs.c.Gregory Maxwell2011-10-042-1/+1
* Disabling LBRR for whever there's a change in bandwidth/channels/framesizeJean-Marc Valin2011-10-041-0/+10
* More assert updates, make the initialization in silk_warped_autocorrelation_F...Gregory Maxwell2011-10-042-3/+3
* Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell2011-10-037-2/+12
* Correct C99 undefined behavior in silk/NSQ.c, parallel change to 1ee139bc.Gregory Maxwell2011-10-031-1/+1
* Delaying SILK stereo->mono transitions by two framesJean-Marc Valin2011-10-031-11/+13
* Fixes stereo->mono switching bugs (encoder)Jean-Marc Valin2011-10-032-6/+59
* Assertion update for commit b23a6ca5Jean-Marc Valin2011-09-301-1/+1
* Fixes problems with unstable filter detectionJ-M Valin (rewritten by T.B. Terriberry)2011-09-301-13/+14
* Make silk_assert calls work with the autotools --enable-assertions.Gregory Maxwell2011-09-291-1/+13
* Remove an unreachable block in silk/float/pitch_analysis_core_FLP.cGregory Maxwell2011-09-291-3/+1
* More silk/ resampler cleanup.Gregory Maxwell2011-09-295-96/+3
* Eliminate signed overflow in constant, minor makefile.draft updates.Gregory Maxwell2011-09-281-5/+4
* Misc. silk/ cleanups: static inline things which are only used in one file.Gregory Maxwell2011-09-2811-60/+42
* Fixes a bug introduced while fixing the original 60-ms stereo bugJean-Marc Valin2011-09-281-1/+1
* Fixes a bug that was falsely triggering DTX for 60 ms stereoJean-Marc Valin2011-09-283-22/+8
* More resampler cleanups.Gregory Maxwell2011-09-289-221/+14
* Eliminate function pointers from the resampler.Gregory Maxwell2011-09-2811-459/+43
* Help JM's eclipse understand that silk_NLSF_del_dec_quant returns.Gregory Maxwell2011-09-271-18/+20
* Silence the remaining silk/ GCC warnings.Gregory Maxwell2011-09-275-15/+15
* Fix some GCC warings in the silk/ directory.Gregory Maxwell2011-09-2710-20/+9
* Add support for coding signs with 0 pulses.Timothy B. Terriberry2011-09-274-11/+14
* Fixes a glitch on SILK frame size switchingJean-Marc Valin2011-09-271-6/+9
* Fixes a glitch in SILK mono->stereo switchingJean-Marc Valin2011-09-273-0/+8
* Making the left shift macros use unsigned to avoid undefined behaviourJean-Marc Valin2011-09-232-6/+5
* Fixes a decoder overflow on random inputKoen Vos2011-09-231-4/+4