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-06-09Folding, coarse energy, source cleanupJean-Marc Valin
2009-06-09The 010101 end of stream pattern is no longer needed now that we use theJean-Marc Valin
2009-06-09This makes it possible to use the bits left after PVQ for fine energy.Jean-Marc Valin
2009-06-09Illustrating the bit-streamJean-Marc Valin
2009-06-09Describing pitch and short blocksJean-Marc Valin
2009-06-08Defining mode flagsJean-Marc Valin
2009-06-08Add support for interframe prediction control in celtenc.Gregory Maxwell
2009-06-08Merge commit 'origin/master'Jean-Marc Valin
2009-06-08Minor simplification to the fine energy codeJean-Marc Valin
2009-06-07This simplifies the energy quantisation by converting to the log2() scaleJean-Marc Valin
2009-06-06Indent optionsJean-Marc Valin
2009-06-06Merge commit 'greg/master'Jean-Marc Valin
2009-06-06IETF doc update, including better source code formattingJean-Marc Valin
2009-06-05For celt_encoder_ctl CELT_SET_LTP is replaced with CELT_SET_PREDICTIONGregory Maxwell
2009-06-05Fix non-C90 declaration after statementJean-Marc Valin
2009-06-05Improving code conversion to publishable form.Jean-Marc Valin
2009-06-05Handle malloc failure in mode_create gracefully without leaking memory.Gregory Maxwell
2009-06-05Add paranoid checking for the validity of the encoder and the decoderGregory Maxwell
2009-06-05Fixes for the tests in pseudo-stack mode.Gregory Maxwell
2009-06-05Updated scripts for converting the source code to something more publishableJean-Marc Valin
2009-06-03Add get_mode CTL for the encoder and decoder.Gregory Maxwell
2009-06-03Removed support for band-per-band stereo_mode that was never really usedJean-Marc Valin
2009-06-03Updating DISABLE_STEREO to the new stereo code (i.e. disabling more stuff)Jean-Marc Valin
2009-06-02Disabling K>128 until it can be shown to be useful.Jean-Marc Valin
2009-06-02It is no longer necessary to have a minimum of one bit for fine energyJean-Marc Valin
2009-06-02Adding a decision mechanism for turning folding on or off depending on theJean-Marc Valin
2009-05-31Add a mode_info call to obtain the sampling rate of the current mode.Gregory Maxwell
2009-05-30Making the modified transient code work with stereo as wellJean-Marc Valin
2009-05-30Fix for a mode memory leak -- was still allocating memory for the energyJean-Marc Valin
2009-05-30New transient handling code that weights the MDCTs directly unless there'sJean-Marc Valin
2009-05-271024 pulses ought to be enough for everybodyJean-Marc Valin
2009-05-27Minor optimisation -- using do-while() instead of for() in isqrt32()Timothy B. Terriberry
2009-05-27Make ectest use random random numbers. Add a new testGregory Maxwell
2009-05-27Fixing the encoder's handling of no-folding; with folding enabledGregory Maxwell
2009-05-27Enabling more than 128 pulses for N=3 and N=4.Jean-Marc Valin
2009-05-27Switch the N=5 case of CWRS to also use a binary search.Gregory Maxwell
2009-05-27CWRS clean-ups and optimizations.Timothy B. Terriberry
2009-05-24This fixes a bug in the new stereo code triggered only at ridiculously highJean-Marc Valin
2009-05-24Slightly increasing the range of value by making sure the "start fs" is evenJean-Marc Valin
2009-05-23Documentation update: removed lookahead from the doxygen comment long after itJean-Marc Valin
2009-05-23Making use of previously unused range of the laplace encoder to have a slightlyJean-Marc Valin
2009-05-23Setting ft=32768 instead of 32767 so that implementations can use shifts andJean-Marc Valin
2009-05-23Should be enough to handle signals with a 144 dB (24-bit) dynamic rangeJean-Marc Valin
2009-05-22Adds support for up to 32767 pulses for the N=3 case (disabled for now)Jean-Marc Valin
2009-05-22The change to FLOAT2INT16 in a8734e0f would break float input forGregory Maxwell
2009-05-22This code does a very naive reset of the state. It is possible (even likely)John Ridges
2009-05-22Proper use of SCALEIN() as suggested by John RidgesJean-Marc Valin
2009-05-22VBR support. VBR API and VBR support in celtenc.Gregory Maxwell
2009-05-19Make it possible to use more than 255 pulses (not used yet).Jean-Marc Valin
2009-05-12making codec draft more compliant with IETF submission rulesJean-Marc Valin