aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-247-394/+271
* Use libsndfile for the alplay exampleChris Robinson2020-03-241-52/+42
* Update to C++14Chris Robinson2020-03-221-1/+1
* Remove AL_SOFT_map_buffer from alffplay and add AL_SOFT_callback_bufferChris Robinson2020-02-231-153/+365
* Add a streaming example using a callback bufferChris Robinson2020-02-201-0/+436
* Get the audio sync once per update in alffplayChris Robinson2020-01-131-29/+27
* Finalize AL_SOFT_bformat_exChris Robinson2020-01-051-12/+12
* Make the new direct channel remix extension publicChris Robinson2019-12-281-7/+12
* Test the B-Format buffer extension in alffplayChris Robinson2019-12-021-9/+43
* Wrap the cycle amount when passing to sin()Chris Robinson2019-10-121-1/+4
* Enable and fix some more warningsChris Robinson2019-09-185-80/+80
* Fix a few more GCC warningsChris Robinson2019-09-141-2/+2
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-143-5/+6
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-1211-91/+97
* Cleanup the examples' includesChris Robinson2019-07-2911-32/+54
* Increase the video picture queue size to 24Chris Robinson2019-07-261-1/+1
* Only redraw the image when necessaryChris Robinson2019-07-231-5/+16
* Only send packets as neededChris Robinson2019-07-231-39/+49
* Use a local variable to track the decoded ptsChris Robinson2019-07-201-6/+5
* Set the initial clock time closer to starting playbackChris Robinson2019-07-201-15/+13
* Restructure codec send/receive callsChris Robinson2019-07-191-75/+64
* Receive video frames in a loopChris Robinson2019-07-161-40/+50
* Use atomics for the picture queueChris Robinson2019-07-141-29/+35
* Don't use the same mutex for the video clockChris Robinson2019-07-141-16/+14
* Receive frames directly into the picture's AVFrameChris Robinson2019-07-141-34/+19
* Don't use one texture per picture in alffplayChris Robinson2019-07-141-79/+60
* Handle alffplay video using continuous renderingChris Robinson2019-07-121-291/+236
* Try to improve alffplay timing againChris Robinson2019-07-111-25/+38
* Some clean up to use uniform initializationChris Robinson2019-07-101-24/+24
* Improve alffplay video clock timingChris Robinson2019-07-091-7/+12
* Rework packet handling in alffplayChris Robinson2019-07-081-228/+170
* Somewhat simplify alffplay playback timingChris Robinson2019-07-061-49/+29
* Make sure a variable is set before useChris Robinson2019-06-301-0/+1
* Properly set DisableVideo to trueChris Robinson2019-06-301-1/+1
* Add an option to disable video in alffplayChris Robinson2019-06-301-1/+4
* Use a proper flag to indicate audio is prepared in alffplayChris Robinson2019-03-011-14/+9
* Unlock the audio decoder mutex before disabling events in alffplayChris Robinson2019-02-251-2/+3
* Fixed alffplay underrun recovery timingChris Robinson2019-02-041-33/+26
* Partially handle ambisonics in alffplayChris Robinson2019-01-271-28/+98
* Replace a couple more C-style castsChris Robinson2019-01-081-3/+2
* Avoid using old style castsFilip Gawin2019-01-081-14/+14
* Use nullptr in cpp filesFilip Gawin2019-01-071-1/+1
* Return a signed integer from altime_getChris Robinson2018-11-273-10/+10
* 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-263-48/+37
* Avoid including threads.h in the example helpersChris Robinson2018-11-263-5/+7
* Try to improve alffplay underrun device time adjustmentChris Robinson2018-11-201-1/+1
* Improve audio underrun recordery in alffplayChris Robinson2018-11-181-0/+12
* Move altimespec_get and al_nssleep to examples' common codeChris Robinson2018-11-102-0/+80