-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
kodi: update to current master with ffmpeg 7.1 #9570
base: master
Are you sure you want to change the base?
Conversation
@HiassofT
should be converted to
I didin't do this myself, because I noticed RPi project has more patches which are touching this code which won't apply after I changed the common ones. |
20c94a8
to
854b3e7
Compare
@knaerzche thanks a lot for the hint, I've updated the drmprime-filter patchset and rebased the RPi patchset. SW deinterlace still works fine on RPi4, HW deinterlace on RPi is a separate issue which we'll likely handle in a separate PR. |
854b3e7
to
0393270
Compare
@jernejsk can you please test again with the current version of this PR if HW deinterlace still is fine on AW? @popcornmix found out why HW deinterlace didn't work on RPi and this looks like a genuine bug in the filter patches: I've added that commit to the drmprime-filter patchset, if it causes issues on AW I can move it to the RPi patchset |
Will do. |
Signed-off-by: Matthias Reichl <hias@horus.com>
Change the deprecated interlaced_frame flag usages to flag mask checks. Signed-off-by: Matthias Reichl <hias@horus.com>
Signed-off-by: Matthias Reichl <hias@horus.com>
0393270
to
442673d
Compare
I've moved the additional fix from drmprime-filters to RPi as it broke HW deinterlace on AW. So non-RPi patches are back to before |
Initial testing on RPi4 and RPi5 looks fine.
Depends on #9569