summaryrefslogtreecommitdiff
path: root/silk
Commit message (Expand)AuthorAgeFilesLines
* SILK fixes following last codec WG meetingKoen Vos2011-12-1369-979/+939
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-0211-29/+28
* Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin2011-11-284-4/+7
* Fixes a minor issue on CELT->SILK switchingJean-Marc Valin2011-10-312-62/+50
* SILK encoder descriptionKoen Vos2011-10-291-1/+0
* Removes "set but never used" variablesJean-Marc Valin2011-10-292-9/+2
* Removes unused order 14 in silk_LPC_analysis_filter_FLP()Jean-Marc Valin2011-10-291-40/+0
* fixes a mixup between decoder and PLC statesKoen Vos2011-10-292-4/+3
* Fixes PLC initialization bugKoen Vos2011-10-291-1/+1
* Disabling some unused SILK functions from the float buildJean-Marc Valin2011-10-282-1/+7
* commentKoen Vos2011-10-281-1/+1
* Fixes two SILK PLC issuesKoen Vos2011-10-285-18/+25
* Reformatting changes with an update to the MSVC project filesKoen Vos2011-10-28149-3923/+3568
* Allow wrap-around in silk_LPC_analysis_filter()Jean-Marc Valin2011-10-272-8/+13
* Fixes another minor bug introduced in 43a0de4af15Koen Vos2011-10-262-14/+18
* Fixes a minor bug introduced in 43a0de4af15Koen Vos2011-10-253-13/+18
* Fixes a bug on FEC+stereoJean-Marc Valin2011-10-241-1/+8
* Optimization of the CBR loopKoen Vos2011-10-247-97/+150
* Implements glitchless switching between SILK bandwidthsJean-Marc Valin2011-10-215-10/+33
* Fix stack corruption with high rate SILK encoding added by the recent CBR cha...Gregory Maxwell2011-10-212-8/+12
* Silences some warnings in fixed-pointJean-Marc Valin2011-10-211-90/+101
* Same as 44a030deedf11 but for fixed-pointJean-Marc Valin2011-10-211-11/+12
* Limits how fast the CBR gain multiplier can increaseJean-Marc Valin2011-10-211-12/+14
* Implements hard CBR for SILKJean-Marc Valin2011-10-2022-86/+351
* 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