Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
third-party: Update NVIDIA Maxine Video Effects SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Apr 5, 2023
1 parent b6d99dc commit b88598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/nvidia-maxine-vfx-sdk
Submodule nvidia-maxine-vfx-sdk updated 39 files
+14 −8 CHANGELOG
+72 −4 CMakeLists.txt
+17 −18 README.MD
+25 −2 nvvfx/include/nvCVImage.h
+7 −0 nvvfx/include/nvCVStatus.h
+37 −5 nvvfx/include/nvVideoEffects.h
+28 −0 nvvfx/src/NVVideoEffectsProxy.cpp
+15 −1 nvvfx/src/nvCVImageProxy.cpp
+101 −8 samples/AigsEffectApp/AigsEffectApp.cpp
+ samples/AigsEffectApp/AigsEffectApp.exe
+25 −13 samples/AigsEffectApp/CMakeLists.txt
+370 −0 samples/BatchEffectApp/BatchAigsEffectApp.cpp
+ samples/BatchEffectApp/BatchAigsEffectApp.exe
+7 −7 samples/BatchEffectApp/BatchDenoiseEffectApp.cpp
+ samples/BatchEffectApp/BatchDenoiseEffectApp.exe
+2 −8 samples/BatchEffectApp/BatchEffectApp.cpp
+ samples/BatchEffectApp/BatchEffectApp.exe
+95 −27 samples/BatchEffectApp/CMakeLists.txt
+4 −2 samples/BatchEffectApp/run.bat
+25 −16 samples/DenoiseEffectApp/CMakeLists.txt
+ samples/DenoiseEffectApp/DenoiseEffectApp.exe
+24 −14 samples/UpscalePipelineApp/CMakeLists.txt
+ samples/UpscalePipelineApp/UpscalePipelineApp.exe
+24 −14 samples/VideoEffectsApp/CMakeLists.txt
+2 −1 samples/VideoEffectsApp/VideoEffectsApp.cpp
+ samples/VideoEffectsApp/VideoEffectsApp.exe
+181 −1 samples/external/cuda/include/channel_descriptor.h
+13 −20 samples/external/cuda/include/crt/host_config.h
+21 −1 samples/external/cuda/include/cuda_device_runtime_api.h
+745 −191 samples/external/cuda/include/cuda_runtime_api.h
+2 −0 samples/external/cuda/include/device_types.h
+254 −22 samples/external/cuda/include/driver_types.h
+4 −0 samples/external/cuda/include/texture_types.h
+2 −0 samples/external/cuda/include/vector_types.h
+ samples/external/cuda/lib/x64/cudart.lib
+ samples/input/input_0_100_frames.mp4
+ samples/input/input_100_200_frames.mp4
+3 −3 samples/utils/nvCVOpenCV.h
+8 −8 version.h

0 comments on commit b88598a

Please sign in to comment.