Skip to content

Commit b603f85

Browse files
committed
* Upgrade presets for NVIDIA Video Codec SDK 11.1.5
1 parent 3fc9eb7 commit b603f85

24 files changed

Lines changed: 249 additions & 59 deletions

.github/actions/deploy-centos/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ runs:
9595
9696
if [[ "$CI_DEPLOY_MODULE" == "nvcodec" ]]; then
9797
echo Installing NVIDIA Video Codec SDK
98-
python3 -m gdown.cli https://drive.google.com/uc?id=1cBohhcptNDSF5pxsQ7n4-qcGsgiWUxga
99-
unzip Video_Codec_SDK_11.0.10.zip -d /usr/local
98+
python3 -m gdown.cli https://drive.google.com/uc?id=1dh3P5JLUUe9EXE0GSJj6VDWYlr7W89dO
99+
unzip Video_Codec_SDK_11.1.5.zip -d /usr/local
100100
ln -sf /usr/local/Video_Codec_SDK_* /usr/local/videocodecsdk
101101
fi
102102

.github/actions/deploy-ubuntu/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ runs:
135135
136136
if [[ "$CI_DEPLOY_MODULE" == "nvcodec" ]]; then
137137
echo Installing NVIDIA Video Codec SDK
138-
python3 -m gdown.cli https://drive.google.com/uc?id=1cBohhcptNDSF5pxsQ7n4-qcGsgiWUxga
139-
unzip Video_Codec_SDK_11.0.10.zip -d /usr/local
138+
python3 -m gdown.cli https://drive.google.com/uc?id=1dh3P5JLUUe9EXE0GSJj6VDWYlr7W89dO
139+
unzip Video_Codec_SDK_11.1.5.zip -d /usr/local
140140
ln -sf /usr/local/Video_Codec_SDK_* /usr/local/videocodecsdk
141141
fi
142142

