|
| 1 | +libimxvpuapi (2.3.0) stable; urgency=low |
| 2 | + |
| 3 | +* vpu: Implement first working version of VC8000E encoder integration |
| 4 | + This adds support for the Hanto VC8000E encoder that can be found on |
| 5 | + the i.MX8m plus. The VC8000E encoder integration is not finished. |
| 6 | + h.264 encoding works fine. h.265 encoding is not yet done. And, |
| 7 | + changing framerate mid-stream is currently not supported. |
| 8 | +* Replace mxcfb.h with ipu.h in option description |
| 9 | + Some BSPs no longer ship with the mxcfb.h header. |
| 10 | +* imx6-coda: Fix ENC_ENABLE_SOF_STUFF check |
| 11 | + The check was being performed incorrectly, leading to nullbytes |
| 12 | + being inserted at the end of the SOF0 marker. |
| 13 | +* imx6-coda: Insert JFIF APP0 segment |
| 14 | + The VPU does not insert this segment on its own. Some programs need |
| 15 | + JFIF data to be present in JPEG files, so insert APP0 manually. |
| 16 | +* imx6-coda: Fix decoder and encoder alignments |
| 17 | +* imx6-coda: Add more IPU detiler logging |
| 18 | +* imx6-coda: Fix decoder Y/U/V offset alignments |
| 19 | + As it turns out, these must be aligned to 8-byte boundaries, not to |
| 20 | + 4096 byte ones. The latter caused incorrect offset calculations. |
| 21 | + |
| 22 | + -- Carlos Rafael Giani < [email protected]> Tue, 30 Jul 2023 09:33:00 +0200 |
| 23 | + |
1 | 24 | libimxvpuapi (2.2.2) stable; urgency=low
|
2 | 25 |
|
3 | 26 | * imx6-coda: Skip incomplete frames instead of just reporting them
|
|
0 commit comments