Skip to content

Commit 1219de9

Browse files
author
seydx
committed
Update Readme and Release
1 parent 8d3eb49 commit 1219de9

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

RELEASE.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,45 @@ This release contains FFmpeg builds with Jellyfin patches, compiled with MSVC (M
1010
### Included Codecs & Libraries
1111

1212
#### Video Codecs
13+
1314
- [x264](https://code.videolan.org/videolan/x264.git) - H.264 encoder
1415
- [x265](https://bitbucket.org/multicoreware/x265_git.git) - HEVC/H.265 encoder
1516
- [libvpx](https://github.com/webmproject/libvpx.git) - VP8/VP9 encoder/decoder
1617
- [libdav1d](https://code.videolan.org/videolan/dav1d.git) - AV1 decoder
1718
- [libsvtav1](https://gitlab.com/AOMediaCodec/SVT-AV1.git) - AV1 encoder
1819

1920
#### Audio Codecs
21+
2022
- [libmp3lame](https://github.com/lame-mirror/lame.git) - MP3 encoder (MSVC native build)
2123
- [libfdk-aac](https://github.com/mstorsjo/fdk-aac.git) - AAC encoder
2224
- [libopus](https://github.com/xiph/opus.git) - Opus encoder/decoder
2325
- [libvorbis](https://github.com/xiph/vorbis.git) - Vorbis encoder/decoder
2426

2527
#### Hardware Acceleration
28+
2629
- **NVIDIA**: CUDA/NVENC/NVDEC support via [nv-codec-headers](https://github.com/FFmpeg/nv-codec-headers.git) (x64 only)
2730
- **AMD**: AMF encoding via [AMF SDK](https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git) (x64 only)
2831
- **Intel**: QuickSync via [libvpl](https://github.com/intel/libvpl.git) (x64 only)
29-
- **Vulkan**: Cross-vendor compute and filtering with [glslang](https://github.com/KhronosGroup/glslang.git) shader compiler
32+
- **Vulkan SDK**: Cross-platform GPU compute and filtering (both x64 and ARM64)
33+
- [glslang](https://github.com/KhronosGroup/glslang.git) shader compiler for Vulkan filters
3034
- **Windows**: DXVA2, D3D11VA, D3D12VA hardware decoding
3135
- **OpenCL**: Cross-vendor GPU acceleration
3236

3337
#### Image Processing
38+
3439
- [libjxl](https://github.com/libjxl/libjxl.git) - JPEG XL support
3540
- [libwebp](https://github.com/webmproject/libwebp.git) - WebP support
3641
- [libzimg](https://github.com/sekrit-twc/zimg.git) - High-quality scaling (MSVC native build)
3742

3843
#### Text/Subtitle Rendering
44+
3945
- [freetype](https://gitlab.freedesktop.org/freetype/freetype.git) - Font rendering
4046
- [harfbuzz](https://github.com/harfbuzz/harfbuzz.git) - Text shaping
4147
- [libass](https://github.com/libass/libass.git) - ASS/SSA subtitle rendering
4248
- [fribidi](https://github.com/fribidi/fribidi.git) - Bidirectional text support
4349

4450
#### Other Libraries
51+
4552
- [zlib](https://github.com/madler/zlib.git) - Compression
4653
- [xz](https://github.com/tukaani-project/xz.git) - LZMA/XZ compression
4754
- [win-iconv](https://github.com/win-iconv/win-iconv.git) - Character encoding conversion

0 commit comments

Comments
 (0)