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-06-03Allocation table now in bits/sampleJean-Marc Valin
2010-05-26Bunch of fixes for frames of 2.5 ms.Jean-Marc Valin
2010-05-21Getting rid of PVQ-level splitJean-Marc Valin
2010-05-11Proper use of logN and logM for the offsetsJean-Marc Valin
2010-05-08Allocation table stored with BITRES accuracy based on the short block sizeJean-Marc Valin
2010-04-26Making the band definition the same at all frame sizes.Jean-Marc Valin
2010-04-07Caching log2_frac(N, BITRES) in the more data to save some CPUJean-Marc Valin
2010-04-07A few minor optimisations (compute_allocation, denormalise_bands,Jean-Marc Valin
2010-02-26Allowing CELT to skip the low frequenciesJean-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-10-15first step for removing the number of channels from the modeJean-Marc Valin
2009-10-14Adjusting the allocation for stereo directly in the alloc function rather thanJean-Marc Valin
2009-10-04stereo allocator tuningJean-Marc Valin
2009-07-26Changing some code to use BITRES directly instead of its value.Jean-Marc Valin
2009-07-23Reducing the size of the pulses->bits cache by restricting the number of pulsesJean-Marc Valin
2009-06-11Better ebits rounding and making it possible to add remaining ebits even toJean-Marc Valin
2009-06-10Adding extra fine bits only when we have rounded down in the allocationJean-Marc Valin
2009-06-05Handle malloc failure in mode_create gracefully without leaking memory.Gregory Maxwell
2009-06-03Removed support for band-per-band stereo_mode that was never really usedJean-Marc Valin
2009-06-02It is no longer necessary to have a minimum of one bit for fine energyJean-Marc Valin
2009-02-17Miscellaneous comment, copyright notice, readme updates.Gregory Maxwell
2009-02-10Better allocation rounding as suggested by derfJean-Marc Valin
2009-02-09Changed the allocator to be smarter about the way it allocatesJean-Marc Valin
2008-12-17Compute the real maximum required bits for a split.Timothy B. Terriberry
2008-12-06Cleaned up some junk left from the last allocator changeJean-Marc Valin
2008-11-07Disabling the folding sign bitJean-Marc Valin
2008-09-30Proper stack restoreJean-Marc Valin
2008-09-11One-at-a-time allocator now uses direct feedback from ec_*_tell().Jean-Marc Valin
2008-09-10Simplifications to the new allocatorJean-Marc Valin
2008-09-10At least attempting to use all the bits.Jean-Marc Valin
2008-09-09Simplified allocation by doing it one band at a time, with memoryJean-Marc Valin
2008-08-03fixed a bunch of bugs in the unified allocation code.Jean-Marc Valin
2008-08-02Unified allocation of fine energy and pulses.Jean-Marc Valin
2008-06-10Implemented split-cwrs for very large codebooks (>64 bits), but still gettingJean-Marc Valin
2008-06-10Implemented a cleaner way to detect whether CWRS codebooks fit in 32 or 64 bitsJean-Marc Valin
2008-05-23Implemented intensity stereo, which required changes all over the placeJean-Marc Valin
2008-05-23More stereo infrastructureJean-Marc Valin
2008-05-23infrastructure changes for upcoming stereo improvementsJean-Marc Valin
2008-05-05Using only a sign for the intra prediction instead of using up to 5 bits forJean-Marc Valin
2008-04-21Removing some unnecessary initialisations to zero.Jean-Marc Valin
2008-04-18separated the two passes from interp_bits2pulses()Jean-Marc Valin
2008-04-11fixed three declaration-after-statement issuesJean-Marc Valin
2008-04-10Reworked the static modes. Now, if all static modes have the same frame size,Jean-Marc Valin
2008-04-05Rework CWRS code.Timothy B. Terriberry
2008-03-27removed some int divJean-Marc Valin
2008-03-26optimisation: changed some for() loops to do-while() to give the compilerJean-Marc Valin
2008-03-24Making bits2pulses() use a fixed number of iterations to allow furtherJean-Marc Valin
2008-03-13Enabling warnings and restricting symbol visibilityJean-Marc Valin
2008-03-12Changed definition of VARDECL to make it more flexible. No actual code change.Jean-Marc Valin