mbox series

[GIT,PULL,FOR,v6.6] Various codec fixes/enhancements

Message ID 540fbe91-5dc4-1c75-379d-1ff89669ba96@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.6] Various codec fixes/enhancements | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6e

Message

Hans Verkuil July 21, 2023, 11:04 a.m. UTC
The following changes since commit 28999781d15f94046e6c23a9a7d92ad28a436abf:

  media: i2c: ov01a10: Switch back to use struct i2c_driver::probe (2023-07-19 12:57:51 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6e

for you to fetch changes up to 9c2d629e7ea3d5c5d5c1203b3aaa9807053d0c7d:

  media: amphion: ensure the bitops don't cross boundaries (2023-07-21 12:27:38 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Benjamin Gaignard (1):
      media: rkvdec: increase max supported height for H.264

Chen-Yu Tsai (1):
      media: mtk-jpeg: Set platform driver data earlier

Emma Christy (1):
      media: rkvdec: removed redundant blank line

Juerg Haefliger (1):
      media: meson: vdec: Add MODULE_FIRMWARE macro

Michael Tretter (1):
      media: verisilicon: Fix TRY_FMT on encoder OUTPUT

Ming Qian (8):
      media: amphion: reinit vpu if reqbufs output 0
      media: amphion: add helper function to get id name
      media: amphion: decoder support display delay for all formats
      media: amphion: fix CHECKED_RETURN issues reported by coverity
      media: amphion: fix REVERSE_INULL issues reported by coverity
      media: amphion: fix UNINIT issues reported by coverity
      media: amphion: fix UNUSED_VALUE issue reported by coverity
      media: amphion: ensure the bitops don't cross boundaries

Zheng Wang (1):
      media: mtk-jpeg: Fix use after free bug due to uncanceled work

 drivers/media/platform/amphion/vdec.c                | 41 ++++++++++++++++++++++++---------
 drivers/media/platform/amphion/venc.c                |  6 +++--
 drivers/media/platform/amphion/vpu.h                 |  3 +++
 drivers/media/platform/amphion/vpu_cmds.c            | 16 +++++++------
 drivers/media/platform/amphion/vpu_core.c            |  2 ++
 drivers/media/platform/amphion/vpu_dbg.c             | 17 +++++++++-----
 drivers/media/platform/amphion/vpu_helpers.c         | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/amphion/vpu_msgs.c            | 14 ++++++------
 drivers/media/platform/amphion/vpu_v4l2.c            |  7 +++++-
 drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c |  5 +++--
 drivers/media/platform/verisilicon/hantro_v4l2.c     |  9 ++++++--
 drivers/staging/media/meson/vdec/vdec_platform.c     |  9 ++++++++
 drivers/staging/media/rkvdec/rkvdec-vp9.c            |  1 -
 drivers/staging/media/rkvdec/rkvdec.c                |  2 +-
 14 files changed, 155 insertions(+), 38 deletions(-)

Comments

Chen-Yu Tsai July 24, 2023, 3:57 a.m. UTC | #1
Hi Hans,

On Fri, Jul 21, 2023 at 7:04 PM Hans Verkuil <hverkuil@xs4all.nl> wrote:
>
> The following changes since commit 28999781d15f94046e6c23a9a7d92ad28a436abf:
>
>   media: i2c: ov01a10: Switch back to use struct i2c_driver::probe (2023-07-19 12:57:51 +0200)
>
> are available in the Git repository at:
>
>   git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6e
>
> for you to fetch changes up to 9c2d629e7ea3d5c5d5c1203b3aaa9807053d0c7d:
>
>   media: amphion: ensure the bitops don't cross boundaries (2023-07-21 12:27:38 +0200)
>
> ----------------------------------------------------------------
> Tag branch
>
> ----------------------------------------------------------------
> Benjamin Gaignard (1):
>       media: rkvdec: increase max supported height for H.264
>
> Chen-Yu Tsai (1):
>       media: mtk-jpeg: Set platform driver data earlier

This really needs to be merged for v6.5, as I mentioned in the footer.

ChenYu
Hans Verkuil July 24, 2023, 7:02 a.m. UTC | #2
On 24/07/2023 05:57, Chen-Yu Tsai wrote:
> Hi Hans,
> 
> On Fri, Jul 21, 2023 at 7:04 PM Hans Verkuil <hverkuil@xs4all.nl> wrote:
>>
>> The following changes since commit 28999781d15f94046e6c23a9a7d92ad28a436abf:
>>
>>   media: i2c: ov01a10: Switch back to use struct i2c_driver::probe (2023-07-19 12:57:51 +0200)
>>
>> are available in the Git repository at:
>>
>>   git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6e
>>
>> for you to fetch changes up to 9c2d629e7ea3d5c5d5c1203b3aaa9807053d0c7d:
>>
>>   media: amphion: ensure the bitops don't cross boundaries (2023-07-21 12:27:38 +0200)
>>
>> ----------------------------------------------------------------
>> Tag branch
>>
>> ----------------------------------------------------------------
>> Benjamin Gaignard (1):
>>       media: rkvdec: increase max supported height for H.264
>>
>> Chen-Yu Tsai (1):
>>       media: mtk-jpeg: Set platform driver data earlier
> 
> This really needs to be merged for v6.5, as I mentioned in the footer.

I missed that, thank you. Posted updated PRs.

Regards,

	Hans