Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-31Custom and non-custom versions of the get_size() functionsJean-Marc Valin
2011-01-31Making sure that itheta=0 or 16384 really cuts allocation to one bandJean-Marc Valin
2011-01-30Merge branch 'exp_api_change'Jean-Marc Valin
2011-01-30Use a smarter per-band bitrate cap.Timothy B. Terriberry
2011-01-30Error handling in _create() functionsJean-Marc Valin
2011-01-29Adding resampling supportJean-Marc Valin
2011-01-29Change qb cap to prevent side-fold collapses.Timothy B. Terriberry
2011-01-29celt_encoder_create() now defaults to Opus standard modeJean-Marc Valin
2011-01-29Enabling the standard static mode by defaultJean-Marc Valin
2011-01-29Adding the auto-generated static modes for float and fixedJean-Marc Valin
2011-01-29Using the actual degrees of freedom rather than N*C for fine offsetJean-Marc Valin
2011-01-28Prevent VBR from shooting up to the maximum rate if set to very low target ra...Gregory Maxwell
2011-01-28Don't rebalance bits for itheta=0 or 16384Jean-Marc Valin
2011-01-28Making rebalance a celt_int32Jean-Marc Valin
2011-01-28Making anti-collapse a bit more conservative againJean-Marc Valin
2011-01-28Changing some double constants to floatJean-Marc Valin
2011-01-28Adjusting post-filter coefficients to be exact in 13 bit precision.Jean-Marc Valin
2011-01-28Adjusting pre-emphasis coefs to be exact in 16-bit precisionJean-Marc Valin
2011-01-28Using a real 16-bit value for the coarse beta on intra framesJean-Marc Valin
2011-01-28Reducing waste at high bit-rateJean-Marc Valin
2011-01-27Minor opus_compare fixJean-Marc Valin
2011-01-27Comparison tool for decoder complianceJean-Marc Valin
2011-01-27Fixes fixed-point overflow on really low energyJean-Marc Valin
2011-01-27Fixes a fixed-point overflow in anti-collapseJean-Marc Valin
2011-01-27Improve accuracy of update_lowband test.Timothy B. Terriberry
2011-01-27Only allowing silence in non-hybrid mode.Jean-Marc Valin
2011-01-27More anti-collapse fixes, as well as a fold fix.Timothy B. Terriberry
2011-01-27Setting bandE[] to zero after log2Amp when silence=1Jean-Marc Valin
2011-01-27Fixes for silence handling in VBR mode, plus an encoder/decoder desync trigge...Gregory Maxwell
2011-01-26Removing more unused function paramsJean-Marc Valin
2011-01-26Removes explicit filling of remaining bits with zerosJean-Marc Valin
2011-01-26Removes unused function parametersJean-Marc Valin
2011-01-26Should avoid running log2Amp on uninitialized dataJean-Marc Valin
2011-01-26Adding a special way to code digital silence in two or more bytesJean-Marc Valin
2011-01-26Remove // commentJean-Marc Valin
2011-01-26anti-collapse tuningJean-Marc Valin
2011-01-26Oops, fixed the sqrt(2) constant for anti_collapse()Jean-Marc Valin
2011-01-25Minimum period is now 15Jean-Marc Valin
2011-01-25Taking LM into account for anti-collapseJean-Marc Valin
2011-01-24Fix off-by-one error in ec_laplace_encode.Timothy B. Terriberry
2011-01-24Moving energy floor to coarse quantizationJean-Marc Valin
2011-01-24Clipping the encoder input to +/-2 to prevent scaling errorsJean-Marc Valin
2011-01-23prefilter/postfilter now forced off in Opus hybrid modeJean-Marc Valin
2011-01-23Simple DTX/CNG implementationJean-Marc Valin
2011-01-23Considering "badness" in two-pass quant_coarse_energy().Jean-Marc Valin
2011-01-23Stop uselessly calling haar1() when resynth=0Jean-Marc Valin
2011-01-23Prevent out of bounds access to collapse_masks.Gregory Maxwell
2011-01-23Correct an encoder/decoder mismatch at low volume levels. Relax some low leve...Gregory Maxwell
2011-01-22Tracking the background noise levelJean-Marc Valin
2011-01-22Defining merge_stereo() when S==-M or S==MJean-Marc Valin