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
AgeCommit message (Expand)Author
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-17Remove trailing whitespace from the license headers.Ralph Giles
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-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-17Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin
2013-05-10Fixes an assertion failure in SILKJean-Marc Valin
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2013-05-08Remove trailing whitespace.Timothy B. Terriberry
2013-05-08Fix some warnings.Timothy B. Terriberry
2013-02-08Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin
2012-10-24Fix 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-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-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-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-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-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-30Removes "set but never used" variablesJean-Marc Valin
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-21Silences some warnings in fixed-pointJean-Marc Valin
2011-10-21Same as 44a030deedf11 but for fixed-pointJean-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 fixed-point build bustage from 53cc1a03.Timothy B. Terriberry