-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ffmpeg: update to 4.3.1 #4033
ffmpeg: update to 4.3.1 #4033
Conversation
Will the new release support the DS920+ ? |
From my reading DS920+ is quite similar to 918+ using an intel x64 processor. So yes, it will become available in time once the PR is ready for release (work in progress currently). |
The arch geminilake needs to be included in the generic x64 builds. |
@th0ma7 If you want that the github action to detect the changes on your branch only, you have to rebase your branch before pushing your changes. |
Thnx for the info, I'll make use of rebasing more often then. I'm also interested in learning a bit more on this PR #4049 which tries to address this. |
@th0ma7 just for the case you wondered about cancelled github build actions on this branch. I did this manually as I saw that you added other commits that triggered the build again. I propose that everybody cancels there triggerd builds as soon as enough information is available. IMHO it is worth to avoid wasting CPU resources (even these are free for open source projects here). |
A manual trigger could be interesting... or a commit based trigger? |
@hgy59 can we mark a package as broken? Such as |
@ymartin59 and @hgy59 I would need your advice on this one... In order to enable OpenCL video stabilization filter I need both the Intel Graphic Compile ( |
Just out of my brain:
|
I'd rather not pursue the OpenCL option than migrate to a dedicated repository... Perhaps DSM7 will bring LLVM and |
@hgy59 how much storage gets allocated when a build start? And is it for the entire build or per-arch specific? |
@ymartin59 done! Let me know if wording needs adjusting. Also friendly reminder to publish ffmpeg 4.2.3 (#3965) with tvheadend (#4005) which has proven to be quite stable for me. Feel free to bump package revision +1 to superseed experimental packages available in my personnal github. |
@hgy59 I'm starting to really much enjoy the github-action feature, really nice work! |
@ymartin59 Thnx for the approval, had to fix conflicts after merging Lastly, the OpenGL part will need to be postponed to a later time as it requires a lot of efforts and unsure of the end-result. |
Motivation: Migrate package to new major version 4.3.x along with optionnally:
Enable OpenCL video stabilization filter(postponed to a later commit)Linked issues: N/A
Checklist
all-supported
completed successfullyChanges
x264
to July 2nd git hash and use github mirrorlibva
andlibva-utils
to version 2.8.0gmmlib
to version 12.2.2intel-media-driver
to version 12.2.0intel-media-sdk
to version 12.2.1libaom
to version 2.0.0SVT-AV1
to version 0.8.4SVT-HEVC
to version 1.5.0x265
to version 3.4libzmq
version 4.3.2Fixes merged upstream - Patches removed
Pending upstream patch fix/merge