Skip to content

Commit a650f13

Browse files
committed
Version 2.2.0
Signed-off-by: Carlos Rafael Giani <[email protected]>
1 parent d5cf125 commit a650f13

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
==== version 2.2.0 (2021-06-14) ====
2+
3+
* Add IMX_VPU_API_DEC_OUTPUT_CODE_VIDEO_PARAMETERS_CHANGED output code
4+
* Deprecate drain mode, better document decoder drain mode
5+
* Various documentation fixes and new overviews about en- and
6+
decoding to help with the basic concepts
7+
* Add note about the current state of i.MX8m plus support
8+
* New functions:
9+
imx_vpu_api_is_color_format_rgb()
10+
imx_vpu_api_vp8_profile_number()
11+
imx_vpu_api_vp8_partition_count_number()
12+
imx_vpu_api_vp9_profile_number()
13+
imx_vpu_api_enc_set_frame_rate()
14+
* imx6-coda: Fix decoded frame fb_context
15+
This was causing crashes when callers relied on said fb_context
16+
117
==== version 2.1.2 (2021-04-25) ====
218

319
* imx6-coda: Fix skipped frame reporting

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2
1+
2.2.0

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
libimxvpuapi (2.2.0) stable; urgency=low
2+
3+
* Add IMX_VPU_API_DEC_OUTPUT_CODE_VIDEO_PARAMETERS_CHANGED output code
4+
* Deprecate drain mode, better document decoder drain mode
5+
* Various documentation fixes and new overviews about en- and
6+
decoding to help with the basic concepts
7+
* Add note about the current state of i.MX8m plus support
8+
* New functions:
9+
imx_vpu_api_is_color_format_rgb()
10+
imx_vpu_api_vp8_profile_number()
11+
imx_vpu_api_vp8_partition_count_number()
12+
imx_vpu_api_vp9_profile_number()
13+
imx_vpu_api_enc_set_frame_rate()
14+
* imx6-coda: Fix decoded frame fb_context
15+
This was causing crashes when callers relied on said fb_context
16+
17+
-- Carlos Rafael Giani <[email protected]> Mon, 14 Jun 2021 18:45:00 +0200
18+
119
libimxvpuapi (2.1.2) stable; urgency=low
220

321
* imx6-coda: Fix skipped frame reporting

0 commit comments

Comments
 (0)