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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
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
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