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
2014-01-26Add explicit void * conversions to allow building in C++ mode.Mikkel Krautz
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
2008-03-10Changed some of the mode data from int to celt_int16_t to save memory.Jean-Marc Valin
2008-03-10Allocation cache can now be pre-computed as well.Jean-Marc Valin
2008-02-29Initial support for a managed stack/scratchpad. Still needs some work.Jean-Marc Valin
2008-02-27Removed some unused parameters and fixed a couple -W warningsJean-Marc Valin
2008-02-2616-bit fixes and warning fixesJean-Marc Valin
2008-02-20Testcase for laplace encoderJean-Marc Valin
2008-02-20Everything should now compile with a C89 compiler.Jean-Marc Valin
2008-02-20Another bunch of C99 array conversions (few more to go)Jean-Marc Valin