- Jun 16, 2023
-
-
Jean-Marc Valin authored
Now generating the extension in place once all the data is already in the right place.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Mar 27, 2018
-
-
Jean-Marc Valin authored
-
- Jul 04, 2016
-
-
Jean-Marc Valin authored
We were previously returning OPUS_BAD_ARG because the failure was only detected in opus_repacketizer_out_range_impl() rather than in opus_repacketizer_cat(). Checking the return value from opus_repacketizer_cat() also addresses the last outstanding Coverity defect.
-
- Dec 17, 2013
-
-
Jean-Marc Valin authored
-
- Nov 19, 2013
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Nov 18, 2013
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
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
-
- May 16, 2012
-
-
Jean-Marc Valin authored
This reverts commit 9f407afa.
-
- Apr 24, 2012
-
-
Jean-Marc Valin authored
-
- Apr 20, 2012
-
-
Jean-Marc Valin authored
Also added 3rd clause to "master" COPYING file
-
- Mar 08, 2012
-
-
Jean-Marc Valin authored
-
- Dec 02, 2011
-
-
This has no impact on opus_demo, test vectors, or "normal" codec operation
-
- Oct 30, 2011
-
-
Gregory Maxwell authored
Multistream encode was failing to add the length of the extra length for self-delimited packets causing corrupted output. Multistream decode was not properly handling lost frames (and potentially reading out of bounds as a result). GET_FINAL_RANGE has been implemented as the xor of the final range of all the streams in the packet. test_opus_encode now does the mono narrowband tests using dual-mono multistream.
-
- Oct 28, 2011
-
-
Jean-Marc Valin authored
This avoids potential alignment issues with allocating a char array on the stack.
-
- Oct 10, 2011
-
-
Gregory Maxwell authored
-
-
- Sep 09, 2011
-
-
Jean-Marc Valin authored
-
- Sep 06, 2011
-
-
Jean-Marc Valin authored
-
- Aug 31, 2011
-
-
The object code is unchanged (except ectest). Also reenables -Wparentheses, -Wsign-compare, and the MSVC warnings.
-
- Aug 30, 2011
-
-
Jean-Marc Valin authored
Removes a bunch of system #include <...> in the process
-
- Aug 29, 2011
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 24, 2011
-
-
The repacketizer uses encode_size() which is only declared in the private header.
-
-
- Aug 23, 2011
-
-
Jean-Marc Valin authored
-
- Aug 10, 2011
-
-
Jean-Marc Valin authored
Repacketizer now seems to work, though it doesn't yet handle unmergeable packets. Also, test_opis no longer attempt to do proper gapless at the end of the file, which was causing problems for repacketization, but also with 32 bit overflows
-
Jean-Marc Valin authored
Still more bugs to find
-
Jean-Marc Valin authored
-