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
AgeCommit message (Expand)Author
2018-09-14Fixes packet parsing for 16-bit CPUsv1.3-rc2Jean-Marc Valin
2017-02-27Fix compiler warningsMark Harris
2016-07-15Slightly increase the safety margin for opus_pcm_soft_clip()v1.1.3Jean-Marc Valin
2016-07-15Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin
2016-07-07make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin
2016-07-07Check for len<1 in opus_packet_parse_impl()Jean-Marc Valin
2014-01-30Moves opus_packet_get_samples_per_frame() to opus.cJean-Marc Valin
2013-11-22Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell
2013-10-29Moves opus_packet_parse_impl() from opus_decoder.c to opus.cJean-Marc Valin
2013-03-02Applies soft-clipping to the int decoder API.Jean-Marc Valin
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2011-09-08Move the fallback OPUS_VERSION to libcelt.Ralph Giles
2011-09-01opus_strerror() and opus_get_version_string() moved to libceltJean-Marc Valin
2011-08-23encode_size() moved out of opus_encoder.cJean-Marc Valin
2011-08-13Identifying the fuzzing builds in the version stringJean-Marc Valin
2011-08-02Remove duplicate 'libopus' from the fallback version string.Ralph Giles
2011-08-02Use 'libopus' rather than 'Opus' in the version string.Ralph Giles
2011-08-02Prepend "Opus" to the version string.Ralph Giles
2011-08-02Define a fallback version string.Ralph Giles
2011-08-02forgot to include opus.h from opus.cJean-Marc Valin
2011-08-01Add a function to query the Opus versionJean-Marc Valin
2011-07-05Adding code for Opus CustomJean-Marc Valin