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-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-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-14Allocating 100k for the pseudo stack so we're sure to be (more than) safeJean-Marc Valin
2009-07-13Using normalised M/S stereo data for folding and use separate folding gainsJean-Marc Valin
2009-07-12This patch makes it safe to call the encode / decode functions with a NULL po...Gregory Maxwell
2009-07-12Using MS stereo for all bands, fixing a few bugs in the stereo foldingJean-Marc Valin
2009-07-09Allowing frame sizes up to 1024, with pitch enabled only up to 512Jean-Marc Valin
2009-07-05removed useless commentsJean-Marc Valin
2009-07-05Making real sure not to bust the pseudo-stack even for weird configurationsJean-Marc Valin
2009-07-03Tuning the folding gain to be higher when there's only one pulse and lowerJean-Marc Valin
2009-07-03ietf doc: fixing up references, removed misleading comments in rangedec.cJean-Marc Valin
2009-07-03Increasing allocation to the low-mid frequenciesChristopher Montgomery
2009-07-02ietf doc: more source code formatting changes, got rid of float_cast.hJean-Marc Valin
2009-07-02Some unusual frame sizes could run the pseudo-stack out of memory in fixed po...Gregory Maxwell
2009-07-01fixed-point: fixing two overflows that didn't really affect qualityJean-Marc Valin
2009-07-01fixing a floating point bug for very small signalsJean-Marc Valin
2009-07-01Update valgrind support to match the latest valgrind API.Gregory Maxwell
2009-06-30For some frame sizes there can be 5 shorts in a frame.Gregory Maxwell
2009-06-30This fixes a potential assertion failure with some very weak signalsJean-Marc Valin
2009-06-29Fixes for celt_header_to_packet / celtdec for bigendian systems.Gregory Maxwell
2009-06-29Note some more platforms where float-approx is tested, fix a bug in the predi...Gregory Maxwell
2009-06-29Additional mathops.h tests.Gregory Maxwell
2009-06-24Bump version to 0.6.0 and increase bitstream version.Jean-Marc Valin
2009-06-21Gives an error when trying to create a stereo mode with DISABLE_STEREO defined.Jean-Marc Valin
2009-06-19Minor simplification to the transient codeJean-Marc Valin
2009-06-19Simplifies the stereo mixing code, throwing away some old code.Jean-Marc Valin
2009-06-18Fixing a few bugs introduced in the energy interleaving changes and due toJean-Marc Valin
2009-06-18Interleaving the left and right final fine energy bitsJean-Marc Valin
2009-06-18Interleaving the left and right fine energyJean-Marc Valin
2009-06-17intealeaving the left and right coarse energyJean-Marc Valin
2009-06-17Forced intra now overrides intra avoidance at low rate. Also, using the numberJean-Marc Valin
2009-06-16Minor stuff: preventing float underflow in celt_exp2(), preventing the use ofJean-Marc Valin
2009-06-15This fixes a folding issue with stereoJean-Marc Valin
2009-06-14More de-interleaving: denormalised MDCT no longer stored with interleavedJean-Marc Valin