1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 04:42:10 +00:00
mpv/player
wm4 ed116e8b06 player: simplify OSD message handling code
Eliminate the remains of the OSD message stack. Another simplification
comes from the fact that we do not need to care about time going
backwards (we always use a monotonic time source, and wrapping time
values are practically impossible). What this code was pretty trivial,
and by now unnecessarily roundabout.

Merge get_osd_msg() into update_osd_msg(), and add_osd_msg() into
set_osd_msg_va().
2014-09-25 21:32:56 +02:00
..
lua osc: update cache display 2014-09-25 11:57:49 +02:00
timeline Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
audio.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
client.c client API: use playback abort mechanism 2014-09-13 16:52:42 +02:00
client.h lua: synchronously wait until scripts are loaded 2014-09-06 17:02:47 +02:00
command.c command: no space before "%" in volume default OSD message 2014-09-22 18:07:34 +02:00
command.h client API: minor optimizations for property notification 2014-08-02 01:53:22 +02:00
configfiles.c player: don't let multiline filenames set options on resume 2014-09-16 18:23:01 +02:00
core.h player: simplify OSD message handling code 2014-09-25 21:32:56 +02:00
discnav.c video: get rid of video_next_pts field 2014-08-22 14:22:06 +02:00
loadfile.c player: shorten skip heuristic for playlist_prev to 1 second 2014-09-14 10:32:24 +02:00
lua.c sanitizer: avoid divide-by-zero instances 2014-09-14 21:07:30 +02:00
main_fn.c cocoa: fix build by using the correct HAVE_* macro 2014-08-06 09:31:59 +02:00
main.c stream: redo playback abort handling 2014-09-13 16:09:51 +02:00
misc.c player: move code to make playloop smaller 2014-09-25 21:32:56 +02:00
osd.c player: simplify OSD message handling code 2014-09-25 21:32:56 +02:00
playloop.c player: move code to make playloop smaller 2014-09-25 21:32:56 +02:00
screenshot.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
screenshot.h
scripting.c lua: synchronously wait until scripts are loaded 2014-09-06 17:02:47 +02:00
sub.c sub: approximate subtitle display in no-video mode 2014-09-25 21:32:56 +02:00
video.c player: rate-limit OSD text update 2014-09-25 21:32:56 +02:00