summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Using more folding on transients and less on non-transientexp_transient_fold1Jean-Marc Valin2016-10-274-7/+16
* Fixes an unstable energy issue for low-bitrate hybridJean-Marc Valin2016-10-271-4/+23
* Make use of dot optional in generating documentation.Ralph Giles2016-10-272-0/+16
* Account for redundancy signalling when computing st->silk_mode.maxBitsJean-Marc Valin2016-10-271-4/+11
* updating update draftJean-Marc Valin2016-10-211-2/+22
* Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin2016-10-057-12/+15
* Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytesJean-Marc Valin2016-09-201-1/+1
* Consider per-channel energy bits in surround_rate_allocation()Jean-Marc Valin2016-09-191-31/+40
* Fixes surround_analysis() for frame size > 20 msJean-Marc Valin2016-09-161-11/+24
* Remove float ops from encoder settings fuzzer testFelicia Lim2016-09-161-5/+5
* Fix mixed declarations and codeJean-Marc Valin2016-09-151-1/+1
* Fuzzer test for changing encoder settings onlineFelicia Lim2016-09-151-10/+190
* Prevents ridiculously large gains from causing inf/NaNs in float decoderJean-Marc Valin2016-09-141-1/+1
* Fixing failure due to CBR allocating zero byte to a streamJean-Marc Valin2016-09-141-1/+4
* Fix ambisonics bitrate when bitrate_bps is OPUS_AUTOMichael Graczyk2016-09-081-1/+2
* Fixes an internal error in the Opus encoderJean-Marc Valin2016-09-071-0/+7
* Prevent tonality estimator from running too often with 2.5 and 5 ms framesJean-Marc Valin2016-09-071-2/+2
* Prevents an overflow in multi-stream encoder rate computationJean-Marc Valin2016-09-061-3/+5
* Allow disabling phase inversion for multistreamMark Harris2016-09-033-5/+10
* misc fixes to update draftJean-Marc Valin2016-09-021-6/+6
* minor fix to update draftJean-Marc Valin2016-09-011-3/+2
* vs2015: include files added in 76674feaRicardo Constantino (:RiCON)2016-09-012-0/+8
* Adds two integer wrap-around issues to the update draftJean-Marc Valin2016-09-011-16/+68
* Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin2016-09-018-15/+140
* Bitstream change: prevent noise injection in hybrid modeJean-Marc Valin2016-09-011-0/+25
* Add configure option --enable-update-draftJean-Marc Valin2016-08-311-0/+9
* Correct multistream variable frame size strideMark Harris2016-08-271-3/+1
* Correct analysis downmix scaling factorMark Harris2016-08-271-4/+4
* Properly process both channels for DTXJean-Marc Valin2016-08-251-13/+17
* Make the DC rejection filter Q14 instead of Q15Jean-Marc Valin2016-08-211-2/+2
* Fixes an overflow in LPC_inverse_pred_gain_QA()Jean-Marc Valin2016-08-171-2/+13
* Removed a float operation that sneaked in in the fixed-point codeJean-Marc Valin2016-08-151-0/+4
* Oops, fixes the sign in dc_reject()Jean-Marc Valin2016-08-151-3/+3
* Implementing compute_frame_energy() from celt_inner_prod() for floatJean-Marc Valin2016-08-151-10/+15
* Speeding up PVQ search by allocating even more pulses in the projection.Jean-Marc Valin2016-08-152-4/+6
* Reducing the overhead due to dependency chains in dc_reject() for stereoJean-Marc Valin2016-08-151-10/+43
* Reducing the dependency chain in dc_reject()Jean-Marc Valin2016-08-151-2/+2
* Apply deemphasis to both channels in the same loop for the simple caseJean-Marc Valin2016-08-141-0/+38
* Making gcc use SSE directly for float->int conversion when availableJean-Marc Valin2016-08-131-1/+7
* Reducing dependencies in deemphasis()Jean-Marc Valin2016-08-121-2/+2
* Fixes problem with M_PIJean-Marc Valin2016-08-111-2/+3
* Making stereo_itheta() use the same atan2() approximation as tonality_analysis()Jean-Marc Valin2016-08-113-24/+37
* SSE2 implementation of the PVQ searchJean-Marc Valin2016-08-0910-13/+320
* Making signx[] an int in alg_quant() and removes unnecessary sign copyingJean-Marc Valin2016-08-061-9/+8
* Speeding up PVQ using unlikely() and moving first position out of the loopJean-Marc Valin2016-08-063-17/+32
* Getting gcc to use cmovs rather than branches in alg_quant()Jean-Marc Valin2016-08-061-8/+7
* biasing quantizationJean-Marc Valin2016-08-051-4/+11
* Fixes "mixed declarations and code"Jean-Marc Valin2016-08-051-1/+1
* Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_S...Jean-Marc Valin2016-08-051-1/+1
* Weighting theta rdo based on channel energyJean-Marc Valin2016-08-051-2/+28