aidancrowther / aidancrowther/ASCIIPlay
Improve Fast-forwarding
Aperta
enhancement
- Lingua principale
- C
- Stelle
- 33
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Fast-forwarding currently operates by disengaging the frame limiter to allow the renderer to pull frames as they are decoded. This allows the video to run at a faster pace, however, it is quite slow once the renderer catches up to the buffer head.
Instead, the buffer should be caught up to and cleared as necessary, and then frames should be skipped in the loader to increase the rendering pace, going back to normal once the fast forward is terminated.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.