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
2019-12-03Don't update null data pointer after each multistream decoderFelicia Lim
2019-01-23Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUESTJean-Marc Valin
2018-09-10OpusMSDecoder does not have an arch fieldJean-Marc Valin
2018-07-22Validate multistream/projection decoder frame_sizeMark Harris
2018-03-27Some missing checksJean-Marc Valin
2018-03-27Adding multistream decoder validationJean-Marc Valin
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-08Support for Channel Mapping 253Andrew Allen
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-03Allow disabling phase inversion for multistreamMark Harris
2014-11-27multistream: improve arg checkMark Harris
2013-11-14opus_multistream_packet_validate() now called with the total number of streamsMark Harris
2013-10-14opus_packet_parse_impl() now computes the packet size with paddingJean-Marc Valin
2013-10-12Cleaning up multistream packet validationJean-Marc Valin
2013-10-12Do up-front validation of multistream packetsJean-Marc Valin
2013-06-30Braces go on the next line.Gregory Maxwell
2013-06-30Brace a number of if statements instead of one-lining them.Gregory Maxwell
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-03-19Fix some 16-bit int issues in the multistream API.Timothy B. Terriberry
2013-03-02Applies soft-clipping to the int decoder API.Jean-Marc Valin
2012-12-05Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-11-08Splits out the Opus multi-stream encoder and decoderJean-Marc Valin