]> git.sesse.net Git - vlc/history - src/misc/mtime.c
decoder: inline DecoderSignalWait()
[vlc] / src / misc / mtime.c
2014-08-25 Rémi Denis-Courmontmtime: fix signed integer overflow
2014-01-04 Ilkka Ollakkadate_Decrement: change assert so it doesn't to funky...
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-12 Ilkka Ollakkause CLOCK_FREQ in date_Decrement
2013-06-21 Rémi Denis-Courmontwin32: avoid the POSIX timer API for now
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-14 Rémi Denis-CourmontRemove unused gettimeofday() Win32 replacement
2011-07-13 Rémi Denis-CourmontFix flawed CPP logic
2011-07-13 Felix Paul Kühnemtime.c compilation fix
2011-07-12 Rémi Denis-CourmontSplit mdate(), mwait(), msleep() to POSIX and Win32...
2011-06-04 Rémi Denis-Courmontdate_Increment: use lldiv()
2011-04-05 KO Myung-HunDo not use clock_gettime() on OS/2.
2010-12-28 Felix Paul KühneRevert "src: fixed 2 errors detected by the clang stati...
2010-12-28 Felix Paul Kühnesrc: fixed 2 errors detected by the clang static analyser
2010-10-01 Pierre d'Herbemontmtime: Minimize imprecision and prevent overflow on...
2010-09-25 Pierre d'Herbemontmtime: Avoid overflow when using mach_absolute_time().
2010-08-02 Rémi Denis-CourmontRemove CPP contradiction from [5a005c66]
2010-08-02 Rémi Denis-CourmontWin32: always use the performance timers (fix #3918)
2010-02-20 Rémi Denis-Courmontmsecstotimestr: fix negative numbers handling
2010-02-20 Rémi Denis-Courmontsecstotimestr: use int32_t not to overflow if int excee...
2010-02-20 Rémi Denis-CourmontFix secstotimestr
2010-02-18 Rémi Denis-Courmontsecstotimestr: use div()
2009-10-18 Rémi Denis-CourmontTypo
2009-10-18 Rémi Denis-CourmontGrammar
2009-09-05 Rémi Denis-CourmontFix warning
2009-06-01 Derk-Jan Hartmanmtime: grah, compile before thou commits.
2009-06-01 Derk-Jan Hartmanmtime: ifdef vs if defined()
2009-06-01 Derk-Jan Hartmanmac PPC: don't use mach absolute_time()
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-02-20 Pierre d'HerbemontForwardport 5ead92ffd58088828ed802173d963b2571f0cd69
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2008-12-22 Felix Paul KühneCompilation fix
2008-12-21 Rémi Denis-CourmontTentative hack for OSX msleep/mwait cancellation
2008-11-25 Pierre YnardThread cancellation on WinCE
2008-10-06 Geoffroy CouprieWinCE: do an ugly thread cancellation without using...
2008-09-20 Pierre d'Herbemontmtime: Make nanosleep a bit more cancelable than what...
2008-09-07 Rémi Denis-CourmontRemove the run-time tick warning - too many false posit...
2008-09-07 Rémi Denis-CourmontRework delay checking, use it for net_Accept, add deadl...
2008-09-06 Rémi Denis-Courmont__thread is ignored on Windows :(
2008-09-04 Rémi Denis-CourmontWarn about ticks at compile-time
2008-09-04 Laurent AimarFixed mwait for windows.
2008-09-04 Rémi Denis-CourmontAdd msleep misuse warning
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Rémi Denis-CourmontWin32: mwait and msleep are cancellation points
2008-08-10 Derk-Jan Hartmanmtime: we might as well assert for real
2008-08-10 David FlynnFix date_Increment when i_divider_den > 1
2008-08-09 Rémi Denis-CourmontWin32: fix unlikely Sleep() overflow
2008-08-03 Justus PiaterDeclared many static variables const
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-19 Rémi Denis-CourmontUse TIMER_ABSTIME when it's available
2008-05-19 Rémi Denis-Courmontmwait/mdate: remove cached_time - not thread-safe
2008-05-19 Rémi Denis-Courmontmprec: thread-safety
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-13 André Weberfixed warning about wrong datatypes (mdate(), pf_GetSys...
2008-02-27 Jean-Baptiste KempfSrc: change Windows Timer Precision, ref #264. Patch...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-15 Rafaël Carrémdate(): update comment
2007-12-19 Rémi Denis-CourmontWork-around for overaging POSIX systems
2007-12-19 Rémi Denis-CourmontFix stupid logic
2007-12-18 Rémi Denis-Courmont_POSIX_CLOCK_SELECTION at 0 does not mean it's not...
2007-10-26 Jean-Baptiste KempfDon't show h: in h:mm:ss when h is 0 in secstotimestr.
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-15 Damien Fouilleulmisc/mtime.c: warning fixes, latest MinGW has gettimeof...
2007-04-05 Rémi Denis-CourmontRevert [19092] and really fix the variable naming probl...
2007-03-03 Rémi Denis-CourmontMissing include
2007-03-02 Rémi Denis-CourmontFix handling of EINTR in sleeping functions.
2007-03-01 Christophe MutricyCompile fix
2007-03-01 Rémi Denis-CourmontCache system clock in userland to save a few avoidable...
2007-02-28 Sigmund Augdal Helbergdisable clock_nanosleep for mwait for now. Fixes dvd...
2007-02-12 Christophe MutricyCompile fix. In mingw32 there is a sys/time.h with...
2007-02-11 Christophe Mutricygettimeofday() implementaion for Win32. Leverage from...
2007-02-09 Rémi Denis-CourmontNTPtime64() returns an NTP timestamp
2007-01-23 Sam Hocevar * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
2007-01-10 Damien Fouilleulmtime.c: previous codepath prevented RTC from ever...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-26 Rafaël CarréFixes order of operands in a substraction.
2006-11-25 Rémi Denis-CourmontSplit Win32 performance timer frequency adjustment...
2006-11-25 Rémi Denis-CourmontCompile fix
2006-11-25 Rémi Denis-CourmontFix very unlikely race condition
2006-11-25 Rémi Denis-CourmontFactorize mwait() code,
2006-11-21 Rémi Denis-CourmontSuppress duplicated msleep() code
2006-11-21 Rémi Denis-CourmontFix the absolute POSIX timer and use it
2006-11-21 Rémi Denis-CourmontFix typo
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-05-27 Rémi Denis-Courmontsrc/misc/mtime.c:
2006-05-25 Rémi Denis-CourmontFix overflows
2006-05-25 Rémi Denis-CourmontAlso implement msleep() wrt _POSIX_MONOTONIC_CLOCK
2006-05-24 Rémi Denis-CourmontFix monotonic clock POSIX option detection
2006-05-24 Rémi Denis-CourmontUse the monotonic clock from POSIX real time extension...
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-07-10 Gildas Bazin* src/misc/mtime.c, include/mtime.h: new common "date...
next