Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Fixes unpad for multi-streamJean-Marc Valin
2013-11-19Unpad assertsTimothy B. Terriberry
2013-11-19Fixes previous commitMark Harris
2013-11-19Adds functions for multistream padding/unpadding and single-stream unpaddingJean-Marc Valin
2013-11-14Adds 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-21s/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-31Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-28Gives 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-10Make 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-31Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Gregory Maxwell
2011-08-30Using OPUS_ macros for <string.h> operationsJean-Marc Valin
2011-08-30Fixes 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