| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_video() calls pass() enough times to get some data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise between the seek request and action there can be a
get_video() call which returns "stale" data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
seek position, and make Player cope with the FFmpegDecoder emitting
pre-roll data. This seems nicer than making FFmpegDecoder do it.
|
|
|
|
on doing anything else with it.
Fix thread running waiting for audio when it is disabled.
|
|
|
|
doing anything so that the exception can be reported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|