1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 15:27:00 +00:00
mpv/player
wm4 126b7c4739 player: respect --untimed on last frame
The last video frame is another case that has a separate code path,
although it's pretty similar to the one in commit 73e5aa87. Fix this
in a different way, which also takes care of the last frame case,
although without context the code becomes slightly more tricky.

As further cleanup, move the decision about framedropping itself to
the same place, so the check in vo.c becomes much simpler. The check
for the vo->driver->encode flag, which is remvoed completely, was
redundant too.

Fixes #1480.
2015-01-25 17:00:20 +09:00
..
lua OSC: Reset all styles for idle message 2015-01-25 17:00:19 +09:00
timeline tl_matroska: check chapter bounds 2015-01-25 17:00:18 +09:00
audio.c player: don't fall asleep on audio decoding errors 2015-01-25 17:00:09 +09:00
client.c client API: fix mpv_wakeup() 2015-01-25 17:00:13 +09:00
client.h client API: be more lenient about mpv_suspend/resume mismatches 2015-01-25 17:00:13 +09:00
command.c x11: make display-names property observable 2015-01-25 17:00:17 +09:00
command.h command: add window-minimized property (X11 only) 2014-11-02 20:55:07 +01:00
configfiles.c player: restore ab-loop settings with playback resume 2014-12-17 20:05:01 +01:00
core.h video: better pipelining with vf_vapoursynth 2015-01-25 17:00:17 +09:00
discnav.c osc, dvd, bd: fix mouse state when changing menu modes 2014-12-08 00:02:24 +01:00
loadfile.c player: enable demuxer thread for external audio files 2015-01-25 17:00:19 +09:00
lua.c client API: be more lenient about mpv_suspend/resume mismatches 2015-01-25 17:00:13 +09:00
main_fn.c cocoa: fix build by using the correct HAVE_* macro 2014-08-06 09:31:59 +02:00
main.c video: better pipelining with vf_vapoursynth 2015-01-25 17:00:17 +09:00
misc.c player: don't display zero duration for files with unknown duration 2014-10-29 21:54:59 +01:00
osd.c command: improve A-B loop behavior 2014-11-18 20:28:54 +01:00
playloop.c player: fallback to seek time for percent-pos property 2015-01-25 17:00:19 +09:00
screenshot.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
screenshot.h
scripting.c player: integrate ytdl_hook.lua 2014-11-19 18:59:38 +01:00
sub.c player: fix random crashes on uninitialization 2015-01-25 17:00:13 +09:00
video.c player: respect --untimed on last frame 2015-01-25 17:00:20 +09:00