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-08-03Removing files that are no longer neededJean-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-17Changed all the celt*int*_t types to remove the _t suffix, which is reservedJean-Marc Valin
2009-07-05removed useless commentsJean-Marc Valin
2009-06-05Handle malloc failure in mode_create gracefully without leaking memory.Gregory Maxwell
2008-10-27Latest psychoacoustics work -- still highly experimentalJean-Marc Valin
2008-10-15Tonality estimation codeJean-Marc Valin
2008-06-01Infrastructure work for a psy modelJean-Marc Valin
2008-05-30Brought the mdct masking function up-to-dateJean-Marc Valin
2008-03-25A bunch of pointers marked as "restrict" to ease the job of the compilerJean-Marc Valin
2008-03-25optimisation: spreading_func now in-place with no branch in the loop and halfJean-Marc Valin
2008-03-22Added a few "restrict" keywords and changed some divisions to shiftsJean-Marc Valin
2008-03-11const correctness. celt_mode_create() now makes a copy of the static modeJean-Marc Valin
2008-03-10Psychoacoustic decay coefficients can now be included in the static modesJean-Marc Valin
2008-03-10Moved the psycoacoustics data to the mode structJean-Marc Valin
2008-03-10Simplified spreading function so that only one set of coefficients (the rightJean-Marc Valin
2008-03-05doing spreading function and gain quantisation in-placeJean-Marc Valin
2008-03-05fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT.Jean-Marc Valin
2008-03-05fixed-point: masking curve computation now converted. ***Fixed a bug in theJean-Marc Valin
2008-02-29Another C90-fying pass. Fixed some warnings in the process.Jean-Marc Valin
2008-02-29Initial support for a managed stack/scratchpad. Still needs some work.Jean-Marc Valin
2008-02-26celt_mask_t for masking curvesJean-Marc Valin
2008-02-26Removed useless masking curve for current frame and ignored Fs argument toJean-Marc Valin
2008-02-2616-bit fixes and warning fixesJean-Marc Valin
2008-02-25fixed-point: initial support for using the fixed-point MDCT (rest is still allJean-Marc Valin
2008-02-22Adding celt_sig_t where neededJean-Marc Valin
2008-02-20Another bunch of C99 array conversions (few more to go)Jean-Marc Valin
2008-02-20More C89 fixes, making sure to include config.h from all source files.Jean-Marc Valin
2008-02-20removed // comments and added stack_alloc.h (not used everywhere yet)Jean-Marc Valin
2008-02-11Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]Jean-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
2008-01-07Pseudo-masking curve for the MDCTJean-Marc Valin
2007-12-10Comments on the spreading functionJean-Marc Valin
2007-12-09Added a simple psychoacoustic model (still needs a lot of work).Jean-Marc Valin