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-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-02-02Limit mode creation to supported modes.Timothy B. Terriberry
2011-01-30Merge branch 'exp_api_change'Jean-Marc Valin
2011-01-30Use a smarter per-band bitrate cap.Timothy B. Terriberry
2011-01-29Adding the auto-generated static modes for float and fixedJean-Marc Valin
2010-11-09Add coarse energy entropy model tuning.Timothy B. Terriberry
2010-11-06Adding float|fixed suffixes to static mode filesJean-Marc Valin
2010-09-03Fixes an index bug in dump_modesJean-Marc Valin
2010-09-03More sharing across different static modesJean-Marc Valin
2010-09-03static modes simplifications for std modeJean-Marc Valin
2010-08-28Remove model markersJean-Marc Valin
2010-08-26Fixes an off-by-one bug in the static mode's MDCT twiddlesJean-Marc Valin
2010-08-26coarse probability model in static modes tooJean-Marc Valin
2010-08-26static modes update for MDCTJean-Marc Valin
2010-08-26Updating dump_modes to include the MDCT and FFT. More work needed.Jean-Marc Valin
2010-08-26FFT cleanupJean-Marc Valin
2010-08-25Updated static modes for new pulse cache.Jean-Marc Valin
2010-08-25New pulse cacheJean-Marc Valin
2010-08-06Fix dump_modes when requesting multiple modes.Timothy B. Terriberry
2010-08-05Removing pitch prediction codeJean-Marc Valin
2010-07-24Updated static mode generation for latest changesJean-Marc Valin
2010-07-24Energy quantization tuning.Jean-Marc Valin
2010-06-28Some C90-icationJean-Marc Valin
2010-06-27Mode cleanup (removed redundant mdctSize field)Jean-Marc Valin
2010-06-27Updating static modes (not done yet)Jean-Marc Valin
2010-05-08shortWindow hadn't been used for a whileJean-Marc Valin
2010-04-07Caching log2_frac(N, BITRES) in the more data to save some CPUJean-Marc Valin
2009-11-09Removing original freq-domain pitch codeJean-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-16The number of channels is now set when creating the states rather than whenJean-Marc Valin
2009-09-29More simplifications from denorm pitchJean-Marc Valin
2009-03-30Cleanup: getting rid of some old bits of stereo code that are no longer usefulJean-Marc Valin
2008-10-06fix STATIC_MODES for stereo (with a few fixes by JMV)Wessel Lubberhuizen
2008-10-05Fixed support for STATIC_MODESJean-Marc Valin
2008-06-18Automatically choosing the overlap based on the frame size.Jean-Marc Valin
2008-05-23Implemented intensity stereo, which required changes all over the placeJean-Marc Valin
2008-05-07Implemented rate-dependant allocation for the fine energy quantisation.Jean-Marc Valin
2008-05-02Fixed a bug in the PLC and added code to estimate the pitch from the synthesisJean-Marc Valin
2008-04-23Optimisation: caching the divisions used in the Laplace encoder.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-03-11const correctness. celt_mode_create() now makes a copy of the static modeJean-Marc Valin
2008-03-10oops, forgot to disable the main()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-10No longer include redundent entries in the bit allocation cacheJean-Marc Valin
2008-03-10Allocation cache can now be pre-computed as well.Jean-Marc Valin
2008-03-10Psychoacoustic decay coefficients can now be included in the static modesJean-Marc Valin
2008-03-10Improvements to static modesJean-Marc Valin