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-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
2011-02-02Add assertions for band size restrictions.Timothy B. Terriberry
2011-02-02Don't allow empty eBands.Timothy B. Terriberry
2011-02-02Adds a generic CELT_SET_BITRATE() ctl() API for CBR and VBRJean-Marc Valin
2011-02-01Tuning the split thresholdJean-Marc Valin
2011-02-01Add a seprate qtheta offset for two-phase stereo.Timothy B. Terriberry
2011-02-01Adjust the splitting threshold.Timothy B. Terriberry
2011-02-01Including static_mode* files in the distributionJean-Marc Valin
2011-02-01Stop collapsing the background noise channels when switching to monoJean-Marc Valin
2011-02-01Don't destroy stereo history when switching to mono.Timothy B. Terriberry
2011-01-31Propagate balance from compute_allocation() to quant_all_bands().Timothy B. Terriberry
2011-01-31Fix sample type conversion when resamplingJean-Marc Valin
2011-01-31No longer extracting the frame size from the mode to build the headerJean-Marc Valin
2011-01-31Making the stereo encoder capable of encoding in monoJean-Marc Valin
2011-01-31Making it possible for the stereo decoder to decode a mono streamJean-Marc Valin
2011-01-31Apply band caps to the band allocation table.Timothy B. Terriberry
2011-01-31More band caps updates.Timothy B. Terriberry
2011-01-31Add generic fine-energy rebalancing.Timothy B. Terriberry