summaryrefslogtreecommitdiffstats
path: root/osdep/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* timer: fix a corner case on clock changeswm42015-07-041-1/+4
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-1/+7
* timer: add "static" to a variablewm42015-05-011-1/+1
* msg: add --log-file optionwm42015-01-261-1/+1
* timer: remove unneeded time_t overflow checkwm42014-05-241-12/+1
* timer: workaround for crappy operating systemswm42014-05-231-0/+1
* timer: fix previous commitwm42014-05-221-1/+1
* timer: improve overflow checkswm42014-05-221-4/+5
* timer: fix (usually impossible) timespec.tv_sec overflowwm42014-05-221-1/+13
* timer: account for negative time valueswm42014-05-181-2/+6
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-3/+63
* timer: add utility function to get relative timewm42014-02-281-0/+11
* timer: init only oncewm42014-02-101-1/+8
* Replace calls to usec_sleep()wm42013-05-261-6/+0
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-10/+0
* timer: refactor, add 64 bit timer functionwm42013-05-261-0/+82