summaryrefslogtreecommitdiff
path: root/src/opus_projection_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* Avoiding get_demixing_matrix() symbol clash on unified buildJean-Marc Valin2018-09-101-5/+5
* Remove ambisonics experimental flagJean-Marc Valin2018-07-261-104/+0
* Silence compiler warningsMark Harris2018-07-211-2/+6
* Support for Ambisonics.Andrew Allen2018-03-211-0/+101
* Decouple OpusProjection* API from static matrices.Andrew Allen2017-12-071-1/+1
* Ensure mapping matrix size is always valid.Andrew Allen2017-12-071-1/+11
* Fix memory issues in Projection API.Andrew Allen2017-12-071-57/+70
* Fix matrix export via CTL func.Andrew Allen2017-11-101-1/+1
* Support for Channel Mapping 253Andrew Allen2017-11-071-0/+234