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-12-21Bump bit-stream versionv0.10Jean-Marc Valin
2010-12-20Bump to 0.10Jean-Marc Valin
2010-12-20Being a bit more careful about enabling the post-filterJean-Marc Valin
2010-12-20Turning noise filling back on for cases where we have no data to fold withJean-Marc Valin
2010-12-19Eliminate some divisions from rate.c.Gregory Maxwell
2010-12-19Fix for the allocation going negative. (bits[j] >= 0 assert)Gregory Maxwell
2010-12-18More simplifications to the decoder renormalization loop.Timothy B. Terriberry
2010-12-18Replace ec_{enc|dec}_bit_prob() with ec_{enc|dec}_bit_logp().Timothy B. Terriberry
2010-12-18Subtract one from dif in the range decoder.Timothy B. Terriberry
2010-12-17Add a generic CDF decoding routine.Timothy B. Terriberry
2010-12-17Giving less bits to single-bin bands.Jean-Marc Valin
2010-12-17Fixed the spreading probabilities (1-x)Jean-Marc Valin
2010-12-17Re-organize spreading/folding constants.Timothy B. Terriberry
2010-12-17Re-enabling post-filter on 2.5 ms framesJean-Marc Valin
2010-12-17More cleanups to compute_allocation().Timothy B. Terriberry
2010-12-17Give the bit we reserved to end skipping back when we don't use it.Timothy B. Terriberry
2010-12-17Making lower sampling rates use the same allocation tableJean-Marc Valin
2010-12-16Terminate the coding of skip bits at the last dynalloc boosted band. Otherwis...Gregory Maxwell
2010-12-16Making the encoder fail less often at stupidly low bit-ratesJean-Marc Valin
2010-12-16Comments, low bit-rate busting avoidanceJean-Marc Valin
2010-12-16Setting fine_priority for skipped bandsJean-Marc Valin
2010-12-16Rebalance N=1 allocations during interp_bits2pulses().Timothy B. Terriberry
2010-12-16Change strategies for allocation hole prevention.Timothy B. Terriberry
2010-12-15More compute_allocation() fixes.Timothy B. Terriberry
2010-12-15Store the total budget of compute_allocation in BITRES units.Timothy B. Terriberry
2010-12-15Don't stop force-skipping on the first manually skipped band.Timothy B. Terriberry
2010-12-15Move skip coding into interp_bits2pulses().Timothy B. Terriberry
2010-12-15More allocation function updates.Timothy B. Terriberry
2010-12-15Tim just rewrote half of the bit allocator -- hope it works nowJean-Marc Valin
2010-12-15This fixes a bunch of bit allocation bugsJean-Marc Valin
2010-12-14More negative bits preventionJean-Marc Valin
2010-12-14Preventing negative bit allocationJean-Marc Valin
2010-12-14Tuning for 2.5 ms framesJean-Marc Valin
2010-12-14Fix 2-phase stereo in the encoderJean-Marc Valin
2010-12-13Using overlap=shortMdctSize even for 2.5 ms frames.Jean-Marc Valin
2010-12-11Adapting the allocation trim based on the spectral tiltJean-Marc Valin
2010-12-10Adding some hysteresis on the folding threshold frequencyJean-Marc Valin
2010-12-09Fixes a fixed-point overflow in stereo angle calculationJean-Marc Valin
2010-12-09Completely new transient analysis algorithmJean-Marc Valin
2010-12-08Simplifying the allocation code and making sure both channels get a bitJean-Marc Valin
2010-12-07Take into accound the 32-bit limit in the VQJean-Marc Valin
2010-12-06Add API support for unconstrained VBRJean-Marc Valin
2010-12-04Keeping the allocation of the intensity-codec bandsJean-Marc Valin
2010-12-03Making VBR slightly exceed the budget rather than failJean-Marc Valin
2010-12-03Fixing the most obvious problems with the VBR codeJean-Marc Valin
2010-12-03Fixes some side-information rate control issues in VBR modeJean-Marc Valin
2010-12-02Adding a dual stereo option.Jean-Marc Valin
2010-12-02nothing to see hereJean-Marc Valin
2010-12-02Fix totally broken bit allocation for non-mainstream modes (e.g. powers of two).Jean-Marc Valin
2010-12-01Better tuning for 5 ms framesJean-Marc Valin