aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/timer-darwin.c
Commit message (Expand)AuthorAge
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* timer: refactor, add 64 bit timer functionGravatar wm42013-05-26
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* timer: remove timer_nameGravatar wm42012-09-07
* osdep: tweak some #includesGravatar diego2011-01-31
* Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\
| * Mark sleep_accurate() as static, it is only used within the file.Gravatar diego2010-02-22
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
| * Remove useless variable startup_time, since we do not need it any more.Gravatar ulion2008-05-05
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Force to uint64_t first to avoid direct conversion from double to unsigned int.Gravatar ulion2008-04-28
* | timers: Remove GetRelativeTime()Gravatar Uoti Urpala2008-04-28
* | osdep: Change timer_name to a saner typeGravatar Uoti Urpala2008-04-28
|/
* main() --> main(void)Gravatar diego2007-11-21
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowGravatar ulion2007-10-23
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* use sleep_accurate darwin timerGravatar nplourde2005-04-27
* repace call to sleep_accurate to usleep which fix hang while using -cache opt...Gravatar nplourde2004-10-27
* Native darwin timer update.Gravatar wight2004-08-04
* disable buggy code, patch by Romain DolbeauGravatar alex2004-01-28
* 10lGravatar alex2003-08-03
* Precise timer for Darwin (it's more accurate than timer-macosx.c)Gravatar alex2003-05-21