Skip to content
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

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

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
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