Skip to content

Replace libmfx with libvpl (libmfx has security issues) #729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
timothymowens opened this issue Mar 4, 2024 · 0 comments
Open

Replace libmfx with libvpl (libmfx has security issues) #729

timothymowens opened this issue Mar 4, 2024 · 0 comments

Comments

@timothymowens
Copy link
Contributor

timothymowens commented Mar 4, 2024

The Intel® Media SDK (libmfx) project has been discontinued due to some security issues. Intel is no longer maintaining this project.

They instead created the Intel® Video Processing Library (libvpl) to replace Media SDK library (libmfx):

According to documentation provided by Intel, replacing libmfx with libvpl in FFmpeg is a very simple switch:

How to enable VPL

The switch to VPL from Media SDK in FFMPEG, is simple. Just substitute ‘--enable-libvpl’ instead of ‘--enable-libmfx’ in the configure stage of FFMPEG compilation. Both options enable compilation of Intel® Quick Sync Video (*_qsv) codecs, which can be used without change from the FFMPEG command line or in applications.

The git repo for libvpl is here:

@timothymowens timothymowens changed the title Replace libmfx with libvpl Replace libmfx with libvpl (libmfx has security issues) Mar 4, 2024
tjayz added a commit to tjayz/ffmpeg-windows-build-helpers that referenced this issue Feb 27, 2025
Updated to latest Zeranoe script
Updated to latest gcc/binutils/mingw versions rdp#752
Updated most libs
Added vvenc/vvdec rdp#751 for release/7.1
Added libvpl and removed libmfx rdp#743 rdp#729
Added AudiotoolboxWrapper to enable-audiotoolbox for non OS x rdp#760 
Added Openmpt and Flac
Added work around for Tensorflow gpu/cpu lib for windows (requires .dll)
Added Vulkan commit 02ca346
Added commits to simplify if statements a92e458 9b067d5 and svtav1 patch f131dc0
Added essential patches
Added optional build.sh to bypass user selection prompts
tjayz added a commit to tjayz/ffmpeg-windows-build-helpers that referenced this issue Mar 11, 2025
Updated to latest Zeranoe script https://github.com/Zeranoe/mingw-w64-build
Updated to latest gcc/binutils/mingw versions rdp#752
Updated most libs
Added vvenc/vvdec rdp#751 for release/7.1+
Added libvpl  rdp#743 rdp#729
Added AudiotoolboxWrapper to enable-audiotoolbox for non OS x rdp#760 
Added Openmpt Flac brotli zstd lz4 giflib archive psl nghttp2 curl
Added work around for Tensorflow gpu/cpu lib for windows (requires tensorflow.dll)
Added essential patches (credit to mabs for many)
Added optional build.sh to bypass user selection prompts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant