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
2009-10-24SMALL_FOOTPRINT preserves the special n=1 cwrs casev0.7.0Jean-Marc Valin
2009-10-24Added a SMALL_FOOTPRINT optionJean-Marc Valin
2009-10-24misc minor changesJean-Marc Valin
2009-10-24removing more unused codeJean-Marc Valin
2009-10-24Removing unused code in the entropy coderJean-Marc Valin
2009-10-23doxygen fixJean-Marc Valin
2009-10-22prevent busting at ridiculously low bit-rate VBRJean-Marc Valin
2009-10-22Making sure the VBR controller never busts the number of bytes allowedJean-Marc Valin
2009-10-22Better computation of the VBR rate upper bound and reducing the coarse energyJean-Marc Valin
2009-10-22Enhancements the fixed-point approximations of non-linear functions.Timothy B. Terriberry
2009-10-21Allow coarse energy to take almost all the bits. Also, fixed a some issues withJean-Marc Valin
2009-10-20Making the multiplication in normalise_residual() produce a 32-bit result justJean-Marc Valin
2009-10-20Accuracy improvements to the fixed-point celt_rsqrt().Timothy B. Terriberry
2009-10-20This should prevent a rare divide-by-zero in the pitch gain codeJean-Marc Valin
2009-10-20New VBR rate controller that doesn't allow more than one frame worth of excessJean-Marc Valin
2009-10-20fixed a few trivial bugs: exporting celt_strerror(), changed DB_SCALING to aJean-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-10-17Constrain the pitch gain to prevent potential instabilities.Jean-Marc Valin
2009-10-17Now using a unique ID for CELT_ALLOC_FAILJean-Marc Valin
2009-10-16Improved error handling, and implemented celt_strerror()Jean-Marc Valin
2009-10-16The number of channels is now set when creating the states rather than whenJean-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-09merged the code for quant_bands() and unquant_bands()Jean-Marc Valin
2009-10-07Renamed mix_pitch_and_residual() to normalise_residual(), after minorJean-Marc Valin
2009-10-07Further simplifications to mix_pitch_and_residual() (which no longer doesJean-Marc Valin
2009-10-05Doing the mdct shaping in the normalised domain, so that energy is preservedJean-Marc Valin
2009-10-04stereo allocator tuningJean-Marc Valin
2009-10-04making compute_ebands() a tiny bit less stupid.Jean-Marc Valin
2009-10-03moved the de-emphasis code to a separate function (shared between encoder andJean-Marc Valin
2009-10-03Simplifying the IMDCTJean-Marc Valin
2009-10-03Simplifications to the codeJean-Marc Valin
2009-10-03more stereo simplificationsJean-Marc Valin
2009-10-03No longer interleaving channels of the normalised spectrum. Also fixed theJean-Marc Valin
2009-10-03simplifications to the stereo codeJean-Marc Valin
2009-10-03Fix for some test program compat and an assertion that didn't make sense anymoreJean-Marc Valin
2009-10-02Demoved the divisions from the inner pitch prediction loops, bumped the versionJean-Marc Valin
2009-10-01Fix for folding_decision() in stereo mode and more cleaning up of the codeJean-Marc Valin
2009-09-30Fix stereo mismatch problemJean-Marc Valin
2009-09-30Bringing back min_bins=3 for nowJean-Marc Valin
2009-09-30Tuning the spreading rotationsJean-Marc Valin
2009-09-29More simplifications from denorm pitchJean-Marc Valin
2009-09-18Removed code that is no longer necessary with denorm pitch and spreadingJean-Marc Valin
2009-09-16enabling denorm pitch only at low bit-rateJean-Marc Valin
2009-09-16fixed-point: denorm pitch convertedJean-Marc Valin
2009-09-16denorm pitch works in fixed-point (though there's still some floats left)Jean-Marc Valin
2009-09-15doing pitch in denormalized domainJean-Marc Valin
2009-09-14removed unused #ifdefsJean-Marc Valin