Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2011-10-10Cleaner 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-08Prevents a SILK stereo encoding-side desyncJean-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-05SILK stereo fixKoen Vos
2011-10-05Move useInterpolatedNLSFs assert from encode_indices.c to silk/process_NLSFs.c.Gregory Maxwell
2011-10-05Disabling LBRR for whever there's a change in bandwidth/channels/framesizeJean-Marc Valin
2011-10-04More assert updates, make the initialization in silk_warped_autocorrelation_F...Gregory Maxwell
2011-10-04Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-10-03Correct C99 undefined behavior in silk/NSQ.c, parallel change to 1ee139bc.Gregory Maxwell
2011-10-03Delaying SILK stereo->mono transitions by two framesJean-Marc Valin
2011-10-03Fixes stereo->mono switching bugs (encoder)Jean-Marc Valin
2011-10-01Assertion update for commit b23a6ca5Jean-Marc Valin
2011-10-01Fixes problems with unstable filter detectionJ-M Valin (rewritten by T.B. Terriberry)
2011-09-30Make silk_assert calls work with the autotools --enable-assertions.Gregory Maxwell
2011-09-30Remove an unreachable block in silk/float/pitch_analysis_core_FLP.cGregory Maxwell
2011-09-30More silk/ resampler cleanup.Gregory Maxwell
2011-09-29Eliminate signed overflow in constant, minor makefile.draft updates.Gregory Maxwell
2011-09-29Misc. silk/ cleanups: static inline things which are only used in one file.Gregory Maxwell
2011-09-29Fixes 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-28More resampler cleanups.Gregory Maxwell
2011-09-28Eliminate function pointers from the resampler.Gregory Maxwell
2011-09-28Help JM's eclipse understand that silk_NLSF_del_dec_quant returns.Gregory Maxwell
2011-09-28Silence the remaining silk/ GCC warnings.Gregory Maxwell
2011-09-28Fix some GCC warings in the silk/ directory.Gregory Maxwell
2011-09-28Add support for coding signs with 0 pulses.Timothy B. Terriberry
2011-09-28Fixes a glitch on SILK frame size switchingJean-Marc Valin
2011-09-27Fixes a glitch in SILK mono->stereo switchingJean-Marc Valin
2011-09-23Making the left shift macros use unsigned to avoid undefined behaviourJean-Marc Valin
2011-09-23Fixes a decoder overflow on random inputKoen Vos
2011-09-21Fixes an integer overflow caused by uninitialized values in LTP scalingKoen Vos
2011-09-16Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin
2011-09-16Renaming the SKP_ prefix to silk_Jean-Marc Valin
2011-09-16Making sure to avoid undefined behaviourJean-Marc Valin
2011-09-14more libcelt->celt renamesJean-Marc Valin
2011-09-07Fixes a warning about assignment in an if()Jean-Marc Valin
2011-09-07Prevents the SILK encoder from failing below 600 kb/s stereo.Jean-Marc Valin
2011-09-07Eliminate the last non-static pointer from the LPC-mode encoder structures.Gregory Maxwell
2011-09-02Corrects many places where int was used where opus_int32 was needed.Gregory Maxwell
2011-09-02Removes code that became useless with the Opus-level highpassexp-highpassJean-Marc Valin
2011-09-02First attempt at global high-pass filterJean-Marc Valin
2011-09-01Fix compile errors with g++Benjamin Jemlich
2011-08-29Apparently C89 doens't like unnecessary semicolonsJean-Marc Valin
2011-08-29This should remove the last // commentsJean-Marc Valin
2011-08-28More // comments changed to /*Jean-Marc Valin
2011-08-28Changing some // comments into /*Jean-Marc Valin