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
AgeCommit message (Expand)Author
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-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-27Makes 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-20Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-10Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles
2012-10-10Fixes comment-in-comment warningJean-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-12Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò
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-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-02Remove trailing whitespace.Ralph Giles
2012-03-06Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell
2012-01-31Fixes MSVC warningsKoen Vos
2012-01-31Tweaks the CELT fractional resampling delay to get perfect alignmentJean-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-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-11-29Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-11-01Fixes a minor issue on CELT->SILK switchingJean-Marc Valin
2011-10-29Removes unused order 14 in silk_LPC_analysis_filter_FLP()Jean-Marc Valin
2011-10-29commentKoen Vos
2011-10-29Reformatting changes with an update to the MSVC project filesKoen Vos
2011-10-26Fixes another minor bug introduced in 43a0de4af15Koen Vos
2011-10-25Fixes a minor bug introduced in 43a0de4af15Koen Vos
2011-10-24Optimization of the CBR loopKoen Vos
2011-10-21Fix stack corruption with high rate SILK encoding added by the recent CBR cha...Gregory Maxwell
2011-10-21Limits how fast the CBR gain multiplier can increaseJean-Marc Valin
2011-10-20Implements hard CBR for SILKJean-Marc Valin
2011-10-18Remove redundant mid-only flag when side VAD flag is set.Timothy B. Terriberry
2011-10-18Fix the side frame conditional coding rules.Timothy B. Terriberry
2011-10-12Fixes a numerical accuracy issue in the pitch searchJean-Marc Valin
2011-10-12Misc bug fixesJean-Marc Valin
2011-10-09Two minor SILK fixesKoen Vos