aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/client.c
Commit message (Expand)AuthorAge
...
* 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
* client: add a commentGravatar wm42014-04-09
* client API: avoid redundant property change events if possibleGravatar wm42014-04-08
* client API: add a way to notify clients of property changesGravatar wm42014-04-06
* client API: use a manual ringbufferGravatar wm42014-04-06
* command, lua: change script_message semanticsGravatar wm42014-03-17
* client API: fix timeout handlingGravatar wm42014-03-01
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKGravatar wm42014-02-28
* client API: wait for remaining asynchronous requests before terminatingGravatar wm42014-02-28
* client API: don't explode when destroying uninitialized mpv_handleGravatar wm42014-02-26
* client API: accept NULL as mpv_destroy() argumentGravatar wm42014-02-26
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertyGravatar wm42014-02-26
* client API: fix broken property/option functionsGravatar xylosper2014-02-26
* client API: report pause/unpause reasonGravatar wm42014-02-24
* client API: expose the internal clockGravatar wm42014-02-24