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
2011-02-15Version bumpv0.11.1Jean-Marc Valin
2011-02-15MSVC project filesJean-Marc Valin
2011-02-15Refactor ec_enc_patch_initial_bits().Timothy B. Terriberry
2011-02-14Correct a number of uninitialized value problems when end!=nbEBands. Now 8khz...Gregory Maxwell
2011-02-14Implements ec_enc_patch_initial_bits()Timothy B. Terriberry
2011-02-14using "end" rather than nbEBands for trim_offset[]Jean-Marc Valin
2011-02-14Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVEJean-Marc Valin
2011-02-12Fix post-filter for the case where overlap!=shortMdctSizeJean-Marc Valin
2011-02-12Fix for layouts of 22 band and moreJean-Marc Valin
2011-02-12Fixes post-filter for transitions between 2.5ms and other frame sizesJean-Marc Valin
2011-02-10Adding a tiny amount of noise when folding to prevent/reduce numerical issuesJean-Marc Valin
2011-02-10Oops, forgot COPYING and the tandem testJean-Marc Valin
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-02-09CELT_SET_END_BAND_REQUEST in the decoder was performing the wrong bounds chec...Gregory Maxwell
2011-02-09Encoder fixes for NB/WB/SWB modes.Gregory Maxwell
2011-02-08Update celtclient to the new API.Gregory Maxwell
2011-02-07minor detail with the last patchJean-Marc Valin
2011-02-0716-bit int fixes.Timothy B. Terriberry
2011-02-07Fix previous commit by still capping what the encoder will produceJean-Marc Valin
2011-02-05Allowing maxCompressedBytes to be as large as one wantsJean-Marc Valin
2011-02-04Making encoder-side clipping optionalv0.11Jean-Marc Valin
2011-02-04Bump LT_CURRENT and fix configure output messagesJean-Marc Valin
2011-02-04STATIC_MODES no longer usedJean-Marc Valin
2011-02-04Configure option for custom modesJean-Marc Valin
2011-02-041275 byte packets is the absolute maximum packet size we're going to support....Gregory Maxwell
2011-02-04Skipping most of the PLC code for DTXJean-Marc Valin
2011-02-04Version number bumpJean-Marc Valin
2011-02-04This removes some pointless/dead code.Gregory Maxwell
2011-02-04Fixes an int overflow in the VBR codeJean-Marc Valin
2011-02-04Check for mode creation failure before we try to use it.Timothy B. Terriberry
2011-02-04This fixes the frame_size check on the encoder and decoder and removes some u...Gregory Maxwell
2011-02-04Refactor the entropy coder.Timothy B. Terriberry
2011-02-03Increasing the pitch gain resolutionJean-Marc Valin
2011-02-03Align the sample buffer for shortRon
2011-02-03Disabling the postfilter when complexity<5 or when CELT_SET_PREDICTION<=1Jean-Marc Valin
2011-02-03Replaces previous commit with something saferJean-Marc Valin
2011-02-03Patch from Tim: Prevents bits2 from going negativeJean-Marc Valin
2011-02-03Revert -export-symbols-regex 'celt_'. That probably wasn't a good ideaJean-Marc Valin
2011-02-03Renormalize in anti-collapse only when neededJean-Marc Valin
2011-02-03Fix collapse mask tracking for recombine steps.Timothy B. Terriberry
2011-02-03Fix short length detection.Timothy B. Terriberry
2011-02-03More Opus build workJean-Marc Valin
2011-02-03Enabling the post-filter and exporting the ec functions for OpusJean-Marc Valin
2011-02-03Also fixing the DoFs for intensity stereoJean-Marc Valin
2011-02-03Getting the right DoFs for dual stereoJean-Marc Valin
2011-02-02Removing ancient allocation matrixJean-Marc Valin
2011-02-02Increase caps/allocation accuracy.Timothy B. Terriberry
2011-02-02Only checking for a mismatch when RESYNTH is definedJean-Marc Valin
2011-02-02Limit mode creation to supported modes.Timothy B. Terriberry
2011-02-02Fixing the global stack -- and an overflow in collapse_maskJean-Marc Valin