aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
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
2012-08-27Fixes an overflow in silk_log2lin() that was triggered only in debug modeJean-Marc Valin
2012-08-06Disable silk_get_TOC in the code, as it's not used or exposed.Gregory Maxwell
2012-08-06Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong.Cyril Lashkevich
2012-07-20Small cleanups to MSVC build setup.Gian-Carlo Pascutto
2012-07-20Fixes MSVC projects and adds git version generator toolChris Moeller
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-23Use 'frame' instead of 'signal', take out stdlib.h in silk/.Gregory Maxwell
2012-05-15Remove unused headers/defines in silk/typedef.h, improving portability to AMI...Gregory Maxwell
2012-05-15SILK to print error line with FIXED_DEBUG, assert with FIXED_DEBUG_ASSERT.Gregory Maxwell
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-24Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fsJean-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-04-12Makes silk_ADD_SAT32() conform to the C standardJean-Marc Valin