mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-19 09:00:21 +00:00
Libva 2.17+ adds a new libva-win32 node and Mesa 22.3 adds a VAAPI driver based on Direct3D 12 for Windows. Both of them are available at: https://www.nuget.org/packages/Microsoft.Direct3D.VideoAccelerationCompatibilityPack Initial review at https://github.com/intel-media-ci/ffmpeg/pull/619/ Signed-off-by: Sil Vilerino <sivileri@microsoft.com> Reviewed-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com> Reviewed-by: Wu, Tong1 <tong1.wu@intel.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| adler32.c | ||
| aes.c | ||
| aes_ctr.c | ||
| audio_fifo.c | ||
| avstring.c | ||
| base64.c | ||
| blowfish.c | ||
| bprint.c | ||
| camellia.c | ||
| cast5.c | ||
| channel_layout.c | ||
| color_utils.c | ||
| cpu.c | ||
| cpu_init.c | ||
| crc.c | ||
| des.c | ||
| dict.c | ||
| display.c | ||
| encryption_info.c | ||
| error.c | ||
| eval.c | ||
| fifo.c | ||
| file.c | ||
| hash.c | ||
| hmac.c | ||
| hwdevice.c | ||
| imgutils.c | ||
| integer.c | ||
| lfg.c | ||
| lls.c | ||
| log.c | ||
| lzo.c | ||
| md5.c | ||
| murmur3.c | ||
| opt.c | ||
| parseutils.c | ||
| pca.c | ||
| pixdesc.c | ||
| pixelutils.c | ||
| pixfmt_best.c | ||
| random_seed.c | ||
| rational.c | ||
| ripemd.c | ||
| sha.c | ||
| sha512.c | ||
| softfloat.c | ||
| tea.c | ||
| tree.c | ||
| twofish.c | ||
| utf8.c | ||
| uuid.c | ||
| xtea.c | ||