summaryrefslogtreecommitdiffstats
path: root/drivers/opus
Commit message (Collapse)AuthorAgeFilesLines
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-15293-76109/+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.
* Add missing license information (ogg/vorbis/opus)Roberto2016-06-061-0/+28
|
* Ignore unneeded Opus file, fix JavaScript buildeska2016-05-051-1/+0
|
* Update Opus driver to 1.1.2George Marques2016-05-02270-5048/+12801
| | | | And opusfile to 0.7.
* Update copyright to 2016 in headersGeorge Marques2016-01-012-2/+2
|
* Remove redundant Opus directive definitionGeorge Marques2015-11-27179-180/+178
| | | | Clean up the build command line another extra bit.
* Remove Opus extra includesGeorge Marques2015-11-27236-820/+817
| | | | | Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those.
* Fix Opus driver build for VS2010 and VS2012George Marques2015-11-061-0/+8
| | | | Fix #2744
* Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-031-2/+7
| | | | | | drivers\opus\celt\bands.c(555) : error C2057: expected constant expression drivers\opus\celt\bands.c(555) : error C2466: cannot allocate an array of constant size 0 drivers\opus\celt\bands.c(555) : error C2133: 'tmp' : unknown size
* Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-032-1/+3
| | | | | | audio_stream_opus.h(57) : error C2864: 'AudioStreamPlaybackOpus::osrate' : a static data member with an in-class initializer must have non-volatile const integral type See: http://stackoverflow.com/questions/2454019/why-arent-static-const-floats-allowed
* Add support for Opus audio formatGeorge Marques2015-10-02264-0/+68319