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
2010-11-080.9.1 releasev0.9.1Jean-Marc Valin
2010-11-07Fixes several fixed-point overflows in the PLC codeJean-Marc Valin
2010-11-07Fixes a silly fixed-point scaling PLC bugJean-Marc Valin
2010-11-07Giving up on reusing the saved overlap in the PLCJean-Marc Valin
2010-11-07PLC fixesJean-Marc Valin
2010-11-06Adding float|fixed suffixes to static mode filesJean-Marc Valin
2010-11-05Increases the probability of alloc_trim==2 to reflect the latest changesv0.9.0Jean-Marc Valin
2010-11-05Minor tuningJean-Marc Valin
2010-11-05Switch iteration over channels to the do{}while(); construct in order to info...Gregory Maxwell
2010-11-05Eliminate some promotions to double. A fair number of implicit promotions rem...Gregory Maxwell
2010-11-04Make sure that we always code the sign of N=1 bandsJean-Marc Valin
2010-11-04Fixes some stereo issues where the right channel wasn't taken into accountJean-Marc Valin
2010-11-04Squashed commit of the following:Jean-Marc Valin
2010-10-29Fixed the PLC, which had been broken for a whileJean-Marc Valin
2010-10-28Fix crashes with VBR for short duration frames and very low bitrates. This ma...Gregory Maxwell
2010-10-28Switch example tools to use VBR and 960 sample frames by default on the basis...Gregory Maxwell
2010-10-24Further simplications to compute_mdcts()Jean-Marc Valin
2010-10-24De-interleaves the MDCT input and overlap memory.Jean-Marc Valin
2010-10-22Tuning the allocation trimJean-Marc Valin
2010-10-22Reworked the allocation trim to be absolute (in bits/sample) rather relativeJean-Marc Valin
2010-10-22Prevents a folding artefact due to "folding the folding"Jean-Marc Valin
2010-10-22Alternate tuning found using exp_tuning_knobs (disabled by default)Jean-Marc Valin
2010-10-21Tuning the folding bands.Jean-Marc Valin
2010-10-20allocation trim doesn't make sense for stereo after allJean-Marc Valin
2010-10-19First shot at automatically adjusting the "allocation trim" for stereo.Jean-Marc Valin
2010-10-19Simplifying transient_analysis() now that we don't care about the time windowJean-Marc Valin
2010-10-19Making sure we can use up to 128 pulses.Jean-Marc Valin
2010-10-18Removing renormalise_bands()Jean-Marc Valin
2010-10-18s/const/static const/Jean-Marc Valin
2010-10-18Removing both the transient window and the mdct_weight_shift.Jean-Marc Valin
2010-10-18Turning off time-domain window pending decision on what to do with it.Jean-Marc Valin
2010-10-18Removing dead code found by LLVM's static analysisJean-Marc Valin
2010-10-17Optimised float->int cast for Win64John Ridges
2010-10-16Fixed fixed-point overflow for 2.5 ms frames.Jean-Marc Valin
2010-10-16Folding code moved to quant_band() to prevent duplication.Jean-Marc Valin
2010-10-16More VQ search simplificationsJean-Marc Valin
2010-10-16Removing yshift from the fixed-point VQ searchJean-Marc Valin
2010-10-16More simplifications to the VQ searchJean-Marc Valin
2010-10-16VQ search no longer needs to put more than one pulse at a timeJean-Marc Valin
2010-10-16tweaks to the split delta for transientsJean-Marc Valin
2010-10-15Transient detection fix for the case where a transient occurs during the overlapJean-Marc Valin
2010-10-15Tuning the bias for the L1 tf metricJean-Marc Valin
2010-10-15Unb0rked the VBR code: several units issues that made VBR completely uselessJean-Marc Valin
2010-10-15Modifying the L1 metric for tf analysis by merging together all frequencies.Jean-Marc Valin
2010-10-14Making it possible to have two transients in a row for longer framesJean-Marc Valin
2010-10-14Adding a high-pass filter in front of the transient analysis codeJean-Marc Valin
2010-10-13No longer filling the stereo side with noise.Jean-Marc Valin
2010-10-13Taking into account TF decisions for VBRJean-Marc Valin
2010-10-13New TF decision code based on L1-norm. Needs more work.Jean-Marc Valin
2010-10-13Don't take into account silence for the coarse energy meansJean-Marc Valin