mbox series

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

Message ID 5ab854c2-456c-e033-b5f4-63669ac6229e@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.6] v2: Various codec fixes/enhancements | expand

Pull-request

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

Message

Hans Verkuil July 24, 2023, 7:02 a.m. UTC
Changes since v1:

Dropped Chen-Yu Tsai's patch: that has to go to v6.5 as a fix. A separate PR was posted for that one.

Regards,

	Hans

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 3db879dc9088d6c6d12db4c44230d0bb3916d7af:

  media: amphion: ensure the bitops don't cross boundaries (2023-07-24 08:54:24 +0200)

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

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

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 |  1 +
 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, 153 insertions(+), 36 deletions(-)