aboutsummaryrefslogtreecommitdiff
path: root/silk/fixed
AgeCommit message (Expand)Author
2016-03-22fix for divide by zeroFelicia Lim
2015-11-02Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-08-10Fix for flutter with FECKoen Vos
2014-10-03There are no tabs in source code.Timothy B. Terriberry
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2014-07-01Using 64-bit acculumation for C0 in silk_burg_modified()Marcello Caramma (mcaramma)
2014-06-19Whitespace fixesJean-Marc Valin
2014-06-19MIPS optimizationsRhishikesh Agashe
2013-12-09Makes silk_inner_prod_aligned() use celt_inner_prod() in fixed-point.Jean-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-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-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-09-16Remove trailing whitespace from the license headers.Ralph Giles
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-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-05-19Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-16Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin
2013-05-09Fixes an assertion failure in SILKJean-Marc Valin
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2013-05-07Remove trailing whitespace.Timothy B. Terriberry
2013-05-07Fix some warnings.Timothy B. Terriberry
2013-02-07Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin
2012-10-23Fix MSVC linker warningsJoshua Bowman
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-08-29Makes two static tables constJean-Marc Valin
2012-07-16Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto
2012-07-16Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-12Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto
2012-07-12Make compiler settings consistent. Actually produce the libary, remove the op...Gian-Carlo Pascutto
2012-06-01modified the Visual Studio 2010 projects and solution file to include a x64 c...root
2012-05-10Fixes two fixed-point overflow issuesJean-Marc Valin
2012-04-24Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.cJean-Marc Valin
2012-04-24Minor comment formatting changeGregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-23Adds note on monic filterJean-Marc Valin
2012-04-20License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin
2012-03-08Fixes a bunch of 16-bit issues that the C5X compiler warns aboutJean-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-11-28Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-10-31Fixes a minor issue on CELT->SILK switchingJean-Marc Valin