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
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
2012-10-24Fix 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-21Reduces 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-17Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto
2012-07-17Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-13Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto
2012-07-13Make 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-25Fixes a (harmless) numerical overflow in noise_shape_analysis_FIX.cJean-Marc Valin
2012-04-25Uses 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-24Adds note on monic filterJean-Marc Valin
2012-04-21License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin
2012-04-13Makes silk_ADD_SAT32() conform to the C standardJean-Marc Valin
2012-04-02Remove trailing whitespace.Ralph Giles
2012-03-08Fixes a bunch of 16-bit issues that the C5X compiler warns aboutJean-Marc Valin
2012-03-08Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin
2012-03-06Restore the windows-side #ifdef check in silk/MacroDebug.h.Ralph Giles
2012-03-06Enable the silk debug macros with FIXED_DEBUG.Ralph Giles
2012-03-06Fix a signed-compare warning.Ralph Giles
2012-03-06Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2012-01-31Fixes MSVC warningsKoen Vos
2012-01-31Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin
2012-01-31Last part of the LPC work stabilization work discussed at the last meetingKoen Vos
2012-01-25Making the PLC robust to overflows caused by extreme bit-streamsJean-Marc Valin
2012-01-24Fixes a non-bitstream-related PLC integer overflow.Jean-Marc Valin