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-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream6Jean-Marc Valin
2016-09-01Bitstream change: prevent noise injection in hybrid modeJean-Marc Valin
2016-08-31Add configure option --enable-update-draftJean-Marc Valin
2016-08-27Correct multistream variable frame size strideMark Harris
2016-08-27Correct analysis downmix scaling factorMark Harris
2016-08-25Properly process both channels for DTXJean-Marc Valin
2016-08-21Make the DC rejection filter Q14 instead of Q15Jean-Marc Valin
2016-08-17Fixes an overflow in LPC_inverse_pred_gain_QA()Jean-Marc Valin
2016-08-16Removed a float operation that sneaked in in the fixed-point codeJean-Marc Valin
2016-08-16Oops, fixes the sign in dc_reject()Jean-Marc Valin
2016-08-16Implementing compute_frame_energy() from celt_inner_prod() for floatJean-Marc Valin
2016-08-16Speeding up PVQ search by allocating even more pulses in the projection.Jean-Marc Valin
2016-08-16Reducing the overhead due to dependency chains in dc_reject() for stereoJean-Marc Valin
2016-08-15Reducing the dependency chain in dc_reject()Jean-Marc Valin
2016-08-15Apply deemphasis to both channels in the same loop for the simple caseJean-Marc Valin
2016-08-13Making gcc use SSE directly for float->int conversion when availableJean-Marc Valin
2016-08-13Reducing dependencies in deemphasis()Jean-Marc Valin
2016-08-12Fixes problem with M_PIJean-Marc Valin
2016-08-11Making stereo_itheta() use the same atan2() approximation as tonality_analysis()Jean-Marc Valin
2016-08-10SSE2 implementation of the PVQ searchJean-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)
2016-07-27vs2015: Merge opus dependencies into its project.Ricardo Constantino (:RiCON)
2016-07-26VS2015: Mirror changes in *.mk files from exp_lbr_tune merge.Ricardo Constantino (:RiCON)
2016-07-26Trim appveyor config.Ralph Giles
2016-07-26Add appveyor.yml to test VS2015 builds.Ricardo Constantino (:RiCON)
2016-07-26VS2015: Suppress a few warnings.Ricardo Constantino (:RiCON)
2016-07-26Create a simple project to create version.h.Ricardo Constantino (:RiCON)
2016-07-25Disabling the use of celt_fir() in silk_LPC_analysis_filter() by defaultJean-Marc Valin
2016-07-25Fixes an overflow in limit_warped_coefs()Jean-Marc Valin
2016-07-25Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()Jean-Marc Valin
2016-07-25Fixes commentJean-Marc Valin