1. 13 Nov, 2021 1 commit
  2. 07 Nov, 2021 1 commit
    • Lynne's avatar
      Add timeline semaphore type · 57ae36b2
      Lynne authored
      Needed for timeline semaphores to work.
      Value taken from the toolkit documentation v11.5.0.
      57ae36b2
  3. 27 Jun, 2021 1 commit
  4. 16 Nov, 2020 1 commit
  5. 03 Nov, 2020 2 commits
  6. 29 Sep, 2020 1 commit
    • Martin Finkel's avatar
      Fix CUdeviceptr definition for ARM64 CPU · a99740a8
      Martin Finkel authored
      When building VLC for UWP ARM64 with aarch64-w64-mingw32 from the llvm-mingw toolchain,
      this patch fixes the error: incompatible pointer types passing 'CUdeviceptr *' (aka 'unsigned int *')
      to parameter of type 'unsigned long long *' [-Werror,-Wincompatible-pointer-types]
      a99740a8
  7. 02 Sep, 2020 1 commit
  8. 18 Nov, 2019 1 commit
  9. 16 Sep, 2019 1 commit
    • Philip Langdale's avatar
      Use pointer-to-struct typedefs for pointer-to-struct types · 9fdaf11b
      Philip Langdale authored
      Use of void * can lead to silent errors if you accidentally pass
      the address of a pointer instead of the pointer.
      
      I got the struct names from the API docs, although having those
      match is not actually important.
      
      This now matches the pattern used in the official headers.
      9fdaf11b
  10. 13 Sep, 2019 1 commit
  11. 11 Mar, 2019 1 commit
    • Ruta Gadkari's avatar
      Fix CUdeviceptr definition for 64bit CPU · 5eeca8cc
      Ruta Gadkari authored
      
      NVIDIA driver implementation defines and expects ‘CUdeviceptr’ to
      be 64-bit wide on the 64-bit platforms.
      FFMPEG build on PPC64 architecture on the other hand, falls back to
      an incorrect (32-bit wide data type) definition of this data type.
      This patch adds a new build time check to pick up the correct definition
      on PPC64 architecture.
      Signed-off-by: default avatarBtbN <btbn@btbn.de>
      5eeca8cc
  12. 26 Feb, 2019 1 commit
  13. 18 Dec, 2018 1 commit
  14. 18 Nov, 2018 1 commit
  15. 10 Nov, 2018 2 commits
  16. 02 Nov, 2018 1 commit
  17. 21 Oct, 2018 1 commit
  18. 10 Oct, 2018 1 commit
  19. 07 Oct, 2018 1 commit
    • Philip Langdale's avatar
      Update for CUDA 10 · 8a44736b
      Philip Langdale authored
      This adds support for the CUDA/Vulkan interop API, which requires
      very new driver versions. As such, we allow the symbols to be
      optionally loaded. I expect that when the next Video SDK release
      comes out, it will also require the very new drivers and we'll make
      these symbols compulsory.
      8a44736b
  20. 07 May, 2018 1 commit
  21. 29 Apr, 2018 1 commit
  22. 27 Apr, 2018 1 commit
  23. 15 Apr, 2018 1 commit
  24. 28 Jan, 2018 1 commit
  25. 15 Dec, 2017 1 commit
  26. 03 Dec, 2017 1 commit