1. 02 Jul, 2012 2 commits
  2. 30 Jun, 2012 1 commit
  3. 29 Jun, 2012 1 commit
    • Ronald S. Bultje's avatar
      file: Only include unistd.h if it exists · 3b1ab197
      Ronald S. Bultje authored
      It is included for the open/read/write/close functions. On
      MSVC, where this header does not exist, the same functions
      are provided by io.h, which is already included.
      
      On windows, these functions are provided by io.h. Make sure
      io.h is included if it exists, regardless of the setmode
      function.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      3b1ab197
  4. 27 Jun, 2012 3 commits
  5. 26 Jun, 2012 2 commits
  6. 24 Jun, 2012 1 commit
  7. 22 Jun, 2012 1 commit
    • Mans Rullgard's avatar
      lavu: add av_usleep() function · d3d3a32c
      Mans Rullgard authored
      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: 's avatarMans Rullgard <mans@mansr.com>
      d3d3a32c
  8. 21 Jun, 2012 2 commits
  9. 20 Jun, 2012 1 commit
  10. 19 Jun, 2012 2 commits
  11. 18 Jun, 2012 2 commits
  12. 17 Jun, 2012 2 commits
  13. 16 Jun, 2012 1 commit
  14. 15 Jun, 2012 1 commit
  15. 14 Jun, 2012 2 commits
  16. 13 Jun, 2012 3 commits
  17. 11 Jun, 2012 1 commit
    • Nedeljko Babic's avatar
      Optimization of AMR NB and WB decoders for MIPS · 3827a86e
      Nedeljko Babic authored
      AMR NB and WB decoders are optimized for MIPS architecture.
      Appropriate Makefiles are changed accordingly.
      
      Cnfigure script is changed in order to support optimizations.
       Optimizations are enabled by default when compiling is done for
        mips architecture.
       Appropriate cflags are automatically set.
       Support for several mips CPUs is added in configure script.
      
      New ffmpeg options are added for disabling optimizations.
      
      The FFMPEG option --disable-mipsfpu disables MIPS floating point
       optimizations.
      The FFMPEG option --disable-mips32r2 disables MIPS32R2
       optimizations.
      The FFMPEG option --disable-mipsdspr1 disables MIPS DSP ASE R1
       optimizations.
      The FFMPEG option --disable-mipsdspr2 disables MIPS DSP ASE R2
       optimizations.
      Signed-off-by: 's avatarNedeljko Babic <nbabic@mips.com>
      Reviewed-by: 's avatarVitor Sessak <vitor1001@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      3827a86e
  18. 10 Jun, 2012 1 commit
  19. 09 Jun, 2012 1 commit
  20. 08 Jun, 2012 3 commits
  21. 04 Jun, 2012 1 commit
  22. 03 Jun, 2012 1 commit
  23. 02 Jun, 2012 2 commits
  24. 01 Jun, 2012 2 commits
  25. 29 May, 2012 1 commit