Skip to content

Commit da07ab2

Browse files
committed
Updating hwaccel table to use emojis (instead of words)
1 parent 6f00062 commit da07ab2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/HW-ACCEL.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ our support for this in the future!
77

88
The following table summarizes our current level of support:
99

10-
| | Linux Decode | Linux Encode | Mac Decode | Mac Encode | Windows Decode | Windows Encode | Notes |
11-
|--------------------|--------------|--------------|------------|------------|----------------|----------------|----------------|
12-
| VA-API | Verified | Verified | - | - | - | - | Linux Only |
13-
| VDPAU | Verified(+) | N/A(++) | - | - | - | - | Linux Only |
14-
| CUDA (NVDEC/NVENC) | Fails(+++) | Verified | - | - | - | Verified | Cross Platform |
15-
| VideoToolBox | - | - | Verified | Crashes | - | - | Mac Only |
16-
| DXVA2 | - | - | - | - | Fails(+++) | - | Windows Only |
17-
| D3D11VA | - | - | - | - | Fails(+++) | - | Windows Only |
18-
| QSV | Fails | Fails | Fails | Fails | Fails | Fails | Cross Platform |
10+
| | Linux Decode | Linux Encode | Mac Decode | Mac Encode |Windows Decode| Windows Encode | Notes |
11+
|--------------------|------------------------|----------------------|------------------|---------------|--------------|------------------|------------------|
12+
| VA-API | :heavy_check_mark: | :heavy_check_mark: | - | - | - | - | *Linux Only* |
13+
| VDPAU | :heavy_check_mark:(+) |:white_check_mark:(++)| - | - | - | - | *Linux Only* |
14+
| CUDA (NVDEC/NVENC) | :x:(+++) | :heavy_check_mark: | - | - | - |:heavy_check_mark:| *Cross Platform* |
15+
| VideoToolBox | - | - |:heavy_check_mark:| :x:(++++) | - | - | *Mac Only* |
16+
| DXVA2 | - | - | - | - | :x:(+++) | - | *Windows Only* |
17+
| D3D11VA | - | - | - | - | :x:(+++) | - | *Windows Only* |
18+
| QSV | :x:(+++) | :x: | :x: | :x: | :x: | :x: | *Cross Platform* |
1919

2020
* *(+) VDPAU for some reason needs a card number one higher than it really is*
2121
* *(++) VDPAU is a decoder only.*
2222
* *(+++) Green frames (pixel data not correctly tranferred back to system memory)*
23+
* *(++++) Crashes and burns
2324

2425
## Supported FFmpeg Versions
2526

0 commit comments

Comments
 (0)