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
2010-01-17Getting "make dist" to work again with the files that got removedJean-Marc Valin
2009-11-26Reorganised the pitch code to simplify the PLC case and fixed a buffer overflowJean-Marc Valin
2009-11-08Temporal pitch searchJean-Marc Valin
2009-10-18Removed the _t from all the celt*_t types to avoid clashing with POSIXJean-Marc Valin
2009-10-18Updated copyright noticesJean-Marc Valin
2009-10-15first step for removing the number of channels from the modeJean-Marc Valin
2008-10-15Tonality estimation codeJean-Marc Valin
2008-05-02Fixed a bug in the PLC and added code to estimate the pitch from the synthesisJean-Marc Valin
2008-04-18optimisation: giving more hints to the compiler about the sizes inJean-Marc Valin
2008-03-10Moved the psycoacoustics data to the mode structJean-Marc Valin
2008-03-05fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT.Jean-Marc Valin
2008-03-03A bunch of const qualifyers and a few commentsJean-Marc Valin
2008-03-03applying the pitch windowing directly in find_spectral_pitch()Jean-Marc Valin
2008-02-22Adding celt_sig_t where neededJean-Marc Valin
2008-02-20Some sampling rate cleanup (now in the mode)Jean-Marc Valin
2008-02-20Updated Doxygen comments, removed an incorrectly placed LGPL header (we ownJean-Marc Valin
2008-02-11Decays corresponding to the psychoacoustic spreading function are nowJean-Marc Valin
2008-02-08Everything converted to use kiss-fft. Got rid of smallft and fftwrap.Jean-Marc Valin
2007-12-10Fixed stereo version of the pitch estimatorJean-Marc Valin
2007-11-30Some improvements to the pitch period estimationJean-Marc Valin
2007-11-30Pitch cleanup/bugfixJean-Marc Valin
2007-11-30Added pitch analysis. Doesn't crash, but otherwise untested.Jean-Marc Valin