Skip to content

3rd party dependencies for DALI project

License

Notifications You must be signed in to change notification settings

jantonguirao/DALI_deps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA DALI

This repository contains extra dependencies required to setup a whole development environment for NVIDIA DALI project.

To obtain only the required code for DALI build (without unnecessary git history) please:

git clone https://github.com/NVIDIA/DALI_deps
git submodule init
git submodule update --depth 1 --recursive

The repository consists mostly of externally hosted subrepositories:

Repository Version License
libsndfile 1.0.31 (Source Snapshot) LGPL v2.1 license
vorbis 1.3.7 BSD-3 license
ogg 1.3.5 BSD-3 license
flac 1.3.3 (+ Security Patch) BSD-3 license (+ GPL for utils, not used by DALI)
opus 1.3.1 BSD-3 license
FFmpeg 5.0 (Source Snapshot) LGPL v2.1 license
opencv 4.5.5 Apache License 2.0
openjpeg 2.4.0 BSD-2 license
libtiff 4.3.0 (+ Build System Patch) BSD-2 license
zstd 1.5.2 BSD-3 license
libjpeg-turbo 2.1.2 BSD-3 license, IJG license, zlib license
lmdb 0.9.29 OpenLDAP Public License
protobuf 3.19.4 BSD-3 license
CMake 3.13.5 BSD-3 license
zlib 1.2.11 zlib License
libtar 1.2.20 + patches (master) BSD-3 license

About

3rd party dependencies for DALI project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%