summaryrefslogtreecommitdiff
path: root/silk/float
Commit message (Expand)AuthorAgeFilesLines
...
* Make compiler settings consistent. Actually produce the libary, remove the op...Gian-Carlo Pascutto2012-07-121-1/+1
* modified the Visual Studio 2010 projects and solution file to include a x64 c...root2012-06-011-130/+207
* Minor comment formatting changeGregory Maxwell2012-04-241-5/+4
* Merge commit '390c89225d'Jean-Marc Valin2012-04-2434-578/+581
|\
| * Adds note on monic filterJean-Marc Valin2012-04-231-0/+3
| * License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin2012-04-2034-578/+578
* | Remove trailing whitespace.Ralph Giles2012-04-022-4/+4
* | Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell2012-03-051-3/+0
|/
* Fixes MSVC warningsKoen Vos2012-01-311-3/+2
* Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin2012-01-311-12/+3
* Accuracy improvements to help float implementationsKoen Vos2011-12-141-1/+1
* Improves the accuracy such that it matches a float decoder much betterKoen Vos2011-12-132-5/+5
* SILK fixes following last codec WG meetingKoen Vos2011-12-1315-111/+131
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-3/+3
* Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin2011-11-281-3/+0
* Fixes a minor issue on CELT->SILK switchingJean-Marc Valin2011-10-311-27/+25
* Removes unused order 14 in silk_LPC_analysis_filter_FLP()Jean-Marc Valin2011-10-291-40/+0
* commentKoen Vos2011-10-281-1/+1
* Reformatting changes with an update to the MSVC project filesKoen Vos2011-10-2836-898/+824
* Fixes another minor bug introduced in 43a0de4af15Koen Vos2011-10-261-7/+9
* Fixes a minor bug introduced in 43a0de4af15Koen Vos2011-10-251-6/+9
* Optimization of the CBR loopKoen Vos2011-10-242-45/+61
* Fix stack corruption with high rate SILK encoding added by the recent CBR cha...Gregory Maxwell2011-10-211-4/+6
* Limits how fast the CBR gain multiplier can increaseJean-Marc Valin2011-10-211-12/+14
* Implements hard CBR for SILKJean-Marc Valin2011-10-208-36/+159
* Remove redundant mid-only flag when side VAD flag is set.Timothy B. Terriberry2011-10-172-26/+37
* Fix the side frame conditional coding rules.Timothy B. Terriberry2011-10-175-18/+28
* Fixes a numerical accuracy issue in the pitch searchJean-Marc Valin2011-10-122-8/+8
* Misc bug fixesJean-Marc Valin2011-10-111-0/+1
* Two minor SILK fixesKoen Vos2011-10-091-2/+2
* SILK updateKoen Vos2011-10-061-2/+4
* More assert updates, make the initialization in silk_warped_autocorrelation_F...Gregory Maxwell2011-10-041-2/+2
* Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell2011-10-031-0/+2
* Remove an unreachable block in silk/float/pitch_analysis_core_FLP.cGregory Maxwell2011-09-291-3/+1
* Misc. silk/ cleanups: static inline things which are only used in one file.Gregory Maxwell2011-09-284-20/+20
* Fixes a bug that was falsely triggering DTX for 60 ms stereoJean-Marc Valin2011-09-281-10/+2
* Fix some GCC warings in the silk/ directory.Gregory Maxwell2011-09-271-2/+1
* Fixes a glitch in SILK mono->stereo switchingJean-Marc Valin2011-09-271-0/+1
* Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin2011-09-1636-122/+122
* Renaming the SKP_ prefix to silk_Jean-Marc Valin2011-09-1634-585/+585
* more libcelt->celt renamesJean-Marc Valin2011-09-141-3/+3
* Eliminate the last non-static pointer from the LPC-mode encoder structures.Gregory Maxwell2011-09-061-3/+3
* This should remove the last // commentsJean-Marc Valin2011-08-295-13/+15
* Remove directories added by 86476906ec9711cdd1d74ae35bfb9bd0ba60f0d9.Gregory Maxwell2011-08-251-0/+0
* Use 'frame' instead of 'signal' in the silk code.Ralph Giles2011-08-242-35/+35
* Replacing SPK_INLINE by static inlineJean-Marc Valin2011-08-153-9/+9
* Including config.h from all the SILK filesJean-Marc Valin2011-08-1531-0/+123
* Fixes a stereo rate mismatch bugJean-Marc Valin2011-08-121-1/+2
* Remove many unused defines and convert some double constants to float.Gregory Maxwell2011-08-011-1/+1
* Convert all CRLF in the SILK code, tabs to spaces, and trailingGregory Maxwell2011-07-3034-4704/+4704