Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-03Oops, had inverted some tuning linesJean-Marc Valin
2011-02-03Hybrid tuningJean-Marc Valin
2011-02-03Some more hybrid tuning (mostly for CBR)Jean-Marc Valin
2011-02-03Hybrid mode tuningKarsten Vandborg Sorensen
2011-02-03Testing the range coder final stateKoen Vos
2011-02-03Enabling the CELT post-filter in OpusJean-Marc Valin
2011-02-03SILK update (fixing segfault) and MSVS fixJean-Marc Valin
2011-02-03Better handling of test_opus bandwidth optionsJean-Marc Valin
2011-02-02PLC fixJean-Marc Valin
2011-02-02Enabling real CELT VBRJean-Marc Valin
2011-02-01Better options for test_opusKoen Vos
2011-02-01Merged Koen's encoder changesJean-Marc Valin
2011-02-01Koen's decoder updatesJean-Marc Valin
2011-02-01Disabling debugJean-Marc Valin
2011-01-31Handling auto-detecting of frame size in decoderJean-Marc Valin
2011-01-31Initial support for opus_enc/opus_decJean-Marc Valin
2011-01-31Fixes resampling in CELT-only modeJean-Marc Valin
2011-01-31Makes delay_buffer[] large enough for stereo.Jean-Marc Valin
2011-01-31Got stereo support to work in CELT-only modeJean-Marc Valin
2011-01-31More stereo workJean-Marc Valin
2011-01-31Some initial work on stereo support (not complete)Jean-Marc Valin
2011-01-31Updated to CELT's new APIJean-Marc Valin
2010-11-12Updated to follow changes in SILK APIJean-Marc Valin
2010-11-08CELT updated to 0.9.0 (+ PLC fix)Jean-Marc Valin
2010-10-18API renamed to OpusJean-Marc Valin
2010-10-10Renamed to HarmonyJean-Marc Valin
2010-09-09Frame packing (now it compiles)Jean-Marc Valin
2010-09-09Initial code for parsing/packing/unpacking packetsJean-Marc Valin
2010-09-08Implement signalling byte at the start of a packetJean-Marc Valin
2010-08-31Hybrid decoder also in a single block of memoryJean-Marc Valin
2010-08-31Hybrid encoder now allocates only one block of memoryJean-Marc Valin
2010-07-27added va_end()Alfred E. Heggestad
2010-07-24As used for the listening testsJean-Marc Valin
2010-07-21VBR support in test_hybridJean-Marc Valin
2010-07-21Early VBR supportJean-Marc Valin
2010-07-21Getting test_hybrid to generate time-aligned signals of the right sizeJean-Marc Valin
2010-07-20PLC supportJean-Marc Valin
2010-07-20SILK encoder control struct no longer part of the stateJean-Marc Valin
2010-07-20Support for setting the audio bandwidthJean-Marc Valin
2010-07-19Support for 32 kHz sampling rateJean-Marc Valin
2010-07-08Support for 10ms frame sizeJean-Marc Valin
2010-07-08autotools-based build systemJean-Marc Valin
2010-07-07Now coding the 4-8 kHz band only once!Jean-Marc Valin
2010-07-06Delay compensation, disabling the CELT pitch predictorJean-Marc Valin
2010-07-06Adds a _ctl() control API to the encoder and decoderJean-Marc Valin
2010-07-06Fixing a high bit-rate bug in SILK -- now scales well above 64 kb/sJean-Marc Valin
2010-07-06IETF draftJean-Marc Valin
2010-07-05IETF draft update, minor bugfix to the encoderJean-Marc Valin
2010-07-05Fixed some more allocation issue -- there's now a basic codec workingJean-Marc Valin
2010-07-05SILK layer seems to works (but the stream is broken for theJean-Marc Valin