summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream6Jean-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
* Fixes overflow in CNGJean-Marc Valin2016-07-301-1/+1
* Don't do theta RDO on intensity-stereo-coded bandsJean-Marc Valin2016-07-281-1/+1
* Saving the state rather than re-compute the best optionJean-Marc Valin2016-07-281-13/+37
* Making stereo theta decision based on minimizing distortionJean-Marc Valin2016-07-284-10/+57
* controlling roundingJean-Marc Valin2016-07-281-2/+10
* Properly allocation scratch space for resynth encoderJean-Marc Valin2016-07-281-3/+15
* cleanup: putting resynth flag in the contextJean-Marc Valin2016-07-283-45/+17
* cleanup: line wrappingJean-Marc Valin2016-07-281-30/+17
* Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim2016-07-281-1/+1
* appveyor: Package includes and opus.lib as an artifact.Ricardo Constantino (:RiCON)2016-07-271-3/+11
* VS2015: Ignore warning 4146 in celt/kiss_fft.c.Ricardo Constantino (:RiCON)2016-07-271-1/+4
* win32/.gitignore: Add DebugDLL_fixed.Ricardo Constantino (:RiCON)2016-07-271-0/+1
* VS2015: Disable building DebugDLL opus_demo.Ricardo Constantino (:RiCON)2016-07-271-5/+1
* vs2015: Merge opus dependencies into its project.Ricardo Constantino (:RiCON)2016-07-2719-3428/+2365
* VS2015: Mirror changes in *.mk files from exp_lbr_tune merge.Ricardo Constantino (:RiCON)2016-07-266-24/+4
* Trim appveyor config.Ralph Giles2016-07-261-7/+1
* Add appveyor.yml to test VS2015 builds.Ricardo Constantino (:RiCON)2016-07-261-0/+29
* VS2015: Suppress a few warnings.Ricardo Constantino (:RiCON)2016-07-269-54/+8
* Create a simple project to create version.h.Ricardo Constantino (:RiCON)2016-07-268-67/+261
* Disabling the use of celt_fir() in silk_LPC_analysis_filter() by defaultJean-Marc Valin2016-07-251-2/+9
* Fixes an overflow in limit_warped_coefs()Jean-Marc Valin2016-07-251-4/+7
* Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()Jean-Marc Valin2016-07-251-17/+17
* Fixes commentJean-Marc Valin2016-07-241-1/+1