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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08Splits out the Opus multi-stream encoder and decoderJean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-10-11Adds OPUS_{G,S}ET_FORCE_CHANNELS requests to multistream APIJean-Marc Valin
2012-09-08Remove large multistream stack buffers.Timothy B. Terriberry
2012-09-06Balance parentheses in opus_multistream.c.Timothy B. Terriberry
2012-08-22Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell
2012-08-07OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell
2012-07-18Convert some double constants to float.Gregory Maxwell
2012-07-14Opus_multistream API hardening.Gregory Maxwell
2012-07-11Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell
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-06Make input mapping parameter const in multistream APIVincent Penquerc'h
2012-03-06Various multistream fixes.Gregory Maxwell
2012-03-0640/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell
2011-12-02Fixes the code for optional self-delimited packing to make it fit the draftGregory Maxwell
2011-10-31Multi-stream now checks that each stream at least contains a ToC.Jean-Marc Valin
2011-10-31Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-30Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell
2011-10-28Gives the Opus code direct access to (non-opaque) OpusRepacketizerJean-Marc Valin
2011-10-27Convert tabs to spaces in the opus and celt code.Ralph Giles
2011-09-14Remove redundant API parameter comments from opus_multistream.c.Ralph Giles
2011-09-12Implements OPUS_MULTISTREAM_{EN|DE}CODER_GET_STATEJean-Marc Valin
2011-09-12Implements multi-stream encoder requests the best we canJean-Marc Valin
2011-09-12Properly implementing the multistream decoder ctl()sJean-Marc Valin
2011-09-09Makes multi-stream encoding code use the repacketizerJean-Marc Valin
2011-09-09Fixes multi-stream bug exposed in e335065a1ba72Jean-Marc Valin
2011-09-07Making the sampling rate an int32 in the multi-stream APIJean-Marc Valin
2011-09-06s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/Jean-Marc Valin
2011-08-30Using OPUS_ macros for <string.h> operationsJean-Marc Valin
2011-08-30Makes the allocation more C++-friendlyJean-Marc Valin
2011-08-30Fixes minor issues from the previous allocation wrapper patchJean-Marc Valin
2011-08-29Wrapping all allocation within opus_alloc() and opus_free()Jean-Marc Valin
2011-08-29Adds error code to multistream APIJean-Marc Valin
2011-08-28Fixes a trivial multistream fixed-point bugJean-Marc Valin
2011-08-27more multistream ctl()sJean-Marc Valin
2011-08-27Adds support for multi-stream encoding/decodingJean-Marc Valin