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-14Update for in-band FECKoen Vos
2011-02-11Relicensing to simplified (2-clause) BSD licenseJean-Marc Valin
2011-02-09Fixes buffering issues with CELT-only mode at 2.5 msJean-Marc Valin
2011-02-095ms frame mode was not working in test_opus.Gregory Maxwell
2011-02-04Remove opus_enc and opus_dec from the buildJean-Marc Valin
2011-02-04Fix test_opus args countJean-Marc Valin
2011-02-04Frame size optional, defaults to 20 msJean-Marc Valin
2011-02-04oopsJean-Marc Valin
2011-02-04Making test_opus default to VBRJean-Marc Valin
2011-02-04Tuning the hybrid bit-rate splitKoen Vos
2011-02-04Better handling of the bandwidthJean-Marc Valin
2011-02-04Update Opus range coder due to CELT refactoring.Timothy B. Terriberry
2011-02-03Build fixesJean-Marc Valin
2011-02-03Setting CELT complexityJean-Marc Valin
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