0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/player
wm4 c47c59f2df player: don't use OSD message stack for term OSD subs
Showing subtitles on terminal used the OSD message stack (which uses a
stack to "pile up" messages that were displayed at the same time). This
had a bunch of weird and annoying consequences. This accessed a certain
osd_state field, which is a minor annoyance since I want to make that
struct opaque. Implement this differently.
2014-01-17 21:55:23 +01:00
..
lua lua: use core log level names 2014-01-16 23:06:41 +01:00
timeline stream: mp_msg conversions 2013-12-21 21:43:16 +01:00
audio.c Fix audio delay inversion 2014-01-06 18:40:31 +01:00
command.c msg: move special declarations to msg_control.h 2014-01-16 23:06:40 +01:00
command.h m_property: mp_msg conversions 2013-12-21 21:04:21 +01:00
configfiles.c player: load encoding-profiles.conf before the main config 2014-01-01 19:25:52 +01:00
core.h player: don't use OSD message stack for term OSD subs 2014-01-17 21:55:23 +01:00
dvdnav.c dvdnav: set correct stride for fake highlights 2014-01-03 16:45:59 +01:00
loadfile.c player: avoid stalling when starting a network stream 2014-01-14 22:24:07 +01:00
lua.c lua: add a --lua-opts option, which can be queried by scripts 2014-01-16 23:06:41 +01:00
lua.h Rename mp_lua.c/h to lua.c/h 2013-12-17 01:15:48 +01:00
main.c msg: move special declarations to msg_control.h 2014-01-16 23:06:40 +01:00
misc.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
osd.c player: don't use OSD message stack for term OSD subs 2014-01-17 21:55:23 +01:00
playloop.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
screenshot.c screenshot: add format specifiers to get file directory path 2014-01-08 21:09:01 +01:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
sub.c Fix subtitle delay inversion 2014-01-06 17:09:31 +01:00
video.c video: fix --brightness etc. options 2013-12-29 22:18:27 +01:00