aboutsummaryrefslogtreecommitdiff
path: root/src/repacketizer.c
AgeCommit message (Expand)Author
2024-02-20Fixes an aliasing bug in opus_packet_pad()Jean-Marc Valin
2024-02-06Make opus_packet_unpad() discard extensions tooJean-Marc Valin
2023-12-16Initialize padding pointers to zeroJean-Marc Valin
2023-12-13handle extensions in opus_repacketizer_out_range_implMichael Klingbeil
2023-06-16Fixes corruption when using extensionsJean-Marc Valin
2023-06-16Fix padding overwriting the packet contentJean-Marc Valin
2023-06-16Code for inserting/extracting DRED in/from packetsJean-Marc Valin
2023-06-16Experimentng with padding extensionsJean-Marc Valin
2018-03-27Misc assertion cleanupJean-Marc Valin
2016-07-04Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin
2013-12-17Fixes a warning about "conversion from '__int64' to 'int'" on MSVCJean-Marc Valin
2013-11-18Fixes unpad for multi-streamJean-Marc Valin
2013-11-18Unpad assertsTimothy B. Terriberry
2013-11-18Fixes previous commitMark Harris
2013-11-18Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin
2013-11-13Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin
2013-05-18Change few remaining instances of short to opus_int16Jean-Marc Valin
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-03-08Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin
2011-12-02Fixes the code for optional self-delimited packing to make it fit the draftGregory Maxwell
2011-10-30Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-27Gives the Opus code direct access to (non-opaque) OpusRepacketizerJean-Marc Valin
2011-10-10Make repacketizer API use opus_int32 for lengths and add some additional erro...Gregory Maxwell
2011-10-09Make opus_repacketizer_create handle malloc failure gracefully.Gregory Maxwell
2011-09-09Makes multi-stream encoding code use the repacketizerJean-Marc Valin
2011-09-06s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/Jean-Marc Valin
2011-08-30Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Gregory Maxwell
2011-08-30Using OPUS_ macros for <string.h> operationsJean-Marc Valin
2011-08-29Fixes warningsJean-Marc Valin
2011-08-29Wrapping all allocation within opus_alloc() and opus_free()Jean-Marc Valin
2011-08-24Include opus_private.h when building the repacketizer.Ralph Giles
2011-08-24Use standard search path for systems headers in the repacketizer.Ralph Giles
2011-08-23encode_size() moved out of opus_encoder.cJean-Marc Valin
2011-08-10Fixed multiple bugs in the repacketizerJean-Marc Valin
2011-08-10Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizerJean-Marc Valin
2011-08-10Repacketization code (untested)Jean-Marc Valin