aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alffplay.c
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly include libavutil/channel_layout.h for the channel layout stuffChris Robinson2014-07-181-0/+1
|
* AL_SOFT_source_length is completeChris Robinson2014-07-051-1/+1
|
* Open and close the file in the main thread in alffplayChris Robinson2014-06-081-26/+28
| | | | | This avoid problems with the file being closed while a video refresh is still scheduled.
* Add an ffmpeg-based example playerChris Robinson2014-06-021-0/+1476
This example shows proper timing and A/V synchronization with an OpenAL stream. Requires the in-progress AL_SOFTX_source_length extension to avoid manually keeping track of the buffer queue length.