34 Commits (7a626bfceafb0b5c8b188c32861dfc85a7780694)

Author SHA1 Message Date
Steve Lhomme e6f6390ba2 vlc_tick: include vlc_common to get VLC_API 2 years ago
Marvin Scholz 416e3d12c8 core: rename NTPtime64 to vlc_ntp_time 3 years ago
Steve Lhomme b1a36d5865 vlc_tick: include vlc_config to get CLOCK_FREQ 3 years ago
Steve Lhomme dc91b16390 vlc_tick: use unsigned for sample frequency 3 years ago
Steve Lhomme 14c1c439ed vlc_tick: do explicit float to integer conversion 3 years ago
Steve Lhomme ebfd515a68 vlc_tick: remove outdated comment 4 years ago
Steve Lhomme bd8c5cb9d6 vlc_tick: remove deprecated and unused mtime_t 4 years ago
Rémi Denis-Courmont b18dda3813 tick: remove timespec_from_vlc_tick() 4 years ago
Rémi Denis-Courmont 7022895117 tick: add vlc_tick_to_timespec() 4 years ago
Steve Lhomme 3475f8e972 ticks: rename secstotimestr() to vlc_tick_to_str() 5 years ago
Steve Lhomme a59cb66257 ticks: use a vlc_tick_t with secstotimestr() 5 years ago
Romain Vimont e5d44f6af0 vlc_tick: add MIN and MAX constants 5 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Marvin Scholz e9627c5d11 vlc_tick: Fix documentation of MSTRTIME_MAX_SIZE 8 years ago
Marvin Scholz 2ed7857aea vlc_tick: Move documentation to header 8 years ago
Steve Lhomme 56e39d09a5 vlc_tick: add vlc_tick_from_frac() to simplify conversion from fixed rates 8 years ago
Steve Lhomme 90c53e85d3 vlc_tick: add helper functions to convert vlc_tick to/from samples 8 years ago
Steve Lhomme dd351f964c vlc_tick: add a fonction to get the duration in ticks from a frame rate 8 years ago
Steve Lhomme 6735a69b79 vlc_tick: use a macro for vlc_tick_from_timespec() 8 years ago
Steve Lhomme df23697fbf vlc_tick: use a macro for vlc_tick_from_timeval() 8 years ago
Steve Lhomme e5e212e417 vlc_tick: add a macro to convert milliseconds to msftime_t 8 years ago
Steve Lhomme 44f5d837ca vlc_tick: add vlc_tick_from_timespec() 8 years ago
Steve Lhomme 2bf717fbf8 core: rename mtime_to_ts() to timespec_from_vlc_tick() 8 years ago
Steve Lhomme 62dce674cf core: factorize mtime_to_ts() in mtime.c 8 years ago
Steve Lhomme af100197fa vlc_tick: include headers for struct timeval 8 years ago
Steve Lhomme 928e966451 vlc_tick: add vlc_tick_from_timeval() 8 years ago
Hugo Beauzée-Luyssen af03afe3e1 vlc_ticks: Simplify C++ integer variants of vlc_tick_from_sec 8 years ago
Steve Lhomme 2d4a266663 vlc_tick: remove C++ long variant of vlc_tick_from_sec() 8 years ago
Steve Lhomme 36cba01030 vlc_tick: add msftime_t to express 100ns time 8 years ago
Steve Lhomme 1d3482ef4e vlc_tick: add helper macros to convert nanoseconds to/from vlc_tick_t 8 years ago
Steve Lhomme 0fc429197c vlc_tick: add helper macros to convert microseconds to/from vlc_tick_t 8 years ago
Steve Lhomme 505182d874 vlc_tick: add helper macros to convert milliseconds to/from vlc_tick_t 8 years ago
Steve Lhomme 58a6a21271 vlc_tick: add helper macros to convert seconds to/from vlc_tick_t 8 years ago
Steve Lhomme a6149e2c1e include: rename vlc_mtime.h to vlc_tick.h 8 years ago
Steve Lhomme b8d32c7cc0 include: move vlc_tick_t in vlc_mtime.h 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Rémi Denis-Courmont 7155cebc7b mtime: inline date_Get() and date_Set() 8 years ago
Rémi Denis-Courmont e3eddd4f7a mtime: remove LAST_MDATE 8 years ago
Rémi Denis-Courmont 84ece839e0 mtime: clean up Doxygen 8 years ago
Rémi Denis-Courmont 6eac155c49 mtime: remove unused date_Move() 8 years ago
Rémi Denis-Courmont c5369f0319 misc: remove unused mstrtime() 10 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 0f9a94f218 Split mdate(), mwait(), msleep() to POSIX and Win32 files 15 years ago
Rémi Denis-Courmont 6f258887aa Replace VLC_EXPORT macro with a simple prefix, VLC_API 15 years ago
Rémi Denis-Courmont 820b4643f9 secstotimestr: use int32_t not to overflow if int exceeds 32-bits 16 years ago
Rémi Denis-Courmont 9d269c5baa Remove msecstotimestr 16 years ago
Ramiro Polla 01e2f27baf Move VLC_HARD_MIN_SLEEP above gcc version #ifdef. It is also used in modules/audio_output/oss.c. 16 years ago
Rémi Denis-Courmont 11fe3be41b error and warning function attributes depend on GCC 4.3 16 years ago
Rémi Duraffort e230861e17 OpenBSD also need VLC_HARD_MIN_SLEEP. 17 years ago
Rafaël Carré 0d4f6264e4 Remove leftover #endif 17 years ago