1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-08 07:57:19 +00:00
mpv/player
wm4 ae4613cd3b video: fix video end condition
This wasn't really fine, and could (perhaps) cause weird corner cases on
reinit or when the player was paused.

Before eb9d20, video_left was also set to true if vo->frame_loaded was
set, and this variable basically indicated whether the previous
update_video() call was successful. This was overlooked when changing
everything. Simply always call update_video(), it should be equivalent.
2014-05-03 15:29:48 +02:00
..
lua lua: make it easier to integrate with foreign event loops 2014-04-12 20:41:12 +02:00
timeline player: remove ASX, SMIL and NSC playlist parsers 2014-04-13 15:40:05 +02:00
audio.c
client.c client API: fix inverted condition 2014-05-02 17:23:25 +02:00
client.h client API: add a way to notify clients of property changes 2014-04-06 03:22:49 +02:00
command.c video: handle colorspace and aspect overrides separately 2014-05-02 01:09:55 +02:00
command.h client API: add a way to notify clients of property changes 2014-04-06 03:22:49 +02:00
configfiles.c encode: don't apply default config options 2014-04-19 22:05:17 +02:00
core.h video: removed unused stuff 2014-05-02 14:48:52 +02:00
discnav.c
loadfile.c client API: add chapter change event 2014-04-27 22:28:07 +02:00
lua.c lua: remove "lua/" prefix from script names 2014-05-02 01:25:58 +02:00
lua.h
main_fn.c
main.c client API: add chapter change event 2014-04-27 22:28:07 +02:00
misc.c
osd.c player: hack to fix --msgmodule --term-osd-bar 2014-04-13 13:03:31 +02:00
playloop.c video: fix video end condition 2014-05-03 15:29:48 +02:00
screenshot.c video: remove redundant mp_image display_w/_h members 2014-04-29 13:31:59 +02:00
screenshot.h
sub.c video: handle colorspace and aspect overrides separately 2014-05-02 01:09:55 +02:00
video.c player: remove extremely obscure undefined behavior 2014-05-02 14:45:56 +02:00