summaryrefslogtreecommitdiff
path: root/src/opus_projection_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes C90 "mixed declarations and code" errorJean-Marc Valin2018-07-261-1/+1
* Remove ambisonics experimental flagJean-Marc Valin2018-07-261-92/+0
* Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin2018-07-251-2/+2
* Silence compiler warningsMark Harris2018-07-211-4/+11
* Only call isqrt32() with a positive argumentMark Harris2018-05-281-4/+6
* Support for Ambisonics.Andrew Allen2018-03-211-0/+89
* Decouple OpusProjection* API from static matrices.Andrew Allen2017-12-071-31/+67
* Ensure mapping matrix size is always valid.Andrew Allen2017-12-071-0/+7
* Fix memory issues in Projection API.Andrew Allen2017-12-071-48/+51
* Fix matrix export via CTL func.Andrew Allen2017-11-101-5/+9
* Support for Channel Mapping 253Andrew Allen2017-11-071-0/+412