mpv/player
wm4 756adee999 client API: be more lenient about mpv_suspend/resume mismatches
Before this commit, this was defined to trigger undefined behavior. This
was nice because it required less code; but on the other hand, Lua as
well as IPC support had to check these things manually. Do it directly
in the API to avoid code duplication, and to make the API more robust.
(The total code size still grows, though...)

Since all of the failure cases were originally meant to ruin things
forever, there is no way to return error codes. So just print the
errors.
2014-12-15 14:44:47 +01:00
..
lua options: deprecate 'lua' based options/dirs for 'script' 2014-12-15 04:39:56 +01:00
timeline player: always use demux_chapter 2014-11-02 17:29:41 +01:00
audio.c audio: alternative fix for previous commit 2014-11-27 18:52:22 +01:00
client.c client API: be more lenient about mpv_suspend/resume mismatches 2014-12-15 14:44:47 +01:00
client.h client API: be more lenient about mpv_suspend/resume mismatches 2014-12-15 14:44:47 +01:00
command.c command, dvd: add property which returns list of DVD titles 2014-12-13 20:25:56 +01:00
command.h command: add window-minimized property (X11 only) 2014-11-02 20:55:07 +01:00
configfiles.c options: add option for ignoring patch in resume mechanism 2014-12-13 00:04:08 +01:00
core.h client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00
discnav.c osc, dvd, bd: fix mouse state when changing menu modes 2014-12-05 16:04:04 +01:00
loadfile.c options: add a 'once' idle mode 2014-12-07 16:22:38 +01:00
lua.c client API: be more lenient about mpv_suspend/resume mismatches 2014-12-15 14:44:47 +01:00
main.c client API: allow multiple mpv instances with terminal=yes 2014-12-02 20:36:55 +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 command: improve A-B loop behavior 2014-11-18 20:28:54 +01:00
playloop.c player: add a --keep-open=always mode 2014-12-12 23:45:16 +01:00
screenshot.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
screenshot.h
scripting.c scripting: fix/improve deprecation message 2014-12-15 06:24:05 +01:00
sub.c build: fix --disable-libass 2014-12-08 18:17:20 +01:00
video.c client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00