BtbN / FFmpeg-Builds

MIT License
6.99k stars 958 forks source link

Update libvpx to 1.3.1 #303

Closed daniel-stanciu closed 9 months ago

daniel-stanciu commented 9 months ago

Libvpx should be updated to be more explicit in the fact it includes the security patch.

BtbN commented 9 months ago

libvpx already is updated for the security issues. And on top of that, I'm pretty confident ffmpeg is not affected by it either way, since there is no way to reconfigure the amount of threads at runtime.

daniel-stanciu commented 9 months ago

The main purpose of this PR was to avoid logs like [libvpx @ 0000028df60bd7c0] v1.13.0 which might give a naive user the impression that the fix is not included and could cause unwarranted skepticism.

BtbN commented 9 months ago

Yeah, that is fair. Will merge once all checks are green.

daniel-stanciu commented 9 months ago

Yeah, that is fair. Will merge once all checks are green.

Something seems to have failed.

daniel-stanciu commented 9 months ago

There seems to be a problem with the build machine System.IO.IOException: No space left on device :

BtbN commented 9 months ago

This seems to be on Githubs end for all I can tell, there is no useful error output at all.

daniel-stanciu commented 9 months ago

I would have tried a rerun, but I probably don't have permissions.

BtbN commented 9 months ago

I'm getting other weird issues with the builds right now. The registry randomly not finding an image it just pushed. I'll just try again in a few hours.

BtbN commented 9 months ago

Can you rebase this against master? I did a bunch of fixes, and it might work now.

daniel-stanciu commented 9 months ago

Rebased