aboutsummaryrefslogtreecommitdiff
path: root/silk/enc_API.c
AgeCommit message (Expand)Author
2018-05-24Fixes a SILK bandwidth switching regressionJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-03-27Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin
2017-02-26Fix compiler warningsMark Harris
2016-07-19Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin
2016-07-17removed prefilterKoen Vos
2016-07-17Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2015-08-10Fix for flutter with FECKoen Vos
2014-02-06Fixes internal check_control_input() error checking.maks
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-09-16Remove trailing whitespace from the license headers.Ralph Giles
2013-05-19Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2012-10-11Fix minor issues reported by scan-buildPhilip Jägenstedt
2012-09-12Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-20License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin
2012-03-08Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin
2011-12-14Accuracy improvements to help float implementationsKoen Vos
2011-12-13Improves the accuracy such that it matches a float decoder much betterKoen Vos
2011-12-13SILK fixes following last codec WG meetingKoen Vos
2011-10-28Reformatting changes with an update to the MSVC project filesKoen Vos
2011-10-24Optimization of the CBR loopKoen Vos
2011-10-21Implements glitchless switching between SILK bandwidthsJean-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 side-channel index for VAD/LBRR flags.Timothy B. Terriberry
2011-10-17Fix the side frame conditional coding rules.Timothy B. Terriberry
2011-10-11Misc bug fixesJean-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-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-04Disabling LBRR for whever there's a change in bandwidth/channels/framesizeJean-Marc Valin
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-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
2011-09-27Fix some GCC warings in the silk/ directory.Gregory Maxwell
2011-09-27Fixes a glitch in SILK mono->stereo switchingJean-Marc Valin
2011-09-16Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin
2011-04-28Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-28Relying on SILK for the switching decisionsJean-Marc Valin
2011-04-27SILK makefile updateJean-Marc Valin
2011-04-27Changing the SILK bandwidth only when there's no speechJean-Marc Valin
2011-04-27SILK updateKoen Vos