1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 12:02:39 +00:00
mpv/player
wm4 6bcda94cbc video: if hr-seek goes past last frame, seek to last frame
This gives much better behavior in general, and is what we want if video
somehow ends earlier than audio.

A common special is using an audio file with an external image file.
This commit makes things like switching aspect ratio work (provided the
demuxer for the image behaves correctly, which currently isn't the case
with demux_mf.c). Since the image file had timestamp 0, it was usually
skipped by hr-seek, and changed properties weren't applied to it at the
start of the filter chain.
2019-11-17 02:11:45 +01:00
..
javascript
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.h
javascript.c
loadfile.c options: remove M_SETOPT_RUNTIME 2019-11-10 23:53:57 +01:00
lua.c
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
sub.c
video.c video: if hr-seek goes past last frame, seek to last frame 2019-11-17 02:11:45 +01:00