aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/client.c
Commit message (Expand)AuthorAge
* Set thread name for debuggingGravatar wm42014-10-19
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* client API: allow returning float properties as integersGravatar wm42014-10-14
* client API: check result ptr in mpv_command_nodeGravatar James Ross-Gowan2014-10-12
* client API: add mpv_command_node[_async]Gravatar wm42014-10-11
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: make global events work and get rid of is_cplayerGravatar Stefano Pigozzi2014-10-09
* client API: add an explanatory commentGravatar wm42014-10-09
* client API: rename --input-x11-keyboard to --input-vo-keyboardGravatar wm42014-10-09
* client API: introduce numeric log levelsGravatar wm42014-10-08
* client API, X11: change default keyboard input handling againGravatar wm42014-09-28
* client API: use playback abort mechanismGravatar wm42014-09-13
* lua: synchronously wait until scripts are loadedGravatar wm42014-09-06
* client API: fix memory leak with rejected eventsGravatar wm42014-08-31
* player: update cache state only if requestedGravatar wm42014-08-28
* client API: directly lock playloopGravatar wm42014-08-14
* client API: minor optimizations for property notificationGravatar wm42014-08-02
* client API: fix deadlock when calling mpv_terminate_destroy before initGravatar wm42014-07-31
* audio, client API: check mp_make_wakeup_pipe() return valueGravatar wm42014-07-25
* client API: allow calling mpv_terminate_destroy(NULL)Gravatar wm42014-07-04
* Add more constGravatar wm42014-06-11
* client API: disable LIRC input by defaultGravatar wm42014-06-09
* client API: minor documentation fixes/enhancementsGravatar wm42014-06-08
* client API: trigger wakeup when creating wakeup pipe/callbackGravatar wm42014-06-08
* client API: restructure waiting, do log msg wakeup properlyGravatar wm42014-06-07
* client API: rename mpv_destroy() to mpv_detach_destroy()Gravatar wm42014-06-07
* client API: add API function that ensures total destructionGravatar wm42014-06-07
* client API: change mpv_wait_event() timeout semanticsGravatar wm42014-06-07
* client API: enlarge the message buffer if log level is highGravatar wm42014-06-06
* client API: call wakeup callback if there are new messagesGravatar wm42014-06-06
* client API: don't update properties in uninitialized stateGravatar wm42014-06-06
* client API: don't use the mpv config files by defaultGravatar wm42014-06-06
* client API: use shared code for creating the wakeup pipeGravatar wm42014-06-06
* client API: fix swapped pipe ends used with mpv_set_wakeup_callbackGravatar wm42014-06-06
* client API: report success status when running commandsGravatar wm42014-06-01
* client API: fix mpv_observe_property with MP_FORMAT_NONEGravatar wm42014-05-24
* client API: add mpv_load_config_file()Gravatar wm42014-05-18
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* client API: fix "missed" property notificationsGravatar wm42014-05-18
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* client API: fix inverted conditionGravatar wm42014-05-02
* client API: add chapter change eventGravatar wm42014-04-27
* dispatch: move into its own source fileGravatar wm42014-04-23
* client API: make mpv_set_option set options nativelyGravatar wm42014-04-22
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* client API: add mpv_get_wakeup_pipe convenience functionGravatar wm42014-04-12
* client API: include the reason in MPV_EVENT_END_FILEGravatar wm42014-04-11
* client: change equality rules for MPV_FORMAT_NONEGravatar wm42014-04-09