- Jun 16, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
output() renamed to decode(), dred objects using alloc() and free(), OpusDRED now passed as cost for decoding.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
progressive decode, avoid storing DRED decoder state
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 06, 2022
-
-
Mark Harris authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Doxygen was not able to resolve the references because it looked for OPUS_APPLICATION_VOIP/@ref. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- May 04, 2018
-
-
Mark Harris authored
It is the size array that must be non-null.
-
- Jul 08, 2016
-
-
Mark Harris authored
-
- Dec 20, 2014
-
-
Ralph Giles authored
See the mailing list discussion at http://lists.xiph.org/pipermail/opus/2014-December/002802.html
-
- Nov 18, 2013
-
-
Jean-Marc Valin authored
These are all completely untested.
-
- Nov 14, 2013
-
-
Jean-Marc Valin authored
Padding is now handled by the repacketizer.
-
- May 18, 2013
-
-
Jean-Marc Valin authored
-
- Mar 18, 2013
-
-
Jean-Marc Valin authored
-
- Mar 01, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
opus_decode() and opus_multistream_decode() now apply soft clipping before converting to 16-bit int. This should produce better a higher quality result than hard clipping like we were doing before. The _float() API isn't affected, but the clipping function is exported so users can manually apply the soft clipping.
-
- Dec 11, 2012
-
-
Ralph Giles authored
NB they only check for len < 1, not for null data.
-
- Dec 04, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
PLC and FEC now return exactly the number of samples specified for the buffer rather than (usually) returning the size of the last packet. Doc and tests are updated accordingly.
-
- Oct 06, 2012
-
-
Gregory Maxwell authored
-
- Sep 27, 2012
-
-
Gregory Maxwell authored
-
I stumbled upon the typo in README.draft, so took the opportunity to grep for common misspellings using List_of_common_misspellings.txt for hunspell.
-
- Sep 25, 2012
-
-
Gregory Maxwell authored
-
- Sep 19, 2012
-
-
Gregory Maxwell authored
This could be confusing/misleading.
-
- Sep 11, 2012
-
-
Jean-Marc Valin authored
-
- Sep 10, 2012
-
-
This patch also includes some small edits/additions to the main API documentation.
-
Jean-Marc Valin authored
-
This patch also includes some small edits for the main API documentation.
-
- Aug 06, 2012
-
-
Gregory Maxwell authored
-
- Jul 21, 2012
-
-
Gregory Maxwell authored
-
- Jun 11, 2012
-
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
- Jun 01, 2012
-
-
In places where an ignored return or a null-arg is a sure indication of a bug add the GCC warning attributes. The null arg annotation is not enable for Opus itself because it will cause the compiler to optimize out some null checks. I don't trust our callers quite that much.
-
- May 20, 2012
-
-