| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Opus driver build for VS2010 and VS2012 | George Marques | 2015-11-06 | 1 | -0/+8 |
| | | | | | Fix #2744 | ||||
| * | Fixes following Visual Studio 2013 compile error on windows: | ZuBsPaCe | 2015-10-03 | 1 | -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: | ZuBsPaCe | 2015-10-03 | 2 | -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 format | George Marques | 2015-10-02 | 264 | -0/+68319 |
