liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.84k stars 281 forks source link

video support #452

Open allebot opened 14 years ago

allebot commented 14 years ago

Originally reported by: elias-pschernig

Original Ticket: alleg/feature-requests/34

Many games will need video, for intro sequences or in-game sequences. Even Allegro 3.12 had video support. So an addon for it certainly would be nice.

The API likely would be a streaming one. That is, al_load_video would return a normal audio stream which you can use to play the audio, but in addition also deliver the video frames.

beoran commented 9 years ago

We have a video addon now, so what is missing in it? Synchronization? What else?