[git:v4l-utils/master] cec-compliance: wait up to 10s for Inactive Source reply

2021-08-12 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: cec-compliance: wait up to 10s for Inactive Source reply Author: Hans Verkuil Date:Thu Aug 12 11:36:43 2021 +0200 The current wait

[git:media_stage/master] media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits Author: Alexandre Courbot Date:Fri Aug 6 06:15:19 2021 +0200 Calling S_FMT or TRY_FMT on the OUTPUT queue should adjust th

[git:media_stage/master] media: mtk-vcodec: vdec: add media device if using stateless api

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: add media device if using stateless api Author: Yunfei Dong Date:Fri Aug 6 06:15:28 2021 +0200 The stateless API requires a media device for issuing requests. Add on

[git:media_stage/master] media: mtk-vcodec: vdec: handle firmware version field

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: handle firmware version field Author: Alexandre Courbot Date:Fri Aug 6 06:15:23 2021 +0200 Firmwares for decoders newer than MT8173 will include an ABI version numbe

[git:media_stage/master] media: mtk-vcodec: vdec: support stateless H.264 decoding

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: support stateless H.264 decoding Author: Yunfei Dong Date:Fri Aug 6 06:15:27 2021 +0200 Add support for H.264 decoding using the stateless API, as supported by MT818

[git:media_stage/master] media: add Mediatek's MM21 format

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: add Mediatek's MM21 format Author: Alexandre Courbot Date:Fri Aug 6 06:15:25 2021 +0200 Add Mediatek's non-compressed 8 bit block video mode. This format is produced by the MT8183 cod

[git:media_stage/master] media: mtk-vcodec: vdec: support stateless API

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: support stateless API Author: Yunfei Dong Date:Fri Aug 6 06:15:26 2021 +0200 Support the stateless codec API that will be used by MT8183. [acourbot: refactor, clean

[git:media_stage/master] media: mtk-vcodec: make flush buffer reusable by encoder

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: make flush buffer reusable by encoder Author: Alexandre Courbot Date:Fri Aug 6 06:15:20 2021 +0200 The flush buffer is a special buffer that tells the decoder driver to se

[git:media_stage/master] media: dt-bindings: media: document mediatek, mt8183-vcodec-dec

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: document mediatek,mt8183-vcodec-dec Author: Alexandre Courbot Date:Fri Aug 6 06:15:29 2021 +0200 MT8183's decoder is instantiated similarly to MT8173's. Signed-of

[git:media_stage/master] media: mtk-vcodec: support version 2 of decoder firmware ABI

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: support version 2 of decoder firmware ABI Author: Alexandre Courbot Date:Fri Aug 6 06:15:24 2021 +0200 Add support for decoder firmware version 2, which makes the kernel r

[git:media_stage/master] media: mtk-vcodec: fix warnings: symbol XXX was not declared

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: fix warnings: symbol XXX was not declared Author: Tzung-Bi Shih Date:Mon Aug 9 15:19:40 2021 +0200 Fixes sparse warnings: - warning: symbol 'mtk_vdec_8173_pdata' was not d

[git:media_stage/master] media: mtk-vcodec: vdec: move stateful ops into their own file

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: move stateful ops into their own file Author: Yunfei Dong Date:Fri Aug 6 06:15:22 2021 +0200 We are planning to add support for stateless decoders to this driver. Pa

[git:media_stage/master] media: mtk-vcodec: venc: support START and STOP commands

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: venc: support START and STOP commands Author: Alexandre Courbot Date:Fri Aug 6 06:15:21 2021 +0200 The V4L2 encoder specification requires encoders to support the V4L2_ENC

[git:media_stage/master] media: mtk-vcodec: vdec: Support H264 profile control

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: Support H264 profile control Author: Hirokazu Honda Date:Fri Aug 6 06:15:17 2021 +0200 Add H264 profiles supported by the MediaTek 8173 decoder. [acourbot: fix comm

[git:media_stage/master] media: mtk-vcodec: enable MT8183 decoder

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: enable MT8183 decoder Author: Yunfei Dong Date:Fri Aug 6 06:15:30 2021 +0200 Now that all the supporting blocks are present, enable decoder for MT8183. [acourbot: refacto

[git:media_stage/master] media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD Author: Alexandre Courbot Date:Fri Aug 6 06:15:18 2021 +0200 Let's use the dedicated helpers to make sure we get the expected

[git:media_stage/master] media: ir_toy: allow tx carrier to be set

2021-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ir_toy: allow tx carrier to be set Author: Sean Young Date:Tue Aug 10 20:08:01 2021 +0200 The ir_toy allows the transmit carrier to be specified. Signed-off-by: Sean Young Signed-of