linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add random IR and AUD encoder controls
@ 2020-11-30  9:08 Stanimir Varbanov
  2020-11-30  9:08 ` [PATCH 1/4] media: v4l2-ctrls: Add random intra-refresh control Stanimir Varbanov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Stanimir Varbanov @ 2020-11-30  9:08 UTC (permalink / raw)
  To: linux-media, linux-kernel, linux-arm-msm
  Cc: Ezequiel Garcia, Nicolas Dufresne, Maheshwar Ajja, Hans Verkuil,
	Stanimir Varbanov

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-02 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30  9:08 [PATCH 0/4] Add random IR and AUD encoder controls Stanimir Varbanov
2020-11-30  9:08 ` [PATCH 1/4] media: v4l2-ctrls: Add random intra-refresh control Stanimir Varbanov
2020-12-02 12:15   ` Stanimir Varbanov
2020-11-30  9:08 ` [PATCH 2/4] venus: venc: Add support for intra-refresh modes Stanimir Varbanov
2020-11-30  9:08 ` [PATCH 3/4] media: v4l2-ctrls: Add control for AUD generation Stanimir Varbanov
2020-12-02 12:20   ` Hans Verkuil
2020-11-30  9:08 ` [PATCH 4/4] venus: venc: Add support for AUD NALU control Stanimir Varbanov
2020-11-30 15:03   ` Nicolas Dufresne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).