aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-2/+2
|
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-2/+2
|
* Cleanup the examples' includesChris Robinson2019-07-292-6/+2
|
* Return a signed integer from altime_getChris Robinson2018-11-272-8/+8
|
* Add the appropriate include for the _POSIX_TIMERS macroChris Robinson2018-11-271-0/+1
|
* Fix use of clock_gettimeChris Robinson2018-11-271-2/+2
|
* Avoid relying on struct timespecChris Robinson2018-11-262-41/+31
|
* Avoid including threads.h in the example helpersChris Robinson2018-11-262-5/+6
|
* Move altimespec_get and al_nssleep to examples' common codeChris Robinson2018-11-102-0/+80
|
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-044-465/+9
| | | | Also remove wrappers for the now-unsupported buffer_samples extension.
* Allow specifying the device to open for the examplesChris Robinson2016-09-082-7/+25
|
* Avoid using usleep in the examplesChris Robinson2015-12-041-8/+2
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* Handle non-native endian formats with SDL_soundChris Robinson2013-06-191-2/+17
|
* Use SDL_sound for the other examplesChris Robinson2013-06-052-704/+0
|
* Use SDL_sound for the alstream exampleChris Robinson2013-06-053-0/+196
|
* Print the name of the device when opening it in the example appsChris Robinson2012-10-311-0/+1
|
* Reorder and comment some function in alhelpers.cChris Robinson2012-10-251-81/+88
|
* Move alhelpers and alffmpeg code to a common sub-directoryChris Robinson2012-10-144-0/+1070