mpv/player
wm4 1e27d130a2 client API: change semantics for MPV_FORMAT_STRING
With mpv_set_property(h, "property", MPV_FORMAT_STRING, ptr), ptr now
has to be of type char** instead of char*. This makes it more consistent
with mpv_get_property() and also non-pointer formats, which will be
introduced in the following commits. mpv_set_property() of course does
not change its interface (only its implementation is adjusted to keep
its interface).

This also affects mpv_set_option(), but again not
mpv_set_option_string().
2014-02-24 20:50:47 +01:00
..
lua lua: fix behavior if no script command handler is registered 2014-02-23 16:48:48 +01:00
timeline edl: extend with chapter timestamps 2014-02-19 00:06:00 +01:00
audio.c client API: add events for video and audio reconfig 2014-02-17 02:52:59 +01:00
client.c client API: change semantics for MPV_FORMAT_STRING 2014-02-24 20:50:47 +01:00
client.h Add a client API 2014-02-10 21:01:35 +01:00
command.c command: use DVD volume ID for media-title property 2014-02-23 18:16:24 +01:00
command.h options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
configfiles.c player: load encoding-profiles.conf before the main config 2014-01-01 19:25:52 +01:00
core.h client API: add events for video and audio reconfig 2014-02-17 02:52:59 +01:00
dvdnav.c input, dvdnav: fix osc stealing input from dvdnav 2014-02-19 15:40:04 +01:00
loadfile.c input: check for abort cmd in multi-commands 2014-02-20 13:40:32 +01:00
lua.c lua: add mechanism for script provided key bindings 2014-02-17 02:52:58 +01:00
lua.h lua: port to client API 2014-02-10 21:03:59 +01:00
main.c player: fix --force-window on OSX 2014-02-11 20:11:05 +01:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
misc.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
osd.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
playloop.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
screenshot.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
screenshot.h
sub.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
video.c client API: add events for video and audio reconfig 2014-02-17 02:52:59 +01:00