summaryrefslogtreecommitdiff
path: root/src/opus_multistream_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* OpusMSDecoder does not have an arch fieldJean-Marc Valin2018-09-101-4/+0
* Validate multistream/projection decoder frame_sizeMark Harris2018-07-211-0/+5
* Some missing checksJean-Marc Valin2018-03-271-1/+1
* Adding multistream decoder validationJean-Marc Valin2018-03-271-0/+16
* Fix memory issues in Projection API.Andrew Allen2017-12-071-22/+18
* Support for Channel Mapping 253Andrew Allen2017-11-071-15/+11
* Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin2016-10-051-1/+2
* Allow disabling phase inversion for multistreamMark Harris2016-09-031-0/+2
* multistream: improve arg checkMark Harris2014-11-271-2/+2
* opus_multistream_packet_validate() now called with the total number of streamsMark Harris2013-11-131-1/+1
* opus_packet_parse_impl() now computes the packet size with paddingJean-Marc Valin2013-10-141-8/+6
* Cleaning up multistream packet validationJean-Marc Valin2013-10-111-15/+9
* Do up-front validation of multistream packetsJean-Marc Valin2013-10-111-0/+46
* Braces go on the next line.Gregory Maxwell2013-06-291-2/+4
* Brace a number of if statements instead of one-lining them.Gregory Maxwell2013-06-291-2/+6
* Fixes some return without va_end in the api, adds tests.Gregory Maxwell2013-06-291-0/+5
* Fix some 16-bit int issues in the multistream API.Timothy B. Terriberry2013-03-181-2/+2
* Applies soft-clipping to the int decoder API.Jean-Marc Valin2013-03-011-6/+7
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-041-0/+2
* Splits out the Opus multi-stream encoder and decoderJean-Marc Valin2012-11-071-0/+485