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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-16The number of channels is now set when creating the states rather than whenJean-Marc Valin
2009-10-15first step for removing the number of channels from the modeJean-Marc Valin
2009-10-14Adjusting the allocation for stereo directly in the alloc function rather thanJean-Marc Valin
2009-10-09merged the code for quant_bands() and unquant_bands()Jean-Marc Valin
2009-10-07Renamed mix_pitch_and_residual() to normalise_residual(), after minorJean-Marc Valin
2009-10-07Further simplifications to mix_pitch_and_residual() (which no longer doesJean-Marc Valin
2009-10-05Doing the mdct shaping in the normalised domain, so that energy is preservedJean-Marc Valin
2009-10-04stereo allocator tuningJean-Marc Valin
2009-10-04making compute_ebands() a tiny bit less stupid.Jean-Marc Valin
2009-10-03moved the de-emphasis code to a separate function (shared between encoder andJean-Marc Valin
2009-10-03Simplifying the IMDCTJean-Marc Valin
2009-10-03Simplifications to the codeJean-Marc Valin
2009-10-03more stereo simplificationsJean-Marc Valin
2009-10-03No longer interleaving channels of the normalised spectrum. Also fixed theJean-Marc Valin
2009-10-03simplifications to the stereo codeJean-Marc Valin
2009-10-03Fix for some test program compat and an assertion that didn't make sense anymoreJean-Marc Valin
2009-10-02Demoved the divisions from the inner pitch prediction loops, bumped the versionJean-Marc Valin
2009-10-01Fix for folding_decision() in stereo mode and more cleaning up of the codeJean-Marc Valin
2009-09-30Fix stereo mismatch problemJean-Marc Valin
2009-09-30Bringing back min_bins=3 for nowJean-Marc Valin
2009-09-30Tuning the spreading rotationsJean-Marc Valin
2009-09-29More simplifications from denorm pitchJean-Marc Valin
2009-09-18Removed code that is no longer necessary with denorm pitch and spreadingJean-Marc Valin
2009-09-16enabling denorm pitch only at low bit-rateJean-Marc Valin
2009-09-16fixed-point: denorm pitch convertedJean-Marc Valin
2009-09-16denorm pitch works in fixed-point (though there's still some floats left)Jean-Marc Valin
2009-09-15doing pitch in denormalized domainJean-Marc Valin
2009-09-14removed unused #ifdefsJean-Marc Valin
2009-09-12Only calling intra_fold() when there's no pulse allocatedJean-Marc Valin
2009-08-30Re-introducing the successive rotations as a way to control low-bitrateJean-Marc Valin
2009-08-13Better fading for PLC: no fading for the first loss, muting after 6Jean-Marc Valin
2009-08-13Disabling some checks for the C55Jean-Marc Valin
2009-08-12Making it possible to use the C64x FFTJean-Marc Valin
2009-08-10Forcing side to be orthogonal to mid for N=2. This saves one degree of freedom.Jean-Marc Valin
2009-08-10Making sure each band has a width that's a multiple of the number of MDCTsJean-Marc Valin
2009-08-09Fixes typo in C6x macro.Jean-Marc Valin
2009-08-08C89 and 16-bit fixesJean-Marc Valin
2009-08-02Allocating enough mem in celtenc/celtdec to handle 1024-sample framesJean-Marc Valin
2009-08-02This fixes a VBR bug introduced by raw bits. We should not write any rawJean-Marc Valin
2009-07-26Changing some code to use BITRES directly instead of its value.Jean-Marc Valin
2009-07-26Raw bits encoding/decoding functions renamed to *_raw() and re-introducingJean-Marc Valin
2009-07-23Raw bits enabled for the multiply-free range coder too.Jean-Marc Valin
2009-07-23Implemented "raw bits"Jean-Marc Valin
2009-07-23Change end-of-stream handling in the range coder.Timothy B. Terriberry
2009-07-23Reducing the size of the pulses->bits cache by restricting the number of pulsesJean-Marc Valin
2009-07-21C89 compatibility fixes for pseudo-stack mode.Jean-Marc Valin
2009-07-14Bump version number to 0.6.1Jean-Marc Valin
2009-07-14Allocating 100k for the pseudo stack so we're sure to be (more than) safeJean-Marc Valin
2009-07-13ietf doc: Last minute changes to the draftsJean-Marc Valin
2009-07-13Clarifying the transient time-domain pre-emphasis and energy prediction toJean-Marc Valin