1. 05 Mar, 2018 1 commit
    • Timo Rothenpieler's avatar
      configure: rename cuda to ffnvcodec · 5787908e
      Timo Rothenpieler authored
      Right now, if someone configures ffmpeg with for example --enable-nvenc they will
      get an error message complaining about missing cuda.
      This is very confusing and already has lead people into installing the CUDA SDK,
      even though it's not what they need.
      
      This will make it complain about ffnvcodec instead.
      Signed-off-by: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
      5787908e
  2. 27 Feb, 2018 1 commit
  3. 26 Feb, 2018 1 commit
  4. 24 Feb, 2018 1 commit
  5. 21 Feb, 2018 3 commits
  6. 19 Feb, 2018 3 commits
  7. 09 Feb, 2018 1 commit
  8. 06 Feb, 2018 6 commits
  9. 04 Feb, 2018 1 commit
  10. 01 Feb, 2018 1 commit
  11. 24 Jan, 2018 1 commit
  12. 21 Jan, 2018 2 commits
  13. 11 Jan, 2018 1 commit
  14. 10 Jan, 2018 1 commit
  15. 07 Jan, 2018 3 commits
  16. 06 Jan, 2018 2 commits
  17. 05 Jan, 2018 1 commit
  18. 04 Jan, 2018 3 commits
  19. 01 Jan, 2018 1 commit
  20. 29 Dec, 2017 1 commit
  21. 27 Dec, 2017 2 commits
  22. 26 Dec, 2017 1 commit
    • wm4's avatar
      w32pthreads: always use Vista+ API, drop XP support · 9b121dfc
      wm4 authored
      This removes the XP compatibility code, and switches entirely to SWR
      locks, which are available starting at Windows Vista.
      
      This removes CRITICAL_SECTION use, which allows us to add
      PTHREAD_MUTEX_INITIALIZER, which will be useful later.
      
      Windows XP is hereby not a supported build target anymore. It was
      decided in a project vote that this is OK.
      9b121dfc
  23. 24 Dec, 2017 2 commits