aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/timer.c
Commit message (Expand)AuthorAge
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* timer: fix a corner case on clock changesGravatar wm42015-07-04
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* timer: add "static" to a variableGravatar wm42015-05-01
* msg: add --log-file optionGravatar wm42015-01-26
* timer: remove unneeded time_t overflow checkGravatar wm42014-05-24
* timer: workaround for crappy operating systemsGravatar wm42014-05-23
* timer: fix previous commitGravatar wm42014-05-22
* timer: improve overflow checksGravatar wm42014-05-22
* timer: fix (usually impossible) timespec.tv_sec overflowGravatar wm42014-05-22
* timer: account for negative time valuesGravatar wm42014-05-18
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* timer: add utility function to get relative timeGravatar wm42014-02-28
* timer: init only onceGravatar wm42014-02-10
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* timer: refactor, add 64 bit timer functionGravatar wm42013-05-26