mpv/player
wm4 0e97808fc5 player: show AV-desync message in all framedrop modes
This was shown only if decoder-framedropping was enabled, and only if at
least 50 frames were dropped by it. Since drop_frame_cnt used to mean
"number of late frames", this code made sense, but this is not the case
anymore: drop_frame_cnt can be even 0, all while video gets hopelessly
behind audio.

One problem with this is that short desync spikes (which usually can
probably dealt with) will also cause this message to be shown. If it
gets triggered too often, the code will need to be adjusted.
2014-11-01 01:06:22 +01:00
..
lua osc: make text squuezing layout dependent 2014-10-24 01:56:15 +02:00
timeline matroska: look for all known matroska file extensions 2014-10-06 22:33:21 +02:00
audio.c client API: better error reporting 2014-10-28 20:30:12 +01:00
client.c player: add an option to abort playback on partial init failures 2014-10-28 20:30:12 +01:00
client.h command: finish hook execution if client fails 2014-10-24 21:57:02 +02:00
command.c sub: remove osd_get_sub() 2014-11-01 00:02:01 +01:00
command.h command: remove hook cancellation mechanism 2014-10-20 23:43:10 +02:00
configfiles.c options: don't load per-file config files by default 2014-10-17 02:55:31 +02:00
core.h sub: remove osd_get_sub() 2014-11-01 00:02:01 +01:00
discnav.c sd_lavc: strictly letter-box PGS subtitles 2014-10-21 11:37:32 +02:00
loadfile.c player: improve exit message in some scenarios 2014-10-31 00:51:52 +01:00
lua.c lua: subprocess: fix dumb 2014-10-26 01:52:31 +02:00
main.c player: improve exit message in some scenarios 2014-10-31 00:51:52 +01:00
main_fn.c cocoa: fix build by using the correct HAVE_* macro 2014-08-06 09:31:59 +02:00
misc.c player: don't display zero duration for files with unknown duration 2014-10-29 21:54:59 +01:00
osd.c player: change framedrop display in the status line 2014-10-31 01:01:58 +01:00
playloop.c player: don't display zero duration for files with unknown duration 2014-10-29 21:54:59 +01:00
screenshot.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
screenshot.h
scripting.c osdep: limit thread names to 16 characters 2014-10-20 00:17:11 +02:00
sub.c sub: remove osd_get_sub() 2014-11-01 00:02:01 +01:00
video.c player: show AV-desync message in all framedrop modes 2014-11-01 01:06:22 +01:00