mpv/player
wm4 37ad3e79dd threads: use utility+POSIX functions instead of weird wrappers
There is not much of a reason to have these wrappers around. Use POSIX
standard functions directly, and use a separate utility function to take
care of the timespec calculations. (Course POSIX for using this weird
format for time values.)

(cherry picked from commit 92b9d75d72)
2015-05-15 10:30:15 +09:00
..
lua ytdl_hook: remove tabs 2015-05-15 10:28:34 +09:00
audio.c Update license headers 2015-04-13 12:10:01 +02:00
client.c threads: use utility+POSIX functions instead of weird wrappers 2015-05-15 10:30:15 +09:00
client.h
command.c player: log track list when adding or removing external files 2015-04-29 18:39:49 +09:00
command.h client API: add glue for making full use of mpv_command_node() 2015-04-20 23:00:12 +02:00
configfiles.c player: avoid undefined behavior when resumign DVD/BD playback 2015-05-15 10:27:30 +09:00
core.h build: move main-fn files to osdep 2015-05-07 10:45:33 +09:00
discnav.c command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
loadfile.c player: log track list when adding or removing external files 2015-04-29 18:39:49 +09:00
lua.c lua: add utils.format_json() function 2015-04-22 20:55:05 +02:00
main.c win32: move platform specifics to osdep 2015-05-07 10:45:39 +09:00
misc.c Update license headers 2015-04-13 12:10:01 +02:00
osd.c Update license headers 2015-04-13 12:10:01 +02:00
playloop.c player: handle hotplug events in idle mode too 2015-05-07 10:45:14 +09:00
screenshot.c client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c player: properly destroy client context if thread can't be created 2015-05-07 10:41:43 +09:00
sub.c Update license headers 2015-04-13 12:10:01 +02:00
video.c player: flush decoder even if cover art is decoded 2015-04-24 23:27:12 +02:00