summaryrefslogtreecommitdiffstats
path: root/drivers/opus/celt
Commit message (Collapse)AuthorAgeFilesLines
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-1581-23219/+0
| | | | | | | | | Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus.
* Update Opus driver to 1.1.2George Marques2016-05-0281-2983/+6942
| | | | And opusfile to 0.7.
* Remove redundant Opus directive definitionGeorge Marques2015-11-2729-29/+29
| | | | Clean up the build command line another extra bit.
* Remove Opus extra includesGeorge Marques2015-11-2759-278/+278
| | | | | Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those.
* Add support for Opus audio formatGeorge Marques2015-10-0268-0/+19260