Hi, Here we introduce two new v4l2 controls for encoders: * V4L2_CID_MPEG_VIDEO_RANDOM_INTRA_REFRESH_MB * V4L2_CID_MPEG_VIDEO_AU_DELIMITER
The patchset also includes implementation in Venus driver. Comments are welcome! regards, Stan Stanimir Varbanov (4): media: v4l2-ctrls: Add random intra-refresh control venus: venc: Add support for intra-refresh modes media: v4l2-ctrls: Add control for AUD generation venus: venc: Add support for AUD NALU control .../media/v4l/ext-ctrls-codec.rst | 11 ++++++++ drivers/media/platform/qcom/venus/core.h | 3 +++ drivers/media/platform/qcom/venus/venc.c | 26 +++++++++++++++++++ .../media/platform/qcom/venus/venc_ctrls.c | 16 +++++++++++- drivers/media/v4l2-core/v4l2-ctrls.c | 3 +++ include/uapi/linux/v4l2-controls.h | 2 ++ 6 files changed, 60 insertions(+), 1 deletion(-) -- 2.17.1