1. 28 Mar, 2018 1 commit
  2. 27 Mar, 2018 1 commit
  3. 26 Mar, 2018 6 commits
  4. 22 Mar, 2018 2 commits
  5. 18 Mar, 2018 3 commits
  6. 17 Mar, 2018 2 commits
  7. 15 Mar, 2018 1 commit
  8. 13 Mar, 2018 1 commit
    • Martin Storsjö's avatar
      configure: Don't assume an aligned stack on clang on windows · 847190eb
      Martin Storsjö authored
      If we'd enable a 16 byte aligned stack, clang/llvm would also assume
      that alignment everywhere and produce code that strictly requires it.
      That would require adding realignment (via attribute_align_arg) on every
      single public library function or enable -mstackrealign (which does the
      same on every single function).
      
      Also relatedly; the parameter currently tested (-mllvm
      -stack-alignment=16) hasn't actually been supported for quite some
      time; current clang versions use -mstack-alignment=16 for the same.
      Actually testing for that parameter would be a different change
      though, since it has a real risk of changing behaviour on any other
      platform where clang is used.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      847190eb
  9. 12 Mar, 2018 2 commits
  10. 08 Mar, 2018 1 commit
    • Diego Biurrun's avatar
      configure: Restore original endianness test · dd7e63af
      Diego Biurrun authored
      Previously the bit pattern for the endianness test was declared as a
      global, instead of a local, variable. This ensures that the pattern
      appears unchanged in the object file and is not optimized out.
      dd7e63af
  11. 07 Mar, 2018 8 commits
  12. 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
  13. 27 Feb, 2018 1 commit
  14. 26 Feb, 2018 1 commit
  15. 24 Feb, 2018 1 commit
  16. 21 Feb, 2018 3 commits
  17. 19 Feb, 2018 3 commits
  18. 09 Feb, 2018 1 commit
  19. 06 Feb, 2018 1 commit