Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -3/+3 |
| | |||||
* | Use a normal delete instead of ll_ringbuffer_free | Chris Robinson | 2018-12-22 | 1 | -11/+7 |
| | | | | And use RingBufferPtr in more places | ||||
* | Use inline methods for the device format sizes | Chris Robinson | 2018-12-19 | 1 | -8/+5 |
| | |||||
* | Avoid using ATOMIC_LOAD on ALCdevice::Connected | Chris Robinson | 2018-11-26 | 1 | -2/+2 |
| | |||||
* | Rename some struct members | Chris Robinson | 2018-11-26 | 1 | -126/+126 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -7/+7 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Use proper time types for the device clock time and latency | Chris Robinson | 2018-11-22 | 1 | -2/+4 |
| | |||||
* | Return the ringbuffer data pointers as a pair | Chris Robinson | 2018-11-19 | 1 | -5/+4 |
| | |||||
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -6/+4 |
| | |||||
* | Avoid more cases of an enum variable and type name clash | Chris Robinson | 2018-11-18 | 1 | -5/+5 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Convert the ALSA backend factory | Chris Robinson | 2018-11-15 | 1 | -74/+53 |
| | |||||
* | Use a regular char* for the device's name | Chris Robinson | 2018-11-15 | 1 | -4/+6 |
| | |||||
* | Use std::string instead of al_string for enumerating | Chris Robinson | 2018-11-15 | 1 | -4/+2 |
| | |||||
* | More clearly check if the buffer is not empty | Chris Robinson | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Fix some comment indentation | Chris Robinson | 2018-11-13 | 1 | -3/+3 |
| | |||||
* | Use C++ more with the ALSA backend | Chris Robinson | 2018-11-13 | 1 | -359/+276 |
| | |||||
* | Convert the ALSA backend to C++ | Chris Robinson | 2018-11-13 | 1 | -0/+1470 |