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-10-28Using more folding on transients and less on non-transientexp_transient_fold1Jean-Marc Valin
2016-10-27Fixes an unstable energy issue for low-bitrate hybridJean-Marc Valin
2016-10-27Make use of dot optional in generating documentation.Ralph Giles
2016-10-27Account for redundancy signalling when computing st->silk_mode.maxBitsJean-Marc Valin
2016-10-21updating update draftJean-Marc Valin
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-20Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytesJean-Marc Valin
2016-09-20Consider per-channel energy bits in surround_rate_allocation()Jean-Marc Valin
2016-09-17Fixes surround_analysis() for frame size > 20 msJean-Marc Valin
2016-09-16Remove float ops from encoder settings fuzzer testFelicia Lim
2016-09-15Fix mixed declarations and codeJean-Marc Valin
2016-09-15Fuzzer test for changing encoder settings onlineFelicia Lim
2016-09-14Prevents ridiculously large gains from causing inf/NaNs in float decoderJean-Marc Valin
2016-09-14Fixing failure due to CBR allocating zero byte to a streamJean-Marc Valin
2016-09-08Fix ambisonics bitrate when bitrate_bps is OPUS_AUTOMichael Graczyk
2016-09-08Fixes an internal error in the Opus encoderJean-Marc Valin
2016-09-07Prevent tonality estimator from running too often with 2.5 and 5 ms framesJean-Marc Valin
2016-09-07Prevents an overflow in multi-stream encoder rate computationJean-Marc Valin
2016-09-03Allow disabling phase inversion for multistreamMark Harris
2016-09-02misc fixes to update draftJean-Marc Valin
2016-09-01minor fix to update draftJean-Marc Valin
2016-09-01vs2015: include files added in 76674feaRicardo Constantino (:RiCON)
2016-09-01Adds two integer wrap-around issues to the update draftJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-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