.github/actions/deploy-windows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ runs:
8383
8484
if "%CI_DEPLOY_MODULE%"=="nvcodec" (
8585
echo Installing NVIDIA Video Codec SDK
86-
python -m gdown.cli https://drive.google.com/uc?id=1cBohhcptNDSF5pxsQ7n4-qcGsgiWUxga
87-
unzip Video_Codec_SDK_11.0.10.zip
88-
move Video_Codec_SDK_11.0.10 "%ProgramFiles%\NVIDIA GPU Computing Toolkit\VideoCodecSDK"
86+
python -m gdown.cli https://drive.google.com/uc?id=1dh3P5JLUUe9EXE0GSJj6VDWYlr7W89dO
87+
unzip Video_Codec_SDK_11.1.5.zip
88+
move Video_Codec_SDK_11.1.5 "%ProgramFiles%\NVIDIA GPU Computing Toolkit\VideoCodecSDK"
8989
)
9090
9191
if "%CI_DEPLOY_MODULE%"=="tensorrt" (

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Build FFmpeg with libxml2, enabling support for DASH demuxing ([pull #1033](https://github.com/bytedeco/javacpp-presets/pull/1033)), and libsrt for SRT protocol support ([pull #1036](https://github.com/bytedeco/javacpp-presets/pull/1036))
1212
* Add `@MemberGetter` for `av_log_default_callback()` in presets for FFmpeg ([issue #812](https://github.com/bytedeco/javacpp-presets/issues/812))
1313
* Include `cudaGL.h` and `cuda_gl_interop.h` header files in presets for CUDA ([pull #1027](https://github.com/bytedeco/javacpp-presets/pull/1027))
14-
* Add presets for libffi 3.4.2 ([issue #833](https://github.com/bytedeco/javacpp-presets/issues/833)), NVIDIA Video Codec SDK 11.0.10 ([pull #1020](https://github.com/bytedeco/javacpp-presets/pull/1020)), PyTorch 1.9.0 ([issue #623](https://github.com/bytedeco/javacpp-presets/issues/623)), TensorFlow Lite 2.5.0, DepthAI 2.8.0, ModSecurity 3.0.5 ([pull #1012](https://github.com/bytedeco/javacpp-presets/pull/1012))
14+
* Add presets for libffi 3.4.2 ([issue #833](https://github.com/bytedeco/javacpp-presets/issues/833)), NVIDIA Video Codec SDK 11.1.5 ([pull #1020](https://github.com/bytedeco/javacpp-presets/pull/1020)), PyTorch 1.9.0 ([issue #623](https://github.com/bytedeco/javacpp-presets/issues/623)), TensorFlow Lite 2.5.0, DepthAI 2.8.0, ModSecurity 3.0.5 ([pull #1012](https://github.com/bytedeco/javacpp-presets/pull/1012))
1515
* Map `std::vector<cv::Range>` to `RangeVector` in `opencv_core.Mat` for convenience ([issue bytedeco/javacv#1607](https://github.com/bytedeco/javacv/issues/1607))
1616
* Include `genericaliasobject.h`, `context.h`, `tracemalloc.h`, and `datetime.h` for CPython ([issue #1017](https://github.com/bytedeco/javacpp-presets/issues/1017))
1717
* Add samples using LLVM modules to deal with bitcode and object files ([pull #1016](https://github.com/bytedeco/javacpp-presets/pull/1016))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
207207
* CUDA 11.4.x https://developer.nvidia.com/cuda-downloads
208208
* cuDNN 8.2.x https://developer.nvidia.com/cudnn
209209
* NCCL 2.10.x https://developer.nvidia.com/nccl
210-
* NVIDIA Video Codec SDK 11.0.x https://developer.nvidia.com/nvidia-video-codec-sdk
210+
* NVIDIA Video Codec SDK 11.1.x https://developer.nvidia.com/nvidia-video-codec-sdk
211211
* OpenCL 3.0 https://github.com/KhronosGroup/OpenCL-ICD-Loader
212212
* MXNet 1.8.0 https://github.com/apache/incubator-mxnet
213213
* PyTorch 1.9.x https://github.com/pytorch/pytorch
214214
* TensorFlow 1.15.x https://github.com/tensorflow/tensorflow
215215
* TensorFlow Lite 2.5.x https://github.com/tensorflow/tensorflow
216216
* TensorRT 8.x https://developer.nvidia.com/tensorrt
217217
* The Arcade Learning Environment 0.6.x https://github.com/mgbellemare/Arcade-Learning-Environment
218-
* DepthAI 2.7.x https://github.com/luxonis/depthai-core
218+
* DepthAI 2.8.x https://github.com/luxonis/depthai-core
219219
* ONNX 1.9.x https://github.com/onnx/onnx
220220
* nGraph 0.26.0 https://github.com/NervanaSystems/ngraph
221221
* ONNX Runtime 1.8.x https://github.com/microsoft/onnxruntime

nvcodec/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Introduction
1717
------------
1818
This directory contains the JavaCPP Presets module for:
1919

20-
* NVIDIA Video Codec SDK 11.0.10 https://developer.nvidia.com/nvidia-video-codec-sdk
20+
* NVIDIA Video Codec SDK 11.1.5 https://developer.nvidia.com/nvidia-video-codec-sdk
2121

2222
Please refer to the parent README.md file for more detailed information about the JavaCPP Presets.
2323

@@ -31,7 +31,7 @@ Java API documentation is available here:
3131

3232
Sample Usage
3333
------------
34-
Here is a simple example ported to Java from C code based on `Samples/AppEncode/AppEncCuda` and `Samples/AppDecode/AppDec` included in `Video_Codec_SDK_11.0.10.zip` available at:
34+
Here is a simple example ported to Java from C code based on `Samples/AppEncode/AppEncCuda` and `Samples/AppDecode/AppDec` included in `Video_Codec_SDK_11.1.5.zip` available at:
3535

3636
* https://developer.nvidia.com/nvidia-video-codec-sdk/download
3737

@@ -55,7 +55,7 @@ You can find more encoder and decoder samples in the [`samples`](samples) subdir
5555
<dependency>
5656
<groupId>org.bytedeco</groupId>
5757
<artifactId>nvcodec-platform</artifactId>
58-
<version>11.0.10-1.5.6-SNAPSHOT</version>
58+
<version>11.1.5-1.5.6-SNAPSHOT</version>
5959
</dependency>
6060

6161
<!-- Additional dependencies to use bundled CUDA -->

nvcodec/platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>nvcodec-platform</artifactId>
15-
<version>11.0.10-${project.parent.version}</version>
15+
<version>11.1.5-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for NVIDIA Video Codec SDK</name>
1717

1818
<properties>

nvcodec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.bytedeco</groupId>
1313
<artifactId>nvcodec</artifactId>
14-
<version>11.0.10-${project.parent.version}</version>
14+
<version>11.1.5-${project.parent.version}</version>
1515
<name>JavaCPP Presets for NVIDIA Video Codec SDK</name>
1616

1717
<dependencies>

nvcodec/samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.bytedeco</groupId>
1818
<artifactId>nvcodec-platform</artifactId>
19-
<version>11.0.10-1.5.6-SNAPSHOT</version>
19+
<version>11.1.5-1.5.6-SNAPSHOT</version>
2020
</dependency>
2121

2222
<!-- Additional dependencies to use bundled CUDA -->

nvcodec/samples/simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>nvcodec-platform</artifactId>
15-
<version>11.0.10-1.5.6-SNAPSHOT</version>
15+
<version>11.1.5-1.5.6-SNAPSHOT</version>
1616
</dependency>
1717

1818
<!-- Additional dependencies to use bundled CUDA -->

0 commit comments

Comments
 (0)