@@ -50,47 +50,52 @@ The files are packaged into **.zip** archives for each configuration, making it
5050### Included Dependencies
5151
5252#### Video Codecs
53+
5354- [ x264] ( https://code.videolan.org/videolan/x264.git ) - H.264 encoder
5455- [ x265] ( https://bitbucket.org/multicoreware/x265_git.git ) - HEVC/H.265 encoder
5556- [ libvpx] ( https://github.com/webmproject/libvpx.git ) - VP8/VP9 encoder/decoder
5657- [ libdav1d] ( https://code.videolan.org/videolan/dav1d.git ) - AV1 decoder
5758- [ libsvtav1] ( https://gitlab.com/AOMediaCodec/SVT-AV1.git ) - AV1 encoder
5859
5960#### Audio Codecs
61+
6062- [ libmp3lame] ( https://github.com/lame-mirror/lame.git ) - MP3 encoder
6163- [ libfdk-aac] ( https://github.com/mstorsjo/fdk-aac.git ) - AAC encoder
6264- [ libopus] ( https://github.com/xiph/opus.git ) - Opus encoder/decoder
6365- [ libvorbis] ( https://github.com/xiph/vorbis.git ) - Vorbis encoder/decoder
6466 - [ libogg] ( https://github.com/xiph/ogg.git )
6567
6668#### Hardware Acceleration
69+
6770- [ nv-codec-headers] ( https://github.com/FFmpeg/nv-codec-headers.git ) - NVIDIA CUDA/NVENC (x64 only)
6871- [ AMF] ( https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git ) - AMD AMF (x64 only)
6972- [ libvpl] ( https://github.com/intel/libvpl.git ) - Intel QuickSync (x64 only)
70- - [ vulkan-headers ] ( https://github.com/KhronosGroup/ Vulkan-Headers.git ) - Vulkan compute/encode
71- - [ glslang] ( https://github.com/KhronosGroup/glslang.git ) - GLSL to SPIR-V compiler for Vulkan filters
73+ - ** Vulkan SDK ** - Cross-platform GPU compute and filtering
74+ - [ glslang] ( https://github.com/KhronosGroup/glslang.git ) - GLSL to SPIR-V compiler for Vulkan filters
7275 - [ spirv-tools] ( https://github.com/KhronosGroup/SPIRV-Tools.git )
7376 - [ spirv-headers] ( https://github.com/KhronosGroup/SPIRV-Headers.git )
7477- [ opencl-headers] ( https://github.com/KhronosGroup/OpenCL-Headers.git ) - OpenCL
7578- [ opencl-icd-loader] ( https://github.com/KhronosGroup/OpenCL-ICD-Loader.git )
7679
7780#### Image Processing
81+
7882- [ libjxl] ( https://github.com/libjxl/libjxl.git ) - JPEG XL support
7983 - [ openexr] ( https://github.com/AcademySoftwareFoundation/openexr.git )
8084- [ libwebp] ( https://github.com/webmproject/libwebp.git ) - WebP support
8185- [ libzimg] ( https://github.com/sekrit-twc/zimg.git ) - High-quality image scaling
8286
8387#### Text/Subtitle Rendering
88+
8489- [ freetype] ( https://gitlab.freedesktop.org/freetype/freetype.git ) - Font rendering
8590- [ harfbuzz] ( https://github.com/harfbuzz/harfbuzz.git ) - Text shaping
8691- [ libass] ( https://github.com/libass/libass.git ) - ASS/SSA subtitle rendering
8792 - [ fribidi] ( https://github.com/fribidi/fribidi.git ) - Bidirectional text
8893
8994#### Other Libraries
95+
9096- [ zlib] ( https://github.com/madler/zlib.git ) - Compression
9197- [ xz] ( https://github.com/tukaani-project/xz.git ) - LZMA/XZ compression
9298
93-
9499### Windows-specific Features
95100
96101- ** MediaFoundation** (ARM64 only)
0 commit comments