aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/client.c
Commit message (Expand)AuthorAge
...
* client API: add function to create new mpv_handles from existing onesGravatar wm42014-12-31
* vo_opengl_cb: simplify API uninitializationGravatar wm42014-12-31
* client API: fix compiler warning if openglcb API is disabledGravatar wm42014-12-22
* client API: fix mpv_wakeup()Gravatar wm42014-12-22
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* client API: expose OpenGL rendererGravatar wm42014-12-09
* client API: allow multiple mpv instances with terminal=yesGravatar wm42014-12-02
* client API: print version on initializationGravatar wm42014-12-02
* client API: make sure youtube-dl is not used by defaultGravatar wm42014-11-25
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: restrict client namesGravatar wm42014-11-23
* client: remove redundant assignmentGravatar wm42014-11-07
* client API: silence silly clang warningGravatar wm42014-11-07
* command: make window-scale property observableGravatar wm42014-11-02
* player: add an option to abort playback on partial init failuresGravatar wm42014-10-28
* client API: better error reportingGravatar wm42014-10-28
* command: finish hook execution if client failsGravatar wm42014-10-24
* client API: print properties set with -vGravatar wm42014-10-23
* 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