Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavu: add av_usleep() function | Mans Rullgard | 2012-06-22 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | This function implements a delay using the first available of the following functions: - nanosleep() - usleep() - Sleep() (Windows) The conditional #includes in time.c are simplified by including unistd.h and windows.h whenever they are available rather than having these lines triggered by specific functions. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Move av_gettime() to libavutil | Mans Rullgard | 2012-06-20 | 1 | -0/+29 |
Signed-off-by: Mans Rullgard <mans@mansr.com> |