The following changes since commit c0ab2901fc68a274b4e5e6436892806e6785babe: media: venus: hfi_platform: Correct supported codecs for sc7280 (2022-07-07 09:21:08 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.20i for you to fetch changes up to 756e3fd847f452897dcd85866050a52d8678c8bd: media: amphion: only insert the first sequence startcode for vc1l format (2022-07-08 11:25:11 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Akira Yokosawa (1): media: docs: Remove extraneous \endgroup from P010 table Chen-Yu Tsai (7): media: mediatek: vcodec: decoder: Const-ify stepwise_fhd media: mediatek: vcodec: decoder: Fix 4K frame size enumeration media: mediatek: vcodec: decoder: Skip alignment for default resolution media: mediatek: vcodec: decoder: Fix resolution clamping in TRY_FMT media: mediatek: vcodec: decoder: Drop max_{width,height} from mtk_vcodec_ctx media: mediatek: vcodec: decoder: Embed framesize inside mtk_video_fmt media: mediatek: vcodec: Initialize decoder parameters for each instance Ezequiel Garcia (1): hantro: Fix RK3399 H.264 format advertising Krzysztof Kozlowski (1): dt-bindings: media: samsung,s5pv210-jpeg: convert to dtschema Ming Qian (3): media: amphion: defer setting last_buffer_dequeued until resolution changes are processed media: amphion: sync buffer status with firmware during abort media: amphion: only insert the first sequence startcode for vc1l format Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt | 16 --------- Documentation/devicetree/bindings/media/samsung,s5pv210-jpeg.yaml | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst | 3 -- MAINTAINERS | 1 + drivers/media/platform/amphion/vdec.c | 47 +++++++++++++++++-------- drivers/media/platform/amphion/vpu.h | 1 + drivers/media/platform/amphion/vpu_malone.c | 2 ++ drivers/media/platform/amphion/vpu_rpc.h | 7 +++- drivers/media/platform/amphion/vpu_v4l2.c | 2 +- drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c | 54 +++++++++++----------------- drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_drv.c | 3 +- drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_stateful.c | 29 ++++----------- drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_stateless.c | 30 +++++++--------- drivers/media/platform/mediatek/vcodec/mtk_vcodec_drv.h | 20 +---------- drivers/staging/media/hantro/rockchip_vpu_hw.c | 60 +++++++++++++++++++++++++++---- 15 files changed, 262 insertions(+), 136 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt create mode 100644 Documentation/devicetree/bindings/media/samsung,s5pv210-jpeg.yaml