Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some more implicit conversions noted by GCC | Chris Robinson | 2019-09-14 | 1 | -2/+2 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | Cleanup the examples' includes | Chris Robinson | 2019-07-29 | 2 | -6/+2 |
| | |||||
* | Return a signed integer from altime_get | Chris Robinson | 2018-11-27 | 2 | -8/+8 |
| | |||||
* | Add the appropriate include for the _POSIX_TIMERS macro | Chris Robinson | 2018-11-27 | 1 | -0/+1 |
| | |||||
* | Fix use of clock_gettime | Chris Robinson | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | Avoid relying on struct timespec | Chris Robinson | 2018-11-26 | 2 | -41/+31 |
| | |||||
* | Avoid including threads.h in the example helpers | Chris Robinson | 2018-11-26 | 2 | -5/+6 |
| | |||||
* | Move altimespec_get and al_nssleep to examples' common code | Chris Robinson | 2018-11-10 | 2 | -0/+80 |
| | |||||
* | Remove unnecessary wrappers around SDL_sound | Chris Robinson | 2017-03-04 | 4 | -465/+9 |
| | | | | Also remove wrappers for the now-unsupported buffer_samples extension. | ||||
* | Allow specifying the device to open for the examples | Chris Robinson | 2016-09-08 | 2 | -7/+25 |
| | |||||
* | Avoid using usleep in the examples | Chris Robinson | 2015-12-04 | 1 | -8/+2 |
| | | | | We already have an al_nssleep wrapper in the common lib we can use. | ||||
* | Handle non-native endian formats with SDL_sound | Chris Robinson | 2013-06-19 | 1 | -2/+17 |
| | |||||
* | Use SDL_sound for the other examples | Chris Robinson | 2013-06-05 | 2 | -704/+0 |
| | |||||
* | Use SDL_sound for the alstream example | Chris Robinson | 2013-06-05 | 3 | -0/+196 |
| | |||||
* | Print the name of the device when opening it in the example apps | Chris Robinson | 2012-10-31 | 1 | -0/+1 |
| | |||||
* | Reorder and comment some function in alhelpers.c | Chris Robinson | 2012-10-25 | 1 | -81/+88 |
| | |||||
* | Move alhelpers and alffmpeg code to a common sub-directory | Chris Robinson | 2012-10-14 | 4 | -0/+1070 |