The following changes since commit 6c1c1eb8c87de221051b9198d40971640060842f: media: ext-ctrls-codec.rst: fix indentation (2022-04-25 23:55:02 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.19e for you to fetch changes up to e0b2d38621300d77bb2bc9e8fc36723e079f3f41: media: amphion: ensure the buffer count is not less than min_buffer (2022-04-28 10:15:45 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Christopher Obbard (1): media: dt-bindings: media: rockchip-vdec: Add RK3328 compatible Dorota Czaplejewicz (1): Documentation/media: Remove incorrect statement Fabio Estevam (1): media: platform: video-viu: Do not select it by default Lv Ruyi (1): media: amphion: no need to check return value of debugfs_create functions Ming Qian (5): media: amphion: decoder copy timestamp from output to capture media: amphion: encoder copy timestamp from output to capture media: amphion: handle picture skipped event media: amphion: free ctrl handler if error is set and return error media: amphion: ensure the buffer count is not less than min_buffer Pavel Skripkin (1): media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Philipp Zabel (2): media: coda: fix default JPEG colorimetry media: coda: limit frame interval enumeration to supported encoder frame sizes Randy Dunlap (1): media: make RADIO_ADAPTERS tristate Tom Rix (1): media: stkwebcam: move stk_camera_read_reg() scratch buffer to struct stk_camera Yang Yingliang (3): dm355_ccdc: remove unnecessary check of res dm644x_ccdc: remove unnecessary check of res media: isif: remove unnecessary check of res Documentation/devicetree/bindings/media/rockchip,vdec.yaml | 4 ++- Documentation/userspace-api/media/v4l/vidioc-streamon.rst | 3 +-- drivers/media/platform/amphion/vdec.c | 82 +++++++++++++++++++++++++------------------------------------ drivers/media/platform/amphion/venc.c | 53 +++++++++++++++++---------------------- drivers/media/platform/amphion/vpu_dbg.c | 12 --------- drivers/media/platform/amphion/vpu_defs.h | 2 +- drivers/media/platform/amphion/vpu_malone.c | 4 ++- drivers/media/platform/amphion/vpu_msgs.c | 8 ++++++ drivers/media/platform/amphion/vpu_v4l2.c | 60 ++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/amphion/vpu_v4l2.h | 3 +++ drivers/media/platform/chips-media/coda-common.c | 37 +++++++++++++++++++--------- drivers/media/platform/nxp/Kconfig | 1 - drivers/media/platform/ti/davinci/dm355_ccdc.c | 3 +-- drivers/media/platform/ti/davinci/dm644x_ccdc.c | 3 +-- drivers/media/platform/ti/davinci/isif.c | 3 +-- drivers/media/radio/Kconfig | 4 +-- drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 7 ++++-- drivers/media/usb/stkwebcam/stk-webcam.c | 11 ++------- drivers/media/usb/stkwebcam/stk-webcam.h | 2 ++ 19 files changed, 173 insertions(+), 129 deletions(-)