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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2014-06-20Whitespace fixesexp_mips_optJean-Marc Valin
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-06-19Fixes a bug in silk_sum_sqr_shift() that was causing issues with Burg.Jean-Marc Valin
2014-02-07Fixes internal check_control_input() error checking.maks
2014-01-08Minor refactoring of the SILK PLC code to save more stackJean-Marc Valin
2014-01-08Another aliasing hack in the SILK PLC with SMALL_FOOTPRINTJean-Marc Valin
2014-01-08Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin
2014-01-07Delaying allocation of the SILK temporary output buffer to reduce peak stackJean-Marc Valin
2014-01-07Store decoded SILK pulses as 16-bit vectorJean-Marc Valin
2013-12-10Makes silk_inner_prod_aligned() use celt_inner_prod() in fixed-point.Jean-Marc Valin
2013-11-21Makes pitch gain control less aggressivesilk_pitch_fixJean-Marc Valin
2013-11-20Using the maximum frequency response of pitch taps instead of maxabsJean-Marc Valin
2013-11-20Constrains accumulated pitch gain to avoid potential instability.Koen Vos
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-11-12Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin
2013-11-11More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0Jean-Marc Valin
2013-11-10Fixes some minor issues found by scan buildJean-Marc Valin
2013-11-05This should be less confusing for static analyzersJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-24Remove dead codeStefan Beller
2013-09-17Remove trailing whitespace from the license headers.Ralph Giles
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-29Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()Jean-Marc Valin
2013-08-29Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-08-27Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-07-16Disable MSVC posix security warnings in the project file.Ralph Giles
2013-07-16Conditionalize #pragma warn for MSVC.Ralph Giles
2013-07-16Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-16Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-05-24Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-24Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2013-05-21Clean up register constraints.Timothy B. Terriberry
2013-05-20Fix bustage in a16cef62.Timothy B. Terriberry
2013-05-20Replace silk_CLZ functions with EC_ILOG().Timothy B. Terriberry
2013-05-20Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-20Add ARMv4/ARMv5E macros.Timothy B. Terriberry
2013-05-17Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin
2013-05-10Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles
2013-05-10Fixes an assertion failure in SILKJean-Marc Valin
2013-05-09Fix bustage from c152d602.Timothy B. Terriberry
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2013-05-08Fix several memory errors in the SILK resampler.Timothy B. Terriberry
2013-05-08Remove trailing whitespace.Timothy B. Terriberry
2013-05-08Fix some warnings.Timothy B. Terriberry
2013-02-19Fixes two bandwidth decision issuesJean-Marc Valin
2013-02-08Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin
2013-02-07Fixes a minor CELT->SILK switching glitch in the decoderJean-Marc Valin