1. 23 6月, 2012 1 次提交
    • M
      lavu: add av_usleep() function · d3d3a32c
      Mans Rullgard 提交于
      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: NMans Rullgard <mans@mansr.com>
      d3d3a32c
  2. 22 6月, 2012 8 次提交
  3. 21 6月, 2012 13 次提交
  4. 20 6月, 2012 14 次提交
  5. 19 6月, 2012 4 次提交