Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update alffplay to support newer ffmpeg versions | Chris Robinson | 2022-08-20 | 1 | -16/+2 |
| | |||||
* | Fix configure-time ffmpeg version detection | Chris Robinson | 2020-08-12 | 1 | -11/+3 |
| | |||||
* | Don't require SDL_sound for alffplay | Chris Robinson | 2017-02-11 | 1 | -0/+6 |
| | | | | Also explicitly link with libz for alffplay, since static ffmpeg libs need it. | ||||
* | Add an ffmpeg-based example player | Chris Robinson | 2014-06-02 | 1 | -0/+173 |
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. |