Mercurial > mplayer.hg
log osdep/timer-darwin.c @ 28170:cc5cd29646a5
age | author | description |
---|---|---|
2008-05-05 | ulion | Remove useless variable startup_time, since we do not need it any more. |
2008-04-28 | ulion | Force to uint64_t first to avoid direct conversion from double to unsigned int. |
2007-11-21 | diego | main() --> main(void) |
2007-10-23 | ulion | Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow |
2005-11-14 | diego | Unify include paths, -I.. is in CFLAGS. |
2005-04-27 | nplourde | use sleep_accurate darwin timer |
2004-10-27 | nplourde | repace call to sleep_accurate to usleep which fix hang while using -cache option on osx |
2004-08-04 | wight | Native darwin timer update. |
2004-01-28 | alex | disable buggy code, patch by Romain Dolbeau |
2003-08-03 | alex | 10l |
2003-05-21 | alex | Precise timer for Darwin (it's more accurate than timer-macosx.c) |