summaryrefslogtreecommitdiff
path: root/src/opus.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningsMark Harris2017-02-261-1/+1
* Slightly increase the safety margin for opus_pcm_soft_clip()v1.1.3Jean-Marc Valin2016-07-151-2/+2
* Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin2016-07-151-0/+4
* make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin2016-07-061-1/+3
* Check for len<1 in opus_packet_parse_impl()Jean-Marc Valin2016-07-061-1/+1
* Moves opus_packet_get_samples_per_frame() to opus.cJean-Marc Valin2014-01-301-0/+21
* Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell2013-11-221-0/+2
* Moves opus_packet_parse_impl() from opus_decoder.c to opus.cJean-Marc Valin2013-10-281-0/+181
* Applies soft-clipping to the int decoder API.Jean-Marc Valin2013-03-011-0/+99
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* Move the fallback OPUS_VERSION to libcelt.Ralph Giles2011-09-071-4/+0
* opus_strerror() and opus_get_version_string() moved to libceltJean-Marc Valin2011-09-011-26/+0
* encode_size() moved out of opus_encoder.cJean-Marc Valin2011-08-231-0/+14
* Identifying the fuzzing builds in the version stringJean-Marc Valin2011-08-121-1/+5
* Remove duplicate 'libopus' from the fallback version string.Ralph Giles2011-08-021-1/+1
* Use 'libopus' rather than 'Opus' in the version string.Ralph Giles2011-08-021-2/+2
* Prepend "Opus" to the version string.Ralph Giles2011-08-021-1/+1
* Define a fallback version string.Ralph Giles2011-08-021-0/+4
* forgot to include opus.h from opus.cJean-Marc Valin2011-08-021-0/+2
* Add a function to query the Opus versionJean-Marc Valin2011-07-311-0/+8
* Adding code for Opus CustomJean-Marc Valin2011-07-051-0/+45