mpv/player
wm4 8a58355a23 command: put seek ranges at the end of output
This is a minor benign hack that reorders the MPV_FORMAT_NODE output.
The order of members is not supposed to matter, but it's how the OSD
renders them as raw output. Normally this isn't used, but
demuxer-cache-state is a "prominent" case. Moving the seek ranges to the
end avoids that the more important other fields are not cut off by going
out of the screen on the bottom.

Also output the seek ranges in reverse. The order doesn't matter either
(as declared by input.rst). Currently, the demuxer orders them by least
recent use. Reversing it makes the most recently used range (the current
range) show up on top.

In other words, this commit does basically nothing but fudge stuff in a
cosmetic way to make debugging easier for me, and you've wasted your
time reading this commit message and the diff. Good.
2019-09-19 20:37:04 +02:00
..
javascript js: expose mpv_abort_async_command() (match dbe831bd) 2019-09-11 21:08:04 +03:00
lua demux_edl, cue, mkv: clean up timeline stuff slightly 2019-09-19 20:37:04 +02:00
audio.c
client.c client: fix potential mpv_cmd/async leak 2019-07-08 16:42:47 +02:00
client.h
command.c command: put seek ranges at the end of output 2019-09-19 20:37:04 +02:00
command.h
configfiles.c Remove optical disc fancification layers 2019-09-13 17:31:59 +02:00
core.h
external_files.c external_files: add .lrc subtitle extension 2019-09-02 01:25:43 +03:00
external_files.h
javascript.c js: expose mpv_abort_async_command() (match dbe831bd) 2019-09-11 21:08:04 +03:00
loadfile.c player: don't print "Playing:" message if there's only 1 file 2019-09-19 20:37:04 +02:00
lua.c
main.c
misc.c stream: redo buffer handling and allow arbitrary size for stream_peek() 2019-09-19 20:37:04 +02:00
osd.c demux: simplify API for returning cache status 2019-09-19 20:37:04 +02:00
playloop.c playloop: update cache properties in idle state 2019-09-19 20:37:04 +02:00
screenshot.c image_writer: move convert_image() to player/screenshot.c 2019-09-14 23:02:39 +02:00
screenshot.h image_writer: move convert_image() to player/screenshot.c 2019-09-14 23:02:39 +02:00
scripting.c
sub.c
video.c video: fix player not exiting if no video frame was rendered 2019-09-19 20:37:04 +02:00