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-02-03Renormalize in anti-collapse only when neededJean-Marc Valin
2011-02-03Fix collapse mask tracking for recombine steps.Timothy B. Terriberry
2011-02-03Fix short length detection.Timothy B. Terriberry
2011-02-03More Opus build workJean-Marc Valin
2011-02-03Enabling the post-filter and exporting the ec functions for OpusJean-Marc Valin
2011-02-03Also fixing the DoFs for intensity stereoJean-Marc Valin
2011-02-03Getting the right DoFs for dual stereoJean-Marc Valin
2011-02-02Removing ancient allocation matrixJean-Marc Valin
2011-02-02Increase caps/allocation accuracy.Timothy B. Terriberry
2011-02-02Only checking for a mismatch when RESYNTH is definedJean-Marc Valin
2011-02-02Limit mode creation to supported modes.Timothy B. Terriberry
2011-02-02Fixing the global stack -- and an overflow in collapse_maskJean-Marc Valin
2011-02-02Add assertions for band size restrictions.Timothy B. Terriberry
2011-02-02Don't allow empty eBands.Timothy B. Terriberry
2011-02-02Adds a generic CELT_SET_BITRATE() ctl() API for CBR and VBRJean-Marc Valin
2011-02-01Tuning the split thresholdJean-Marc Valin
2011-02-01Add a seprate qtheta offset for two-phase stereo.Timothy B. Terriberry
2011-02-01Adjust the splitting threshold.Timothy B. Terriberry
2011-02-01Including static_mode* files in the distributionJean-Marc Valin
2011-02-01Stop collapsing the background noise channels when switching to monoJean-Marc Valin
2011-02-01Don't destroy stereo history when switching to mono.Timothy B. Terriberry
2011-01-31Propagate balance from compute_allocation() to quant_all_bands().Timothy B. Terriberry
2011-01-31Fix sample type conversion when resamplingJean-Marc Valin
2011-01-31No longer extracting the frame size from the mode to build the headerJean-Marc Valin
2011-01-31Making the stereo encoder capable of encoding in monoJean-Marc Valin
2011-01-31Making it possible for the stereo decoder to decode a mono streamJean-Marc Valin
2011-01-31Apply band caps to the band allocation table.Timothy B. Terriberry
2011-01-31More band caps updates.Timothy B. Terriberry
2011-01-31Add generic fine-energy rebalancing.Timothy B. Terriberry
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