aboutsummaryrefslogtreecommitdiff
path: root/src/opus.c
AgeCommit message (Expand)Author
2017-02-26Fix compiler warningsMark Harris
2016-07-15Slightly increase the safety margin for opus_pcm_soft_clip()Jean-Marc Valin
2016-07-15Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin
2016-07-06make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin
2016-07-06Check 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-28Moves opus_packet_parse_impl() from opus_decoder.c to opus.cJean-Marc Valin
2013-03-01Applies soft-clipping to the int decoder API.Jean-Marc Valin
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2011-09-07Move 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-12Identifying 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-07-31Add a function to query the Opus versionJean-Marc Valin
2011-07-05Adding code for Opus CustomJean-Marc Valin