Skip to content

Commit 6f803f4

Browse files
committed
Version 2.3.0
Signed-off-by: Carlos Rafael Giani <[email protected]>
1 parent 5e1450b commit 6f803f4

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
==== version 2.3.0 (2023-07-30) ====
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+
122
==== version 2.2.2 (2022-12-28) ====
223

324
* imx6-coda: Skip incomplete frames instead of just reporting them

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.3.0

debian/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
libimxvpuapi (2.2.2) stable; urgency=low
225

326
* imx6-coda: Skip incomplete frames instead of just reporting them

0 commit comments

Comments
 (0)