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
2016-08-10disable PVQ SSE code for fixed-pointexp_pvq_opt1Jean-Marc Valin
2016-08-10remove SSE header from generic codeJean-Marc Valin
2016-08-10oops, forgot to add filesJean-Marc Valin
2016-08-10Now even compilesJean-Marc Valin
2016-08-10wip autodetectionJean-Marc Valin
2016-08-09cleanupJean-Marc Valin
2016-08-09Most of the code now converted to SSEJean-Marc Valin
2016-08-09more sseJean-Marc Valin
2016-08-09more SSEJean-Marc Valin
2016-08-09Remove SSE1 alternativeJean-Marc Valin
2016-08-09sum in SSEJean-Marc Valin
2016-08-09Converting more code to SSEJean-Marc Valin
2016-08-09more cleaning upJean-Marc Valin
2016-08-09cleanupJean-Marc Valin
2016-08-09moving more code to the opt versionsJean-Marc Valin
2016-08-08extract C versionJean-Marc Valin
2016-08-08cleanupJean-Marc Valin
2016-08-08speed up float tooJean-Marc Valin
2016-08-08Using cheaper shuffle instructionsJean-Marc Valin
2016-08-08better int version, downgrade to SSE2Jean-Marc Valin
2016-08-08alternate int versionJean-Marc Valin
2016-08-08Extract the outer loopJean-Marc Valin
2016-08-08remove old codeJean-Marc Valin
2016-08-08do packed maxJean-Marc Valin
2016-08-07less badJean-Marc Valin
2016-08-07padding to multiple of 4Jean-Marc Valin
2016-08-07smarter counterJean-Marc Valin
2016-08-07remove loop, still sucksJean-Marc Valin
2016-08-07wipJean-Marc Valin
2016-08-07first SSE version (not cleaned up) -- big gainsJean-Marc Valin
2016-08-06Making signx[] an int in alg_quant() and removes unnecessary sign copyingJean-Marc Valin
2016-08-06Speeding up PVQ using unlikely() and moving first position out of the loopJean-Marc Valin
2016-08-06Getting gcc to use cmovs rather than branches in alg_quant()Jean-Marc Valin
2016-08-06biasing quantizationJean-Marc Valin
2016-08-06Fixes "mixed declarations and code"Jean-Marc Valin
2016-08-06Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_S...Jean-Marc Valin
2016-08-05Weighting theta rdo based on channel energyJean-Marc Valin
2016-07-30Fixes overflow in CNGJean-Marc Valin
2016-07-28Don't do theta RDO on intensity-stereo-coded bandsJean-Marc Valin
2016-07-28Saving the state rather than re-compute the best optionJean-Marc Valin
2016-07-28Making stereo theta decision based on minimizing distortionJean-Marc Valin
2016-07-28controlling roundingJean-Marc Valin
2016-07-28Properly allocation scratch space for resynth encoderJean-Marc Valin
2016-07-28cleanup: putting resynth flag in the contextJean-Marc Valin
2016-07-28cleanup: line wrappingJean-Marc Valin
2016-07-28Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
2016-07-27appveyor: Package includes and opus.lib as an artifact.Ricardo Constantino (:RiCON)
2016-07-27VS2015: Ignore warning 4146 in celt/kiss_fft.c.Ricardo Constantino (:RiCON)
2016-07-27win32/.gitignore: Add DebugDLL_fixed.Ricardo Constantino (:RiCON)
2016-07-27VS2015: Disable building DebugDLL opus_demo.Ricardo Constantino (:RiCON)