summaryrefslogtreecommitdiff
path: root/src/repacketizer.c
Commit message (Expand)AuthorAgeFilesLines
* Misc assertion cleanupJean-Marc Valin2018-03-271-1/+2
* Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin2016-07-041-1/+3
* Fixes a warning about "conversion from '__int64' to 'int'" on MSVCJean-Marc Valin2013-12-171-2/+3
* Fixes unpad for multi-streamJean-Marc Valin2013-11-181-4/+9
* Unpad assertsTimothy B. Terriberry2013-11-181-1/+2
* Fixes previous commitMark Harris2013-11-181-2/+2
* Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin2013-11-181-1/+91
* Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin2013-11-131-29/+70
* Change few remaining instances of short to opus_int16Jean-Marc Valin2013-05-181-1/+1
* Merge commit '390c89225d'Jean-Marc Valin2012-04-241-2/+2
|\
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* | Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin2012-03-081-1/+1
|/
* Fixes the code for optional self-delimited packing to make it fit the draftGregory Maxwell2011-12-021-2/+1
* Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell2011-10-301-2/+5
* Gives the Opus code direct access to (non-opaque) OpusRepacketizerJean-Marc Valin2011-10-271-9/+0
* Make repacketizer API use opus_int32 for lengths and add some additional erro...Gregory Maxwell2011-10-101-8/+12
* Make opus_repacketizer_create handle malloc failure gracefully.Gregory Maxwell2011-10-091-1/+4
* Makes multi-stream encoding code use the repacketizerJean-Marc Valin2011-09-091-7/+19
* s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/Jean-Marc Valin2011-09-061-2/+2
* Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Gregory Maxwell2011-08-301-1/+1
* Using OPUS_ macros for <string.h> operationsJean-Marc Valin2011-08-301-5/+2
* Fixes warningsJean-Marc Valin2011-08-291-1/+1
* Wrapping all allocation within opus_alloc() and opus_free()Jean-Marc Valin2011-08-291-2/+3
* Include opus_private.h when building the repacketizer.Ralph Giles2011-08-241-0/+1
* Use standard search path for systems headers in the repacketizer.Ralph Giles2011-08-241-2/+3
* encode_size() moved out of opus_encoder.cJean-Marc Valin2011-08-231-12/+1
* Fixed multiple bugs in the repacketizerJean-Marc Valin2011-08-101-18/+35
* Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizerJean-Marc Valin2011-08-101-7/+15
* Repacketization code (untested)Jean-Marc Valin2011-08-101-0/+182