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-07-08Version string updatev0.8.1Jean-Marc Valin
2010-07-08Updated draft for 0.8.1Jean-Marc Valin
2010-07-08Fix accidental change of celt_alloc() to non-inlineJean-Marc Valin
2010-07-08ietf draft update (incomplete)Jean-Marc Valin
2010-07-08Sharing twiddle factors across all MDCTsJean-Marc Valin
2010-07-07Some code cleanup in the FFT.Jean-Marc Valin
2010-07-07Fixed C99-style declarationJean-Marc Valin
2010-07-07Updating DISABLE_FLOAT_API useJean-Marc Valin
2010-07-07fixes an int vs celt_int32 mismatchJean-Marc Valin
2010-07-07fixed point bug fix in tf_analysis()Jean-Marc Valin
2010-07-05Another coarse budget fix for _ec() callsJean-Marc Valin
2010-07-05Fixed a few more issues with the _ec() calls.Jean-Marc Valin
2010-07-05Fix misleading comments about ec_{enc|dec}_tell()Jean-Marc Valin
2010-07-03gitignore updateJean-Marc Valin
2010-07-01Prototypes for the _ec variants of the callsJean-Marc Valin
2010-06-29Oops, fixed an uninitialized var errorv0.8.0Jean-Marc Valin
2010-06-28Some C90-icationJean-Marc Valin
2010-06-28Updating various version stringsJean-Marc Valin
2010-06-27No need for --enable-new-plc anymore (always on)Jean-Marc Valin
2010-06-27Mode cleanup (removed redundant mdctSize field)Jean-Marc Valin
2010-06-27Think I got static modes working againJean-Marc Valin
2010-06-27Updating static modes (not done yet)Jean-Marc Valin
2010-06-27Removing some warningsJean-Marc Valin
2010-06-23Improved quality of small frame sizes at low bitrate.Jean-Marc Valin
2010-06-23Preventing ridiculous bit depths > 16 bit/sampleJean-Marc Valin
2010-06-22Improved code for reusing ec structuresJean-Marc Valin
2010-06-22No need to memset() the byte bufferJean-Marc Valin
2010-06-21Compile fix for MSVCBenjamin Jemlich
2010-06-21Bumping LT_CURRENTJean-Marc Valin
2010-06-21removing some warningsJean-Marc Valin
2010-06-21Fixed testcaseJean-Marc Valin
2010-06-21Removing old PCL, added plc.hJean-Marc Valin
2010-06-19Comments, code cleanupJean-Marc Valin
2010-06-18fixed-point: New PLC now enabled by defaultJean-Marc Valin
2010-06-18fixed-point: More work on the PLCJean-Marc Valin
2010-06-17fixed-point: PLC auto-correlation convertedJean-Marc Valin
2010-06-17minor tweaks to frac_div32()Jean-Marc Valin
2010-06-17Fixed-point version of frac_div32()Jean-Marc Valin
2010-06-17More work on fixed-point Levinson-DurbinJean-Marc Valin
2010-06-13Implementing two choices for the tf resolutionJean-Marc Valin
2010-06-09Remove unnecessary free of global stack on errorJean-Marc Valin
2010-06-07Completely disabling the tf code at low bitrateJean-Marc Valin
2010-06-06Encoding the tf parameters after coarse energyJean-Marc Valin
2010-06-05Doing the log2Amp() just in one placeJean-Marc Valin
2010-06-04nothing to see hereJean-Marc Valin
2010-06-04Completely removed the old allocation table.Jean-Marc Valin
2010-06-04Base everything on the "standard allocation table"Jean-Marc Valin
2010-06-03Using allocation table for "standard" frame sizesJean-Marc Valin
2010-06-03Allocation table now in bits/sampleJean-Marc Valin
2010-06-03Changing the allocator resolution to 1/8 bitJean-Marc Valin