| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Update to the version used in lf5.15.52_2.1.0.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
|
|
|
|
|
|
|
| |
This passes among others -fdebug-prefix-map=... which prevents the
following OE warning:
| WARNING: imx-vpu-hantro-1.27.0-r0 do_package_qa: QA Issue: \
| File /usr/lib/.debug/libg1.so.1 in package imx-vpu-hantro-dbg contains reference to TMPDIR [buildpaths]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
|
|
|
|
|
|
| |
Update to the version used in lf5.15.52_2.1.0.
License was updated to NXP EULA v39 August 2022.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
51e495b M865SW-952: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
de263f3 M865SW-958: [VPU/V4L2] no time stamp reported for mjpeg format
97b6fb2 Pull request #12: M865SW-964: [VPU/V4L2] NXP timestamp manager issue for rv format
1c7084b M865SW-964: [VPU/V4L2] NXP timestamp manager issue for rv format
ce989aa M865SW-949-2:[VPU/V4L2] Update android makefile
8466d41 M865SW-949:[VPU/V4L2] decoder: implement timestamp mode of copy input buffer ts to correponding output
dbada2f M865SW-942 [VPU/V4L2] decoder: use output buffer error flag and capture buffer sequence replace skip event
ea2a8d3 M865SW-930 [VPU/V4L2] h1 encoder: set 'chroma_qp_offset' param
4ce2ff3 M865SW-919 [VPU/V4L2] decoder: unify use DEC_DECODING_ERROR_EVENT to present decode error
323a90c M865SW-933 [VPU/V4L2] decoder H264: Do not increase 'dec_pic_id' for 'H264DEC_FIELD_DECODED' event
947280e M865SW-919 [VPU/V4L2] decoder: drop coresponding timestamp if return DEC_BUF_EMPTY and consume all data
021c645 M865-903 [VPU/V4L2] encoder: update h26x_cmd.cpbSize check
69b12de M865SW-897 [VPU/V4L2] decoder: timestamp incorrect caused by consumed_len not be accumulated
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
574ccc1 M865SW-952-3: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
c312783 M865SW-952-2: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
7c49f12 M865SW-952: [VPU/V4L2] decoder H264: report drop frames in ctrlsw
43e4b11 M865SW-957: [VPU/V4L2] no time stamp reported for vp8 format
2ddd9fe LF-5631 [VPU/H1]: release encoder if try to start encode fail
c3274bd M865SW-932 [VPU/H1]: export API to set chromaQpIndexOffset
ccfe18a MA-20111 android12: deprecate DMA_BUF_IOCTL_PHYS
3f53902 M865SW-917-6 [VPU/G1] RV: notify client resolution change correctly
60eae86 M865SW-917-5 [VPU/G1] VP8: notify client resolution change correctly
40c4a0a M865SW-917-4 [VPU/G1] AVS: notify client resolution change correctly
4cee63d M865SW-917-3 [VPU/G1] VC1: notify client resolution change correctly
8266291 M865SW-917-2 [VPU/G1] MPEG4: notify client resolution change correctly
10d0dab M865SW-917-1 [VPU/G1] MPEG2: notify client resolution change correctly
f6ee4e3 M865SW-915 [VPU/G1] H264: return H264DEC_PIC_CONSUMED if drop frame due to openB_flag
f84e808 M865SW-888[VPU/G1] vp9: width align to 8 for DEC_OUT_FRM_RASTER_SCAN
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
Fixes:
fae1b50 M865-696 [VPU/V4L2] encoder: do completed init operation when V4L2_DAEMON_VIDIOC_STREAMON
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
Fixes:
67cd762 M865SW-866 [VPU/H1] Potential risk during suspend/resume operation
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
The compilation vary depending on the target SoC we wish to use so we
must ensure it doesn't end in generic architecture feed.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Essentially, we extend the overrides to a generic-bsp, nxp-bsp, and
mainline-bsp.
So, for example, the mx8mq override is split into:
- imx-generic-bsp: compatible with every i.MX SoC and both BSP variants
- imx-nxp-bsp: compatible with every i.MX SoC but specific to NXP BSP
- imx-mainline-bsp: compatible with every i.MX SoC but specific to Mainline BSP
- mx8-generic-bsp: compatible with every i.MX8 SoC and both BSP variants
- mx8-nxp-bsp: compatible with every i.MX8 SoC but specific to NXP BSP
- mx8-mainline-bsp: compatible with every i.MX8 SoC but specific to Mainline BSP
- mx8m-generic-bsp: compatible with every i.MX8M SoC and both BSP variants
- mx8m-nxp-bsp: compatible with every i.MX8M SoC but specific to NXP BSP
- mx8m-mainline-bsp: compatible with every i.MX8M SoC but specific to Mainline BSP
- mx8mq-generic-bsp: compatible with every i.MX8MQ SoC and both BSP variants
- mx8mq-nxp-bsp: compatible with every i.MX8MQ SoC8 but specific to NXP BSP
- mx8mq-mainline-bsp: compatible with every i.MX8MQ SoC but specific to Mainline BSP
The extender mechanism is responsible for extending the override list to
include the generic overrides. We can then use the three different
variants to handle the metadata correctly.
Generically speaking, the conversion mainly was automated (with a lot of
back and forth until getting it right).
To convert an existing layer, the following script can be used:
```sh
git ls-files classes recipes-* \
| xargs sed -i \
-e 's,:\(mx[6-8]\w*\),:\1-nxp-bsp,g' \
-e 's,(\(mx[6-8]\w*\)),(\1-nxp-bsp),g' \
-e 's,\(mx[6-8]\w*\)|,\1-nxp-bsp|,g' \
-e 's,|\(mx[6-8]\w*\)),|\1-nxp-bsp),g' \
\
-e 's,:\(mx[5s]\w*\),:\1-generic-bsp,g' \
-e 's,(\(mx[5s]\w*\)),(\1-generic-bsp),g' \
-e 's,\(mx[5s]\w*\)|,\1-generic-bsp|,g' \
-e 's,|\(mx[5s]\w*\)),|\1-generic-bsp),g' \
\
-e 's,:\(vf\w*\),:\1-generic-bsp,g' \
-e 's,:\(vf[56]0\w*\),:\1-generic-bsp,g' \
-e 's,\(vf\w*\)|,\1-generic-bsp|,g' \
-e 's,|\(vf\w*\)),|\1-generic-bsp),g' \
-e 's,\(vf[56]0\w*\)|,\1-generic-bsp|,g' \
-e 's,|\(vf[56]0\w*\)),|\1-generic-bsp),g' \
\
-e 's,:\(imx\) ,:\1-nxp-bsp ,g' \
-e 's,(\(imx\)),(\1-nxp-bsp),g' \
-e 's,\(imx\)|,\1-nxp-bsp|,g' \
-e 's,|\(imx\)),|\1-nxp-bsp),g'
for d in $(find -type d | egrep '/mx[6-8]w*'); do
git mv $d $d-nxp-bsp
done
for d in $(find -type d | egrep '/imx$'); do
git mv $d $d-nxp-bsp
done
for d in $(find -type d | egrep '/mx[5s]w*'); do
git mv $d $d-generic-bsp
done
```
Fixes: #791.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
The latest imx-vpu-hantro-daemon fails to download and has been reverted
to the previous version, so revert this version as well.
This reverts commit ddbc40ac9cb001f1e16da218a08f3a3a43b29dbb.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new package fails to download, so revert this for now.
$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.1.tar.gz
--2022-02-04 13:19:34-- https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.1.tar.gz
Resolving www.nxp.com (www.nxp.com)... 104.94.208.185
Connecting to www.nxp.com (www.nxp.com)|104.94.208.185|:443... connected.
HTTP request sent, awaiting response... 304 Not Modified
2022-02-04 13:19:35 ERROR 304: Not Modified.
This reverts commit 4d713c80302466a3d4d2b33e071cfeeb866aa548.
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hantro VPU libraries are upgraded to following versions in the NXP
release 5.10.52-2.1.0:
- imx-vpu-hantro: 1.23.0
- imx-vpu-hantro-daemon: 1.1.0
- imx-vpu-hantro-vc: 1.5.0
Drop patch from imx-vpu-hantro-daemon package build as it has been
applied upstream and is present in the updated version.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
Add userspace daemon needed by Hantro VPU driver for V4L2.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4bce755 MA-18860-2 Enable H265 VP9 secure pipe line
8ef26ec MA-18860 Enable H265 VP9 secure pipe line
c3fea31 M865SW-737 [VPU/G1G2] RV shouldn't report "DEC_ABORT" if get rpr_buf_idx failed
65bad6d M865SW-636 [VPU/G1G2] H264: fix seg fault at h264bsdResetStorage()
6138127 M865SW-728 [VPU/G1G2] decoder: luma size calculated incorrect for VP9 tiled output
71841a9 M865SW-605 [VPU/G1G2] decoder: Support secure video decoding
9430b52 M865SW-725: [VPU/G1G2] handle some hevc streams that bit-depth changing
de7faff M865-682-9: [VPU/G1G2] move Vp9DecRemoveBuffer define location
12da6e6 M865-682-8: [VPU/G1G2] add SateRest into RemoveBuffer
e6a9e89 M865-682-7: [VPU/G1G2] fix coverity issue
016adac M865-682-6: [VPU/G1G2] empty dpb buffer before remove
64c2742 M865SW-698 [VPU/G1G2] some kinds of vp9 stream with dtrc output foramt met hang
dfe6ea9 M865SW-671 [VPU/V4L2] decoder: seek a resolution changed vp9 stream meet decoding error
91aa05e M865SW-682-5: [VPU/G1G2] fix issue for VP8/VP9
fd73b00 M865SW-693: [VPU/G1G2] VP8 unit test easily segment fault for resolution change clips
7755483 M865SW-682-4: [VPU/G1G2] fix trick mode issue for VP8
34feb35 M865SW-682-3: [VPU/G1G2] fix issue for G1 decoder and HEVC
c01cf78 M865SW-522 [VPU/G1G2] decoder: Occurs segmentation fault at H264SetupVlcRegs()
f8b2423 M865SW-682-2: [VPU/G1G2] extend API "XxxDecRemoveBuffer" in unfied_sw/decoder_sw
010b83d M865SW-682: [VPU/G1G2] extend API "XxxDecRemoveBuffer" in unfied_sw/decoder_sw
2c556f0 [VPU/G1G2]: merge yocto build workaround about linux version
f18167f [VPU/H1]: merge yocto build workaround about linux version
d936809 [VPU/G1G2]: Replace ion with dmabuf heaps for G1/G2
ae7b0b2 [VPU/H1]: Replace ion with dmabuf heaps for H1
2317103 M865SW-604: [VPU/G1G2] decoder: failed to decode to dtrc if sps and pps are transferred separately
d00bd0b M865SW-656 [VPU/G1] vc1 met hang for some case which has repeat feature
e809a90 M865SW-557 [VPU/G1] vp8 decoder get error in dpb_render_buffer: Assertion `id != -1' failed
7e65b5a M865SW-578/M865SW-622: [VPU/G1] Fix segmentation fault issue of one h264 stream
0fa47c3 NVJM850-56 playback fail for one sequence change stream.
2682560 M865SW-586-2: [VPU/G1] VC1: add new API to handle no start code for VC1_G format
bf18d25 M865SW-586: [VPU/G1] VC1: add new API to handle no start code for VC1_G format
8e79720 M865SW-562: [VPU/G1] RV: set actual 'HWIF_STRM_START_BIT' through SetDecRegister()
8f210d3 M865SW-231: [G1/G2]: Avoid use virtual YUV buffer address as handler to support security mode
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
| |
Update package to version 1.20.0, which is aligned with NXP release
imx_5.4.70_2.3.0.
This package uses EULA v17 October 2020.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version uses EULA v15 August 2020
Following commits are included:
* cd8a7a6 M865SW-326-2: VP9 decoder return error stream for a special stream
* f607b7c M865SW-342-[H1] support VUI info in H1 encoder
* 1419c97 M865SW-326-[G2] Fix vp9 error of 'shou_existing_frame'
* 48ae7d6 MA-17522 modify android.bp to pass build both in android 10 and 11
* 2b8639a M865SW-217 - [G1/G2] Avoid use virtual framebuffer address to support secure mode
* ac91e5c M865SW-231: [G1/G2]: Fix building error in type conversion
* a09dba2 MA-17424-3 - [MPEG2] Implement DWLFlushCache
* 048a93d M865SW-217 - [MPEG2] Call flush cache after CPU touch framebuffer
* 9f11483 M865SW-231: [G1/G2]: Avoid use virtual YUV buffer address as handler to support security mode
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 10.2 is recently configured to include -fcommon per default, which
results in compilation error with multiple definitions of enum names.
Intoduce a patch which corrects double-defined enum names and resolves
compilation of the component.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Cc: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version uses updated EULA and limits compatibility to mx8mq, mx8mm
and and mx8mp machines (mx8mn does not have video accelerator IP block).
Following commits are added in this release (including command):
$ git log --oneline --no-decorate 904a9ab..ee99dc1
ee99dc1 NVJM850-82 - [RV8] RV8 video can't be decoded
b2aa5a0 M865SW-147: [G1/G2]: enhancement for h264 error handing
cfffc5f MMIOT-418: Allow to configure CFG_SECURE_DATA_PATH on Linux
0a741cc NVJM850-81 - [G2]:hevc error handling
2f3f4fa M865SW-132: [G1G2]: HEVC decoder illegal memory access in
security mode
8182f16 MA-14108-1 Remove ION_FLAG_CACHED flag for hantro vpu buffer
65d5f3a MMFMWK-8595 Enable VC8000E encoder for 865
b434f22 M865SW-87:[G1/G2]: Integrate some code for VSI platform
4dc2d6f M865SW-82 - [G1/G2]: H264 conformance test failure caused by
change in 1.0.6 release
dd606d2 [G1/G2]: Integrate VSI 1.0.7_20191212 release
d62fd74 [G1/G2]: Coverity issues fix
6460a5f [G1/G2]: Refine Test Makefile
7805f7f [G1/G2]: Coverity issues fix
eca7409 [G1/G2]: Coverity issues fix
a210f04 [G1/G2]: Coverity issues fix
dd0e5f4 [G1/G2]: Coverity issues fix
c12e5a8 [G1/G2]: Coverity issues fix
7631926 [G1/G2]: Coverity issues fix
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Cc: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
| |
[G1/G2]: Fix H264 conformance test failure caused by changes in latest release
[G1]: Fix memory leak, inlcudes: h264/mpeg2/mpeg4/vc1/rv/avs
[Mpeg4]: Fix DivX3 can't be decoded caused by wrong sscanf string
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- [H1]: code refine for error handling to avoid blocking
- [H1]: Driver enhancement for suspend/resume
- [ION]: Enhance for 32bit compatibility for decoder and encoder
- [H264] Handle interlace video correctly
- [VC1Dec] Return error to avoid segmentation fault
- [H264]: decoder enhancment in h264bsdGetBits() for corrupted clips
- [Common]: support for security mode
Remove unused patch
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
|
|
|
|
|
|
| |
Fix QA issue: SRC_URI uses PN not BPN [src-uri-bad]
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
-[hantro h1]: Enable set videoFullRange and BGR format
-Disable HEVC bumping flag and h264 bumping flag as default
-[HEVC]: Add error return to avoid segement fault
-Support get color aspect info h264/hevc/mpeg2 decoder
-Add security mode for VP9
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allow to easy reuse of binary packages among similar SoCs. The
usual use for this is to share SoC specific packages among different
boards independently of the kernel version it is using, as far it is
ABI compatible with the official version it will just work.
Following recipes has been reworked to make use of the class:
- imx-lib
- imx-test
- imx-vpu-hantro
- imx-vpu
- imx-alsa-plugins
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-imx
- imx-gst1.0-plugin
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
| |
Find ion.h and version.h in linux-imx-headers instead of kernel.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
| |
Modify the environment setting of h1 encoder to
correct include header directory, make LINUX_VERSION_CODE
come from kernel build folder instead of toolchain headers.
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The source code uses LINUX_VERSION_CODE at many places which constraints
the package to be built with a toolchain whose headers match the kernel.
This is a far from ideal solution, especially if one wants to use a
prebuilt toolchain (with unknown kernel header version).
So change the CFLAGS to consider the kernel build folder so that the
Linux version test actually matches the kernel built.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
| |
Add support for i.MX8MMEVK
Update EULA to V26
Update ion header inclusion patch
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
|
| |
- Vp9: rectify the consumed length for error return
- MJPEG: bug fixing in trickmode
- H264: bug fixing for special clip containing invalid syntax value
- RV: limit the HW read pointer in valid range
- Common: Export setinfo() API in codec.h
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
|