- support on i.MX 8 series platform.
- 8MM/8MP/8MQ support h264/hevc/vp8/vp9 hardware decoding.
- 8QM/8QXP support h264/hevc/vp8 hardware decoding.
- support seek, playrate change and resolution change.
- support video acceleration for online media platform such as Youtube, bilibili.
Signed-off-by: Hou Qi <qi.hou@nxp.com>
chromium v101 damage picture issue is due to enablement of gpu rasterization feature for linux.
But chromium uses RGB32F texture as Render target, not texture only. Based on spec, color renderable of RGB32F is N.
So we need disable the feature for all platform for now
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
- support on imx8m scale platform.
- support h264/hevc/vp8/vp9 decoding.
- support seek, playrate change and resolution change
- support video acceleration for online media platform such as Youtube.
Signed-off-by: Hou Qi <qi.hou@nxp.com>
Disable proprietary_codecs until VPU acceleration patches are fixed/updated for 101.0.4951.54
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
The VPU acceleration patches cause a build break for current version
101.0.4951.54, so disable them for now.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This is almost the same as the first attempt except for an addition
to 0102-FFmpeg-change-call-sequence-to-pass-unit-test.patch.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
- Mark the customizations as NXP BSP-specific
- Serialize patch numbers
- Fixup whitespace
- Drop an un-necessary variable
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
- support on imx8m scale platform.
- support h264/hevc/vp8/vp9 decoding.
- support seek, playrate change and resolution change
- support video acceleration for online media platform such as Youtube.
Signed-off-by: Qi Hou <qi.hou@nxp.com>
Remove libEGL.so/libGLESv2.so generated by chromium and use these libraries
from GPU driver
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
GBM support is disabled on i.MX 8 to work around a rendering problem.
The rendering problem is now fixed, so re-enable GBM.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
lld was disabled presumably because we were still on an older version
of Yocto project. Re-enable it now that we are on a newer version and
let's see if we do get better performance as promised. This also
aligns with the community.
15228b0190
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
The patch 0002-chromium-fix-build-after-y2038-changes-in-glibc.patch
was a backport and is no longer needed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>