aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
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-09Fixes some minor issues found by scan buildJean-Marc Valin
2013-11-04This should be less confusing for static analyzersJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-23Remove dead codeStefan Beller
2013-09-16Remove 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-28Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()Jean-Marc Valin
2013-08-28Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-08-26Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-07-15Disable MSVC posix security warnings in the project file.Ralph Giles
2013-07-15Conditionalize #pragma warn for MSVC.Ralph Giles
2013-07-15Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-15Fixes 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-23Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-23Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2013-05-20Clean up register constraints.Timothy B. Terriberry
2013-05-19Fix bustage in a16cef62.Timothy B. Terriberry
2013-05-19Replace silk_CLZ functions with EC_ILOG().Timothy B. Terriberry
2013-05-19Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-19Add ARMv4/ARMv5E macros.Timothy B. Terriberry
2013-05-16Saturates 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-09Fixes an assertion failure in SILKJean-Marc Valin
2013-05-08Fix 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-07Remove trailing whitespace.Timothy B. Terriberry
2013-05-07Fix some warnings.Timothy B. Terriberry
2013-02-19Fixes two bandwidth decision issuesJean-Marc Valin
2013-02-07Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin
2013-02-06Fixes a minor CELT->SILK switching glitch in the decoderJean-Marc Valin
2012-10-23Fix MSVC linker warningsJoshua Bowman
2012-10-11Fix minor issues reported by scan-buildPhilip Jägenstedt
2012-10-10Fixes comment-in-comment warningJean-Marc Valin
2012-10-10Fixes a fixed-point overflow in the new pitch codeJean-Marc Valin
2012-10-10Improvements to the pitch searchKoen Vos
2012-09-27Typo: FIND_PITCH_BANDWI(D)TH_EXPANSIONPhilip Jägenstedt
2012-09-27Fix common misspellingsPhilip Jägenstedt
2012-09-20Reduces rate/max rate to make room for redundancyJean-Marc Valin
2012-09-12silk: move down- and upsamplers constants to the header file.Diego Elio Pettenò
2012-09-12Move to comment a table that is never used in the code.Diego Elio Pettenò
2012-09-12Mark tables static when not used outside of their translation unit.Diego Elio Pettenò
2012-09-12Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò
2012-09-08Use dynamic stack allocations in SILK decoder.Timothy B. Terriberry
2012-08-29Makes two static tables constJean-Marc Valin