1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/player
wm4 2123ca52c9 player: print an error message if run command fails
Note that we can't use mp_msg, because it's not async-signal safe (we
might be running other threads while forking, so only functions
specified to be async-signal safe can be called, and this doesn't
include stdio; mp_msg acquires a mutex too).

Also, always print a \n before running the program to flush the status
line. The effect is that a program running successfully as well as the
error message will effectively start on a new line.
2014-01-05 20:11:01 +01:00
..
lua osc: use mp.send_commandv 2013-12-20 18:02:01 +01:00
timeline stream: mp_msg conversions 2013-12-21 21:43:16 +01:00
audio.c player: add infrastructure to select multiple tracks at once 2013-12-24 17:46:08 +01:00
command.c player: print an error message if run command fails 2014-01-05 20:11:01 +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 select subtitles added from quvi by default 2014-01-05 16:15:30 +01:00
dvdnav.c dvdnav: set correct stride for fake highlights 2014-01-03 16:45:59 +01:00
loadfile.c player: don't select subtitles added from quvi by default 2014-01-05 16:15:30 +01:00
lua.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
lua.h Rename mp_lua.c/h to lua.c/h 2013-12-17 01:15:48 +01:00
main.c Windows: use the GUI subsystem, attach to console 2014-01-02 05:30:49 +01:00
misc.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
osd.c player: add --secondary-sid for displaying a second subtitle stream 2013-12-24 17:46:14 +01:00
playloop.c player: add --secondary-sid for displaying a second subtitle stream 2013-12-24 17:46:14 +01:00
screenshot.c path: change mp_splitext() semantics 2013-12-22 23:25:08 +01:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
sub.c player: add --secondary-sid for displaying a second subtitle stream 2013-12-24 17:46:14 +01:00
video.c video: fix --brightness etc. options 2013-12-29 22:18:27 +01:00