1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 09:57:34 +00:00
mpv/player
wm4 f942071524 video: set EOF status as soon as possible
See what the added code comment says. Normally when this is needed, it's
the cover art case. But this flag is not set when using an external
image. This gives weird seek behavior, because the frame will be
"normally" displayed for its determined duration, and during normal
video playback, the video pts will be used - which is always 0 here.

This should happen only if audio is active. Otherwise, we're more or
less in image viewer mode, where the image should be displayed for a
configured duration.
2019-11-17 02:11:45 +01:00
..
javascript js: expose mpv_abort_async_command() (match dbe831bd) 2019-09-11 21:08:04 +03:00
lua stats, demux: log byte level stream seeks 2019-11-07 22:53:13 +01:00
audio.c player: partially rework --cache-pause 2019-10-11 20:01:51 +02:00
client.c client API: remove sync. property notification code again 2019-11-16 18:33:28 +01:00
client.h client API: remove unused global event mask 2019-10-24 16:27:24 +02:00
command.c options: remove M_SETOPT_RUNTIME 2019-11-10 23:53:57 +01:00
command.h demux, command: add a third stream recording mechanism 2019-09-19 20:37:05 +02:00
configfiles.c options: remove M_SETOPT_RUNTIME 2019-11-10 23:53:57 +01:00
core.h video: do not disable display-sync on A/V desync 2019-10-17 19:23:35 +02:00
external_files.c external_files: add .lrc subtitle extension 2019-09-02 01:25:43 +03:00
external_files.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
javascript.c js: expose mpv_abort_async_command() (match dbe831bd) 2019-09-11 21:08:04 +03:00
loadfile.c options: remove M_SETOPT_RUNTIME 2019-11-10 23:53:57 +01:00
lua.c lua: expose mpv_abort_async_command() 2018-05-24 19:56:34 +02:00
main.c test: merge test_helpers.c and index.c 2019-11-08 20:34:07 +01:00
misc.c player: simplify --stream-dump code 2019-10-31 11:05:55 +01:00
osd.c player: format low cache duration with more decimals 2019-10-11 19:18:43 +02:00
playloop.c player: enable "pause caching" code for local playback too 2019-11-14 13:51:47 +01:00
screenshot.c screenshot, vo_image: use global swscale/zimg parameters 2019-10-31 15:44:09 +01:00
screenshot.h screenshot, vo_image: use global swscale/zimg parameters 2019-10-31 15:44:09 +01:00
scripting.c scripting: change when/how player waits for scripts being loaded 2018-04-18 01:17:41 +03:00
sub.c player: ensure backward playback state is propagated on track switching 2019-09-19 20:37:05 +02:00
video.c video: set EOF status as soon as possible 2019-11-17 02:11:45 +01:00