index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
player
/
client.c
Commit message (
Expand
)
Author
Age
*
client API: fix memory leak with rejected events
wm4
2014-08-31
*
player: update cache state only if requested
wm4
2014-08-28
*
client API: directly lock playloop
wm4
2014-08-14
*
client API: minor optimizations for property notification
wm4
2014-08-02
*
client API: fix deadlock when calling mpv_terminate_destroy before init
wm4
2014-07-31
*
audio, client API: check mp_make_wakeup_pipe() return value
wm4
2014-07-25
*
client API: allow calling mpv_terminate_destroy(NULL)
wm4
2014-07-04
*
Add more const
wm4
2014-06-11
*
client API: disable LIRC input by default
wm4
2014-06-09
*
client API: minor documentation fixes/enhancements
wm4
2014-06-08
*
client API: trigger wakeup when creating wakeup pipe/callback
wm4
2014-06-08
*
client API: restructure waiting, do log msg wakeup properly
wm4
2014-06-07
*
client API: rename mpv_destroy() to mpv_detach_destroy()
wm4
2014-06-07
*
client API: add API function that ensures total destruction
wm4
2014-06-07
*
client API: change mpv_wait_event() timeout semantics
wm4
2014-06-07
*
client API: enlarge the message buffer if log level is high
wm4
2014-06-06
*
client API: call wakeup callback if there are new messages
wm4
2014-06-06
*
client API: don't update properties in uninitialized state
wm4
2014-06-06
*
client API: don't use the mpv config files by default
wm4
2014-06-06
*
client API: use shared code for creating the wakeup pipe
wm4
2014-06-06
*
client API: fix swapped pipe ends used with mpv_set_wakeup_callback
wm4
2014-06-06
*
client API: report success status when running commands
wm4
2014-06-01
*
client API: fix mpv_observe_property with MP_FORMAT_NONE
wm4
2014-05-24
*
client API: add mpv_load_config_file()
wm4
2014-05-18
*
options: unify code for setting string and "raw" options
wm4
2014-05-18
*
threads: use mpv time for mpthread_cond_timedwait wrapper
wm4
2014-05-18
*
client API: fix "missed" property notifications
wm4
2014-05-18
*
player: reorganize how lua scripts are loaded
wm4
2014-05-13
*
client API: fix inverted condition
wm4
2014-05-02
*
client API: add chapter change event
wm4
2014-04-27
*
dispatch: move into its own source file
wm4
2014-04-23
*
client API: make mpv_set_option set options natively
wm4
2014-04-22
*
client API: remove mpv_event_pause_reason
wm4
2014-04-14
*
client API: add mpv_get_wakeup_pipe convenience function
wm4
2014-04-12
*
client API: include the reason in MPV_EVENT_END_FILE
wm4
2014-04-11
*
client: change equality rules for MPV_FORMAT_NONE
wm4
2014-04-09
*
client: add a comment
wm4
2014-04-09
*
client API: avoid redundant property change events if possible
wm4
2014-04-08
*
client API: add a way to notify clients of property changes
wm4
2014-04-06
*
client API: use a manual ringbuffer
wm4
2014-04-06
*
command, lua: change script_message semantics
wm4
2014-03-17
*
client API: fix timeout handling
wm4
2014-03-01
*
client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK
wm4
2014-02-28
*
client API: wait for remaining asynchronous requests before terminating
wm4
2014-02-28
*
client API: don't explode when destroying uninitialized mpv_handle
wm4
2014-02-26
*
client API: accept NULL as mpv_destroy() argument
wm4
2014-02-26
*
client API: treat MPV_FORMAT_STRING differently in mpv_set_property
wm4
2014-02-26
*
client API: fix broken property/option functions
xylosper
2014-02-26
*
client API: report pause/unpause reason
wm4
2014-02-24
*
client API: expose the internal clock
wm4
2014-02-24
[next]