summaryrefslogtreecommitdiff
path: root/silk/enc_API.c
Commit message (Expand)AuthorAgeFilesLines
* Smooth out the LBRR rate estimateJean-Marc Valin2022-07-241-2/+13
* Fixes a SILK bandwidth switching regressionJean-Marc Valin2018-05-241-0/+10
* Silk makes use of Opus VADGustaf Ullberg2018-05-141-3/+4
* Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin2018-03-271-11/+11
* Fix compiler warningsMark Harris2017-02-261-1/+0
* Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin2016-07-191-1/+1
* removed prefilterKoen Vos2016-07-171-1/+0
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-07-171-0/+4
* Fix for flutter with FECKoen Vos2015-08-101-4/+11
* Fixes internal check_control_input() error checking.maks2014-02-061-1/+1
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-5/+5
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-151-0/+5
* Remove trailing whitespace from the license headers.Ralph Giles2013-09-161-1/+1
* Convert quotes in license headers to ASCII.Timothy B. Terriberry2013-05-191-1/+1
* Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry2013-05-081-3/+19
* Fix minor issues reported by scan-buildPhilip Jägenstedt2012-10-111-6/+3
* Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò2012-09-121-1/+9
* Merge commit '390c89225d'Jean-Marc Valin2012-04-241-17/+17
|\
| * License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin2012-04-201-17/+17
* | Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin2012-03-081-1/+1
|/
* Accuracy improvements to help float implementationsKoen Vos2011-12-141-5/+5
* Improves the accuracy such that it matches a float decoder much betterKoen Vos2011-12-131-1/+1
* SILK fixes following last codec WG meetingKoen Vos2011-12-131-23/+9
* Reformatting changes with an update to the MSVC project filesKoen Vos2011-10-281-19/+25
* Optimization of the CBR loopKoen Vos2011-10-241-4/+1
* Implements glitchless switching between SILK bandwidthsJean-Marc Valin2011-10-211-0/+2
* Implements hard CBR for SILKJean-Marc Valin2011-10-201-7/+32
* Correct encoder/decoder state mismatch and spurious state resetting in the en...Gregory Maxwell2011-10-191-1/+1
* Remove redundant mid-only flag when side VAD flag is set.Timothy B. Terriberry2011-10-171-18/+23
* Fix side-channel index for VAD/LBRR flags.Timothy B. Terriberry2011-10-171-1/+4
* Fix the side frame conditional coding rules.Timothy B. Terriberry2011-10-171-3/+23
* Misc bug fixesJean-Marc Valin2011-10-111-12/+28
* Cleaner way to take into account the prediction for stereo widthKoen Vos2011-10-091-2/+2
* Two minor SILK fixesKoen Vos2011-10-091-2/+5
* Avoids unnecessary collapse of the HF stereo image in hybrid mode.Jean-Marc Valin2011-10-091-1/+1
* 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-071-7/+19
* SILK updateKoen Vos2011-10-061-58/+10
* Disabling LBRR for whever there's a change in bandwidth/channels/framesizeJean-Marc Valin2011-10-041-0/+10
* Delaying SILK stereo->mono transitions by two framesJean-Marc Valin2011-10-031-11/+13
* Fixes stereo->mono switching bugs (encoder)Jean-Marc Valin2011-10-031-6/+56
* 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-281-2/+4
* Fix some GCC warings in the silk/ directory.Gregory Maxwell2011-09-271-1/+1
* Fixes a glitch in SILK mono->stereo switchingJean-Marc Valin2011-09-271-0/+6
* Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin2011-09-161-0/+418
* Moved all SILK source code to the silk/ directoryJean-Marc Valin2011-04-281-6/+0
* Relying on SILK for the switching decisionsJean-Marc Valin2011-04-281-5/+5
* SILK makefile updateJean-Marc Valin2011-04-271-5/+5
* Changing the SILK bandwidth only when there's no speechJean-Marc Valin2011-04-271-29/+5