aboutsummaryrefslogtreecommitdiff
path: root/src/opus_multistream_decoder.c
AgeCommit message (Expand)Author
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-07Support 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-13opus_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-11Cleaning up multistream packet validationJean-Marc Valin
2013-10-11Do up-front validation of multistream packetsJean-Marc Valin
2013-06-29Braces go on the next line.Gregory Maxwell
2013-06-29Brace a number of if statements instead of one-lining them.Gregory Maxwell
2013-06-29Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-03-18Fix some 16-bit int issues in the multistream API.Timothy B. Terriberry
2013-03-01Applies soft-clipping to the int decoder API.Jean-Marc Valin
2012-12-04Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-11-07Splits out the Opus multi-stream encoder and decoderJean-Marc Valin