Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly include libavutil/channel_layout.h for the channel layout stuff | Chris Robinson | 2014-07-18 | 1 | -0/+1 |
| | |||||
* | AL_SOFT_source_length is complete | Chris Robinson | 2014-07-05 | 1 | -1/+1 |
| | |||||
* | Open and close the file in the main thread in alffplay | Chris Robinson | 2014-06-08 | 1 | -26/+28 |
| | | | | | This avoid problems with the file being closed while a video refresh is still scheduled. | ||||
* | Add an ffmpeg-based example player | Chris Robinson | 2014-06-02 | 1 | -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. |