Thanks all for testing the devel build and reporting mostly good results, it may take some time for current work-in-progress to fall into the regular LE nightly builds (sending pull requests to Kodi and wait for the bimonthly Kodi package update in LE).
I will continue to upload new builds to Index of /test/ once there is something significant that has changed or improved.
Do you know an easy way to get the SHA hash values of a specific commit of a package?
Easiest is to set PKG_SHA256="" and then run scripts/get rkmpp and it will show the sha256, no need to set PKG_SHA256 unless you want to commit and push code. I use projects/Rockchip/tools/update-package-version.sh to update packages but seem to have missed the tools folder in latest part6 push, will include next update.
Also regarding the absolute latest mpp that enables post-process support seem to have a 100% cpu when opening a video and hevc not working issue, I went with the commit before post-process was enabled, [h264d]: remove build warnning · rockchip-linux/mpp@3f57e7b · GitHub for devel image.
I've noticed Live TV Mpeg2 SD channels are now Hardware Decoding.
Noticed after playing Mpeg2 for a while the picture freezes and a repetitive sound continues with both red and white lights gone out.
Hardware mpeg2 decoding is using my experimental ffmpeg rkvpu hwaccel that does not check on errors from VPU, I will activate mpeg2/4 hw decoding from rkmpp decoder once deinterlace support is working properly. Should hopefully fix these kind of issues.
VC-1 is supported by hw but not by mpp library, unclear if it will be added as it is a proprietary video format from Microsoft.